espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.33k stars 7.2k forks source link

ESP32-C2 NimBle has a large power consumption when it is light sleep (IDFGH-10240) #11503

Open oufei19 opened 1 year ago

oufei19 commented 1 year ago

Answers checklist.

General issue report

In the process of using ESP32-C2 NimBle, I set BLE low-speed broadcast(ADV interval 1000ms) during light sleep and measured min 1.4mA power consumption current. It's supposed to be 140uA. Why is it getting bigger iIf possible, please give me a demo

rahult-github commented 1 year ago

An example showcasing typical current consumption with configuration suggested to check is being developed. It can be found here . Currently it is done for esp32 / c3 / s3. We will plan to add support for c2 / c6 / h2 in same example.

oufei19 commented 1 year ago

An example showcasing typical current consumption with configuration suggested to check is being developed. It can be found here . Currently it is done for esp32 / c3 / s3. We will plan to add support for c2 / c6 / h2 in same example.

Ok, when is it supported? beacause,I have a project in development that needs it .help me please