Page 2 of 2

Re: ESP32-S3 is not booting, or is not even trying to

Posted: Wed Jan 04, 2023 4:45 pm
by preafixed
Hi Craige,

Thank you for your reply. That looks very interesting!! Uhm I don't have common ground. Just connected TX to RX, and RX to TX of the 340C and connected that thing to USB-C.
20230104_173619.jpg
20230104_173619.jpg (1.53 MiB) Viewed 1911 times
Everytime I press the Reset button, the message is slightly different. Is that, because the ground is not common?

Thanks :)

Re: ESP32-S3 is not booting, or is not even trying to

Posted: Wed Jan 04, 2023 7:45 pm
by Craige Hales
yes. connect the GNDs on both boards. Probably there is a terrible ground path via the usb to a computer to the building ground, and somehow back to the board. It is a little surprise you get any characters coming through. the TX-out and RX-in signal is with respect to ground.

Re: ESP32-S3 is not booting, or is not even trying to

Posted: Wed Jan 04, 2023 7:54 pm
by preafixed
Thank you! Now there are normal characters showing.. finally. Okay so I could upload a program to my ESP32-S3, and now there is the next problem: I can't exit the bootloader:
serial_monitor_3.jpg
serial_monitor_3.jpg (25.2 KiB) Viewed 1878 times
It always says this message. I uploaded my program with IO0 and IO46 connected to ground, uploaded successfully and now after I reset the chip via the Chip enable connection, It does not want to start normal. I disconnected IO0 and IO46 from ground and they are floating. But it always goes into this boot mode. Does anybody know how I can fix this? I measured on both pins 1.46V, which should be "HIGH" right?

Thanks!