Page 1 of 1

BLE power consumption ESP32 doit devkit v1

Posted: Thu Dec 01, 2022 9:24 am
by parthmjenex
Hi ESPteam,

I am currently working on a BLE project and I am using doit esp32 devkit v1 as a programming board and Arduino as an ide.

after compiling the project power consumption is around 80 mA, how can I reduce power consumption?

Thanks.

Re: BLE power consumption ESP32 doit devkit v1

Posted: Thu Dec 01, 2022 5:39 pm
by chegewara
https://github.com/espressif/esp-idf/is ... -500312453

but you have to use arduino builder and rebuild with all 4 options mentioned in this post enabled.
I just finished it for esp32 C3 and it is working great. Power consumption is very low, the only issue is that BLE is very slow (discovering, notifications etc), so i have to work on settings yet.