QUERY · ISSUE
STM32 sleep wake time problem
port-stm32
rtc.wakeup(ms)
machine.lightsleep(ms)
Do these two functions use the same wake-up source?
What is the maximum value of ms?
CANDIDATE · ISSUE
ESP32 timer wake up repeating
bugport-esp32
I'm using timer wakeup from light sleep with:
machine.lightsleep(30000) #sleep 30s
after 30 the esp32 wakes, disable peripherals and sleep indefinitely with:
machine.lightsleep()
but the 30s wake timer keeps repeating and didn't find any way to disable wake source