Page 2 of 2

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Tue Oct 19, 2021 6:44 am
by espbreakout
Below is the schematics attached. Power is 3.10v on all the required pins.
Check your power supply. An AMS1117 is not supposed to output as low as 3.1V. You should see a healthy 3.3V (or very close to it) on all relevant pins.

Thanks for reply.
Power has been improved. But the condition remains same for the flash error.
Is flash corrupted or bad ?
If it is hardware issue then it should not flash anyway, but I flashed the module 2 to 3 times and then got this error. Not detecting flash or sometimes detect flash but time our error.

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Tue Oct 19, 2021 8:20 am
by Sprite
Sounds like your hardware is still marginal somehow. How do you put the ESP32 into download mode, by the way?

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Tue Oct 19, 2021 5:10 pm
by espbreakout
Sounds like your hardware is still marginal somehow. How do you put the ESP32 into download mode, by the way?
Flash mode-
GPIO0 ---GND to keep it low
EN(BUTTON) --- ONE TIME PRESS

or sometimes keep continuing pressing the EN until IDE shows connecting... & then release it. Both works for me.

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Wed Oct 20, 2021 1:08 am
by Sprite
Just to verify - if you connect a serial terminal program (like Putty) to the serial port and reset into download mode like that, do you see the ESP32 going into download mode properly each and every time? No corruption in the message it spits out?

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Thu Oct 21, 2021 1:08 pm
by espbreakout
Just to verify - if you connect a serial terminal program (like Putty) to the serial port and reset into download mode like that, do you see the ESP32 going into download mode properly each and every time? No corruption in the message it spits out?
Just saw it once and after that nothing.

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Fri Oct 22, 2021 8:10 am
by Sprite
Go debug that first then. If you do not see that download message, flash isn't going to work. Simply keep a terminal open, GPIO0 connected to ground, and swap anything you think may be the issue (bad DuPont wires, bad power supply, ...) until you see that message again, and it appears consistently when you press and release reset.

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Fri Oct 22, 2021 10:37 am
by espbreakout
Go debug that first then. If you do not see that download message, flash isn't going to work. Simply keep a terminal open, GPIO0 connected to ground, and swap anything you think may be the issue (bad DuPont wires, bad power supply, ...) until you see that message again, and it appears consistently when you press and release reset.
Thanks for that. I will troubleshoot that too.
For the testing , i assembled one new board with new PCB module and found that EN is continuousely Low & GPIO0 is also low by default when power up the Esp32 module. Nothing is connected to both pins as shown in schematics. And thoroughly chkd the short ckts. And power is 3.23 v which seems to be sufficient.
What is happening , dont know??

Re: ESP32 breakout with ESP32 WROOM 32D module creates Flashing issues..

Posted: Sat Oct 23, 2021 1:26 am
by Sprite
That's impossible to say without having access to the hardware.