I'm trying to implement the use of one of the sleep modes for power conservation. My initial idea was to have a low-power loop that:
- shuts down wifi (via esp_wifi_disconnect)
- enters a timed sleep mode
- restarts wifi
- does some processing
I'd be happy to share code, but right now, I'm interested in whether my algorithm seems valid, or if I'm doing it wrong.
Thanks...