Hi. As usual, I am asking for help.
I am uploading a typical program CameraWebServer.ino via Arduino IDE and programmer USB TO TTL FT232RL , Jumper on 3.3V, PIN0 connected to GND, ESP32 powered from programmer with 3.3V everything else as in hundreds of instructions on the net. I press reset on the board, get info on the monitor:
.
I upload the program, it loads elegantly. I get info Done uploading .
I disconnect I0 from GND, press RESET and I get blocks like this displayed over and over again:
.
I'll also add that when I upload Blink.ino I have the same thing only it runs faster. It looks like the programs are executing.
Of course Board: esp32 Wroover , Huge APP etc. As expected.
I have no idea what the issue is.
I am uploading a typical program CameraWebServer.ino via Arduino IDE and programmer USB TO TTL FT232RL , Jumper on 3.3V, PIN0 connected to GND, ESP32 powered from programmer with 3.3V everything else as in hundreds of instructions on the net. I press reset on the board, get info on the monitor:
14:02:22.730 -> rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
14:02:22.730 -> waiting for download
I upload the program, it loads elegantly. I get info Done uploading .
I disconnect I0 from GND, press RESET and I get blocks like this displayed over and over again:
14:11:21.606 ->
14:11:21.606 -> rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
14:11:21.640 -> configsip: 0, SPIWP:0xee
14:11:21.640 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
14:11:21.640 -> mode:DIO, clock div:1
14:11:21.640 -> load:0x3fff0018,len:4
14:11:21.640 -> load:0x3fff001c,len:1216
14:11:21.640 -> ho 0 tail 12 room 4
14:11:21.640 -> load:0x40078000,len:9720
14:11:21.640 -> ho 0 tail 12 room 4
14:11:21.640 -> load:0x40080400,len:6352
14:11:21.640 -> entry 0x400806b8
14:11:22.225 -> ets Jun 8 2016 00:22:57
14:11:22.225 ->
14:11:22.225 -> rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
14:11:22.225 -> configsip: 0, SPIWP:0xee
14:11:22.225 -> clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
14:11:22.225 -> mode:DIO, clock div:1
14:11:22.225 -> load:0x3fff0018,len:4
14:11:22.225 -> load:0x3fff001c,len:1216
14:11:22.225 -> ho 0 tail 12 room 4
14:11:22.225 -> load:0x40078000,len:9720
14:11:22.225 -> ho 0 tail 12 room 4
14:11:22.225 -> load:0x40080400,len:6352
14:11:22.225 -> entry 0x400806b8
14:11:22.785 -> ets Jun 8 2016 00:22:57
itd.
I'll also add that when I upload Blink.ino I have the same thing only it runs faster. It looks like the programs are executing.
Of course Board: esp32 Wroover , Huge APP etc. As expected.
I have no idea what the issue is.