How to use power-management / atuomatic light-sleep in Arduino?
Posted: Sun Apr 06, 2025 10:50 am
So apparently it's possible to enable power management functions that put the esp32 into light-sleep without losing WiFi connection by periodically waking up and keeping WiFi connections alive, but still spending most time in light-sleep.
https://docs.espressif.com/projects/esp ... ement.html states that this requires to be enabled at compile time using CONFIG_PM_ENABLE. Is this possible in Arduino with its precompiled core? if not, is there a workaround?
https://docs.espressif.com/projects/esp ... ement.html states that this requires to be enabled at compile time using CONFIG_PM_ENABLE. Is this possible in Arduino with its precompiled core? if not, is there a workaround?