Search found 1 match

by rkovac12
Sun Aug 14, 2022 1:15 pm
Forum: ESP32 Arduino
Topic: ESP32-C3 get RTC time in wakeup stub
Replies: 0
Views: 1312

ESP32-C3 get RTC time in wakeup stub

Good afternoon, I am putting the ESP32-C3 to (deep) sleep for a preset period of time and monitoring a sensor while it sleeps. I only want to fully wake it up when the timer runs out and handle the sensor impulses in a wakeup stub (basically just wake up, increment a timer and go back to sleep). Wha...