ESP8266 12F hanging after wake from Deep Sleep?
Posted: Tue Feb 02, 2016 3:25 pm
I've been playing around with one of these ESP Witty boards I got from eBay (https://plus.google.com/+AlanLord/posts/eZHi3dkZZho).
I've had it connected up to a DHT22 for a couple of days running some LUA code which reads the sensor, sends the information to an MQTT broker then goes to deep-sleep for 5 minutes. This has been working fine up until this morning when I noticed the LED was brightly on (normally indicating the chip is powered on) but nothing is set over the UART so it looks like it has just hung.
Anyone else noticed anything like this? I did find this thread on the Espressif forum which sounds similar but clearly there is a language issue or they didn't understand what the guy was asking... http://bbs.espressif.com/viewtopic.php?t=1161
I read somewhere else that it might require a 4.7k pull up on GPIO0 and GPIO2 as well so I have just added a couple of resistors to my breadboard test to see if that makes any difference.
I've had it connected up to a DHT22 for a couple of days running some LUA code which reads the sensor, sends the information to an MQTT broker then goes to deep-sleep for 5 minutes. This has been working fine up until this morning when I noticed the LED was brightly on (normally indicating the chip is powered on) but nothing is set over the UART so it looks like it has just hung.
Anyone else noticed anything like this? I did find this thread on the Espressif forum which sounds similar but clearly there is a language issue or they didn't understand what the guy was asking... http://bbs.espressif.com/viewtopic.php?t=1161
I read somewhere else that it might require a 4.7k pull up on GPIO0 and GPIO2 as well so I have just added a couple of resistors to my breadboard test to see if that makes any difference.