Hi, is there a way to reduce power consumption of the ESP32C3 (right now it takes 80mA, which I think is a lot) while still being able to Scan and avdertise via Bluetooth?
I think it doesn't work in deep/light sleep mode. Any other suggestions wise people from the internet?
Reducing ESP32C3 Power consumption while still Scanning & Advertising?
-
- Posts: 1704
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Re: Reducing ESP32C3 Power consumption while still Scanning & Advertising?
80mA seems to be as low as it gets for the C3 while the RF is active.
To get as low as possible on average,
1. enable modem sleep
2. for advertising, increase the advertising interval (NimBLE: ble_gap_adv_params::itvl_min / itvl_max) as much as acceptable
3. consider using automatic light sleep while using an external 32kHz crystal for the "Bluetooth low power clock"
To get as low as possible on average,
1. enable modem sleep
2. for advertising, increase the advertising interval (NimBLE: ble_gap_adv_params::itvl_min / itvl_max) as much as acceptable
3. consider using automatic light sleep while using an external 32kHz crystal for the "Bluetooth low power clock"
Who is online
Users browsing this forum: ahuar88 and 100 guests