You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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).
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
The text was updated successfully, but these errors were encountered: