Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP.DeepSleep() issue on ESP8266 #14

Open
tonybaz opened this issue Jul 23, 2020 · 1 comment
Open

ESP.DeepSleep() issue on ESP8266 #14

tonybaz opened this issue Jul 23, 2020 · 1 comment

Comments

@tonybaz
Copy link

tonybaz commented Jul 23, 2020

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

@ricaun
Copy link
Owner

ricaun commented Jul 27, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants