Hello everyone! I'm trying to find the most efficient power consumption formula for ESP32 microcontrollers, and after some research, I've chosen the ESP32-H2 SuperMini.
According to the datasheet, this microcontroller consumes no more than 10 µA in deep sleep mode, but after measuring the ...
Search found 3 matches
- Thu Sep 18, 2025 7:33 am
- Forum: General Discussion
- Topic: ESP32-H2 SuperMini current consumption
- Replies: 1
- Views: 964
- Thu Aug 21, 2025 9:43 am
- Forum: General Discussion
- Topic: Minimizing energy consumption in advertising BLE
- Replies: 2
- Views: 352
Re: Minimizing energy consumption in advertising BLE
Unfortunately, this is true... After a few more days of research, I found out that you can exit deep sleep much faster than 200 ms (on the ESP32-C3). You just need to save some data in the RTC memory, and then the awakening will be faster. But there is a nuance... This approach is not compatible ...
- Thu Aug 14, 2025 3:07 pm
- Forum: General Discussion
- Topic: Minimizing energy consumption in advertising BLE
- Replies: 2
- Views: 352
Minimizing energy consumption in advertising BLE
Hello forum. This is my first post.
I'm designing a device that should run on AAA batteries (though AA replacements are acceptable). I'm looking for a solution that will allow my device to consume minimal current during advertising mode. Here’s a bit about the device: it sleeps for 4 seconds, then ...
I'm designing a device that should run on AAA batteries (though AA replacements are acceptable). I'm looking for a solution that will allow my device to consume minimal current during advertising mode. Here’s a bit about the device: it sleeps for 4 seconds, then ...