ESP32-S3 Deep Sleep Mode
Posted: Sat May 11, 2024 9:44 pm
I've created an phone app that connects to a Bluetooth LE ESP32-S3 and power sensor. I'm using it to remotely monitor the voltage of my car battery via BLE. The ESP32-S3 and sensor are powered by the 12V car battery via an IC voltage regulator. I'd like to minimize the parasitic drain on the battery whenever I'm not monitoring the voltage. Since the WiFi/Bluetooth radio is turned off in Deep Sleep Mode, I'm suspecting the only option I have is to set the Deep Sleep Mode on a timer. That would mean that whenever I scan for the ESP32-S3, I'd have to wait for the timing cycle in which the radio is turned on. Am I understanding this correctly, or is there a better way to minimize the parasitic drain while I'm not monitoring the battery voltage?