LoRaNow icon indicating copy to clipboard operation
LoRaNow copied to clipboard

ESP.DeepSleep() issue on ESP8266

Open tonybaz opened this issue 4 years ago • 1 comments

Hi team,

Have anyone tested this library with ESP.deepSleep(20e6, WAKE_RF_DISABLED) on the node? It is for whatever reason stopping the node to send the message to the gateway. I appreciate if anyone has same problem and how to resolve it.

Thanks, T

tonybaz avatar Jul 23 '20 11:07 tonybaz

Hello,

The last time I tested works normal, I do not test with the ESP.deepSleep or some sleep code.

I believe the ESP.deepSleep code makes the board reset and the pin DIO0 / GPIO16 needs to be connected on the RST pin to works, if not connected the board never wake-up (could be the problem).

See Yaa

ricaun avatar Jul 27 '20 12:07 ricaun