Hello, I have not found any documentation on this. Can someone please share example how to properly configure hibernation and rtc in order to wake ESP32 by the rtc?
Thank you, Jan
How to wake ESP32 from hibernation by RTC?
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to wake ESP32 from hibernation by RTC?
Did you already look at the esp-idf deep sleep example included in esp-idf?
Re: How to wake ESP32 from hibernation by RTC?
Hello, thank you. I am aware of deep sleep and I use it. The question is how to wake by RTC from hibernation. Hibernation is not deep sleep. Jan
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to wake ESP32 from hibernation by RTC?
You mean 'hibernate mode' as discussed here?. From what I remember, the ESP automatically goes into hibernate mode if you do not configure the ULP to run and do not define RTC memory contents. (I got confused because 'hibernate mode' is not a term Espressif uses in ESP-IDF; there's just 'deep sleep' with various power domains enabled or disabled.)
Re: How to wake ESP32 from hibernation by RTC?
Thank you. So if no ULP and RTC memory is defined, the chip should take about 2.5µA and still be able to wake-up by timer or GPIO interrupt. Interesting, I will try that. Thank you!
Who is online
Users browsing this forum: No registered users and 18 guests