Page 1 of 1

Sleep and RTC

Posted: Wed Dec 06, 2017 2:23 pm
by yomasa
Does anyone have any idea when the sleep functions will be implemented?

Re: Sleep and RTC

Posted: Sun Dec 24, 2017 10:54 pm
by chrisb2
I have been trying out deepsleep from the pull request https://github.com/micropython/micropyt ... -342372570 by checking out the branch https://github.com/MrSurly/micropython- ... -deepsleep and building the firmware myself. Both deepsleep for a time period and wake from deepsleep on interrupt work as expected.

Chris

Re: Sleep and RTC

Posted: Sun Jan 07, 2018 11:24 pm
by jim53
Hello,

I new on this forum I have just ordered an ESP32 board and before I receive it, I look for how I can program it.
After reading on the web, I am going to use a Raspberry Pi 3 to flash the firmware on it.
However, I don't know how I can put the ESP32 in deep sleep mode with the RTC in MicroPython. So as this topic speak about that, please could somenone post an code example in MicroPython to understand how to do that.

Thank you for advance.