ESP32 Huzzah won't wake from deep sleep when battery is below 65%

I have Adafruit Huzzah32 project under development with a lipo battery connected. It wakes every 10 minutes, performs an action, then enters deep sleep mode.

This morning it has ceased to awaken from deep sleep. The battery voltage is reading 65%.

What might stop it from waking from deep sleep all of a sudden?

the power to wake the ESP32 is no longer available.

How much battery power is required to wake it?

The solution is to not let the battery voltage drop that far, before recharging.

That avoids destroying the LiPo battery by overdischarge, as well.

What does that mean, voltage-wise?
65% of 4.2 is about 2.7v, which is “dead” for a lipo.
65% meaning 65% between “full” (4.2V) and “empty” (about 3V) could still be below the 3.3V that the esp32 wants…

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.