ESP32-S3-cam-dat
pin map

SCH

- GPIO 3 == pull-up
- GPIO 35 == LED
- EN == button, pull-up, filter-cap
- IO0 == button, pull-up
Extension board SCH

init debug boot log
mode:DIO, clock div:1
load:0x3fcd0108,len:0x15c8
load:0x403b6000,len:0x8c8
load:0x403ba000,len:0x2c04
entry 0x403b61c4
[0;32mI (24) boot: ESP-IDF v4.4-dev-2594-ga20df743f1-dirty 2nd stage bootloader[0m
[0;32mI (25) boot: compile time 16:57:21[0m
[0;32mI (25) boot: chip revision: 0[0m
[0;32mI (28) boot.esp32s3: SPI Speed : 80MHz[0m
[0;32mI (33) boot.esp32s3: SPI Mode : DIO[0m
[0;32mI (38) boot.esp32s3: SPI Flash Size : 2MB[0m
[0;32mI (43) boot: Enabling RNG early entropy source...[0m
[0;33mW (48) bootloader_random: RNG for ESP32-S3 not currently supported[0m
[0;32mI (55) boot: Partition Table:[0m
[0;32mI (59) boot: ## Label Usage Type ST Offset Length[0m
[0;32mI (66) boot: 0 nvs WiFi data 01 02 00009000 00006000[0m
[0;32mI (73) boot: 1 phy_init RF data 01 01 0000f000 00001000[0m
[0;32mI (81) boot: 2 factory factory app 00 00 00010000 00100000[0m
[0;32mI (88) boot: End of partition table[0m
[0;32mI (92) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=090e0h ( 37088) map[0m
[0;32mI (108) esp_image: segment 1: paddr=00019108 vaddr=3fc90dd0 size=0253ch ( 9532) load[0m
[0;32mI (111) esp_image: segment 2: paddr=0001b64c vaddr=40374000 size=049cch ( 18892) load[0m
[0;32mI (122) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=1b660h (112224) map[0m
[0;32mI (147) esp_image: segment 4: paddr=0003b688 vaddr=403789cc size=08404h ( 33796) load[0m
[0;32mI (154) esp_image: segment 5: paddr=00043a94 vaddr=50000000 size=00010h ( 16) load[0m
[0;32mI (160) boot: Loaded app from partition at offset 0x10000[0m
[0;32mI (160) boot: Disabling RNG early entropy source...[0m
[0;33mW (164) bootloader_random: RNG for ESP32-S3 not currently supported[0m
[0;32mI (182) cpu_start: Pro cpu up.[0m
[0;32mI (182) cpu_start: Starting app cpu, entry point is 0x40375104[0m
[0;32mI (0) cpu_start: App cpu up.[0m
[0;32mI (196) cpu_start: Pro cpu start user code[0m
[0;32mI (196) cpu_start: cpu freq: 160000000[0m
[0;32mI (196) cpu_start: Application information:[0m
[0;32mI (199) cpu_start: Project name: led_strip[0m
[0;32mI (204) cpu_start: App version: 1[0m
[0;32mI (209) cpu_start: Compile time: Aug 17 2021 17:09:47[0m
[0;32mI (215) cpu_start: ELF file SHA256: bda59acbde3f7a0e...[0m
[0;32mI (221) cpu_start: ESP-IDF: v4.4-dev-2594-ga20df743f1-dirty[0m
[0;32mI (228) heap_init: Initializing. RAM available for dynamic allocation:[0m
[0;32mI (235) heap_init: At 3FC94220 len 0004BDE0 (303 KiB): D/IRAM[0m
[0;32mI (241) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM[0m
[0;32mI (248) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM[0m
[0;32mI (255) spi_flash: detected chip: generic[0m
[0;32mI (259) spi_flash: flash io: dio[0m
[0;33mW (263) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.[0m
[0;32mI (277) cpu_start: Starting scheduler on PRO CPU.[0m
[0;32mI (0) cpu_start: Starting scheduler on APP CPU.[0m
[0;32mI (308) example: LED Rainbow Chase Start[0m
[0;32mI (308) example: USB initialization[0m
[0;32mI (308) tusb_desc:
...
[0;32mI (478) TinyUSB: TinyUSB Driver installed[0m
[0;32mI (488) example: USB initialization DONE[0m
[0;32mI (1388) example: log -> UART[0m
example: print -> stdout
example: print -> stderr
[0;32mI (2888) example: log -> UART[0m
example: print -> stdout
example: print -> stderr
[0;32mI (4388) example: log -> UART[0m
example: print -> stdout
example: print -> stderr