Hi Sara, et all,
Any suggestions for ESP8266 Sleep/Wake MicroPython code?
Thanks,
Gary
Hi.
The ESP8266 can be awakened from deep sleep using external wake-up and timer wake up.
Check this tutorial: https://randomnerdtutorials.com/micropython-esp8266-deep-sleep-wake-up-sources/
Regards,
Sara
Thanks Sara,
That works.
I did do a topic surch, but did’t the article you kindly referenced.
Thanks
Gary
Great!
I’ll mark this issue as resolved.
If you need further help, you just need to open a new question in our forum.
Regards,
Sara
Hi Sara,
I have the same issue when loading the deepsleep code and name as boot.py into the ESP8266 while connecting the RST pin to GPIO16.
It kept reboot from the deepsleep loop without accepting any else command such as STOP or Ctrl+D at Thonny.
The only way to resolve it is to disconnect the jumb wire from RST to GPIO16 and reflash the board with new bin file.
Regards,
Henry