Search found 4 matches

by janbenes
Mon Mar 01, 2021 8:34 am
Forum: Sample Code
Topic: How to wake ESP32 from hibernation by RTC?
Replies: 4
Views: 11264

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!
by janbenes
Fri Feb 26, 2021 12:33 pm
Forum: General Discussion
Topic: Wake Up - ADC - Hall Sensor
Replies: 7
Views: 12715

Re: Wake Up - ADC - Hall Sensor

Hello Marek, your code does not compile for me on Arduino, any advice what could be wrong? Here is error message: /tmp/arduino_build_150223/core/core.a(main.cpp.o):(.literal._Z8loopTaskPv+0x8): undefined reference to `setup()' /tmp/arduino_build_150223/core/core.a(main.cpp.o):(.literal._Z8loopTaskPv...
by janbenes
Fri Feb 26, 2021 12:32 pm
Forum: Sample Code
Topic: How to wake ESP32 from hibernation by RTC?
Replies: 4
Views: 11264

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
by janbenes
Wed Feb 17, 2021 2:23 pm
Forum: Sample Code
Topic: How to wake ESP32 from hibernation by RTC?
Replies: 4
Views: 11264

How to wake ESP32 from hibernation by RTC?

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