ESP88266 E12 - FAILED to leave FlashMode
Posted:
Tue Aug 16, 2016 3:08 am
by Orcanbull
Hi all,
Somehow i bricked one of my ESP8266. On the picture you can see two identical setups, both contain the same code. However the ESP on the Left continuously has its LED on and spits out a bunch of gibberish onto the serial port.
My best quess was that that ESP does not leave flash mode. I can still upload new programs to the ESP using the arduino IDE for ESP. I also used ESPTOOL to flash the ESP but no luck there. All pins are measured and checked and a identical to the ESP on the Right. Any guesses on how to fix the ESP?
Re: ESP88266 E12 - FAILED to leave FlashMode
Posted:
Tue Aug 16, 2016 3:51 am
by Barnabybear
Hi, the solder joint on Vcc doesn't look great (could be dry) it might be worth reflowing that as it could be reseting due to lack of power when wifi is transmitting (power demand goes up from 70mA to 250mA).
When you checked the voltages did you have the probe on the ESP pad or the solder joint?
The constant LED usualy means:
Constant reseting - power.
Crashing and reseting - code.
Incorrect GPIO's at boot - GPIO 0 High, GPIO 2 High & GPIO 15 Low.
Is this happening streight after flashing, after power cycling or both?
Re: ESP88266 E12 - FAILED to leave FlashMode
Posted:
Tue Aug 16, 2016 4:20 am
by Orcanbull
Hi Barnabybear,
Thanks for the Fast responds,
I checked the connections, on the pads of the ESP there is a solid connection to the PCB, i also dont see a voltage drop which would happen if there wouldn't be sufficient power for the ESP.
Well the first time it happened was after restarting , so it was running correctly but when i replugged the power the led went on. Now it happends any time, after flashing, starting up, resetting,
It does see the GPIO -0 and Reset correct at least, since when i reset it which GPIO-0 LOW it remains in flash state. When i reset it with GPIO-0 high the led turns on.
GPIO-15 is LOW, GPIO -2 is HIGH
The wierd thing is though if i apply 3v3 to GPIO-2 with a sepparate wire, the led turns of, so i resetted it whith the wire connected, but the moment i get rid of the wire the led turns . However the Giberrish on the Serial does not go away.
Re: ESP88266 E12 - FAILED to leave FlashMode
Posted:
Tue Aug 16, 2016 4:36 am
by AcmeUK
What you call
bunch of gibberish onto the serial port
May be messages from the boot loader at 74880 baud.
See this post
http://www.esp8266.com/viewtopic.php?f=32&t=2664&hilit=74880The boot time messages may give a clue to your problem!