ESP8266 Developer Zone The Official ESP8266 Forum 2016-11-25T13:50:33+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3067 2016-11-25T13:50:33+08:00 2016-11-25T13:50:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10657#p10657 <![CDATA[Re: ESP hangs after reboot]]> GPIO15, GPIO0, GPIO2 decide the boot mode. Make sure these pins on your system are not attached to any external components! If that resolves your problem... it means that the external circuitry is causing incorrect boot mode on startup. This happens if you have unstable circuits connected to these pins.


Please note that we even tried 2000uF cap between VCC and GND

Sorry, but fat decoupling caps are no good for high speed applications! They have a huge ESR. I'd suggest a 47uF or 22uF tantalum decoupling cap + 100 nF ceramic caps close to the module/ESP8266 chip itself if you suspect decoupling issues. Also, have a good reset pin circuitry to handle power-on-reset properly as well!

Statistics: Posted by Guest — Fri Nov 25, 2016 1:50 pm


]]>
2016-11-23T18:44:04+08:00 2016-11-23T18:44:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10621#p10621 <![CDATA[Re: ESP hangs after reboot]]> http://bbs.espressif.com/viewtopic.php?f=7&t=3127. Is there any solution to hang at reset? Please note that we even tried 2000uF cap between VCC and GND with no improvement and binary is fine as external reset/power reset works when ESP is hanged.

Statistics: Posted by gailu — Wed Nov 23, 2016 6:44 pm


]]>
2016-11-19T17:51:27+08:00 2016-11-19T17:51:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10589#p10589 <![CDATA[Re: ESP hangs after reboot]]>

Or you have a power supply or power-on-reset issue.

Yup, that is my suspicion. And the long term fix would be to add some fat decoupling caps...

Statistics: Posted by Guest — Sat Nov 19, 2016 5:51 pm


]]>
2016-11-19T13:20:02+08:00 2016-11-19T13:20:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10585#p10585 <![CDATA[Re: ESP hangs after reboot]]> Or is this happening if you reboot by doing a power cycle?

Startup issues can have two causes - wrong boot.bin (older version?) or maybe you compiled application for the wrong boot BIN file version!
Or you have a power supply or power-on-reset issue.

Statistics: Posted by Guest — Sat Nov 19, 2016 1:20 pm


]]>
2016-11-17T17:15:21+08:00 2016-11-17T17:15:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10566#p10566 <![CDATA[Re: ESP hangs after reboot]]> Statistics: Posted by Guest — Thu Nov 17, 2016 5:15 pm


]]>
2016-11-12T21:29:53+08:00 2016-11-12T21:29:53+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10517#p10517 <![CDATA[Re: ESP hangs after reboot]]> Seems like the BIN files may be corrupted. Make sure you are not writing to code sections of flash in your program.

Statistics: Posted by Guest — Sat Nov 12, 2016 9:29 pm


]]>
2016-11-11T14:23:20+08:00 2016-11-11T14:23:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3067&p=10506#p10506 <![CDATA[ESP hangs after reboot]]>

Code:

 ets Jan  8 2013,rst cause:4, boot mode:(3,0)

wdt reset


Does this mean that boot up failed and resulted in a wdt reset? Why doesn't the ESP retry after hitting the WDT reset?

Statistics: Posted by Guest — Fri Nov 11, 2016 2:23 pm


]]>