Search found 3 matches
- Sat May 17, 2025 2:54 pm
- Forum: Hardware
- Topic: ESP32 stuck/glitched after repeated brownout
- Replies: 3
- Views: 330
Re: ESP32 stuck/glitched after repeated brownout
One idea might be on deep sleep exit function to measure the battery level (supposing the hardware allows you that). If lower than a still safe lower limit (e.g. 3.1 V) disable deep sleep exit event.
But this will still require some external event when battery is back charged.
The hardware ...
- Fri May 16, 2025 10:26 pm
- Forum: Hardware
- Topic: ESP32 stuck/glitched after repeated brownout
- Replies: 3
- Views: 330
ESP32 stuck/glitched after repeated brownout
I have built a battery(li-ion) powered product around the ESP32-MINI-1-H4.
I did not include a reset button, thinking it would not be necessary. There is no hard shut-down either. Shutdown of the product is handled by sleep mode.
When the battery is discharged below ~3V, brownout reset is triggered ...
I did not include a reset button, thinking it would not be necessary. There is no hard shut-down either. Shutdown of the product is handled by sleep mode.
When the battery is discharged below ~3V, brownout reset is triggered ...
- Fri Mar 10, 2023 9:26 pm
- Forum: Showcase
- Topic: ESP32 Boot Multiple Applications from Flash - e-Yantra, IIT Bombay
- Replies: 5
- Views: 31736
Re: ESP32 Boot Multiple Applications from Flash - e-Yantra, IIT Bombay
Can I please see your multiapp bootloader?