Search found 1 match
- Wed Dec 14, 2022 9:34 am
- Forum: ESP32 Arduino
- Topic: Attaching Interrupt to internal Brownout detection
- Replies: 0
- Views: 792
Attaching Interrupt to internal Brownout detection
Hello all, I'm using an ESP32-WROOM-32UE for a project, and want to fire an interrupt to save a value to flash when the device dteects brownout. I ahve added a large capacitor to slowdown the brownout and eestimate I should have about 500ms from detection to the device failing. Howevr, I can't find ...