Power Consumption in BlueTooth mode.Hi
-
- Posts: 34
- Joined: Wed Feb 15, 2017 8:31 pm
Power Consumption in BlueTooth mode.Hi
Hi All,
I would like to ask if someone could have information about the power consumption for the ESP32 in Bluetooth mode, In the datasheet is good information about WiFi, but not for BT.
I am testing some examples for BT and WFI, they are within the IDF, I made come current measurements and I got around 150mA from the 5V Power supply, which is ok for wifi but not for BT in BLE mode.
As BT and WIFI are sharing the RF path, maybe this is the reason that the power consumptions is high for BT?
Any advice how to test BT in BLE mode...
Regards
Juan
I would like to ask if someone could have information about the power consumption for the ESP32 in Bluetooth mode, In the datasheet is good information about WiFi, but not for BT.
I am testing some examples for BT and WFI, they are within the IDF, I made come current measurements and I got around 150mA from the 5V Power supply, which is ok for wifi but not for BT in BLE mode.
As BT and WIFI are sharing the RF path, maybe this is the reason that the power consumptions is high for BT?
Any advice how to test BT in BLE mode...
Regards
Juan
Re: Power Consumption in BlueTooth mode.Hi
Hi
I had the same measurements almost - around 120-130 mA. As of now only BTDM (Dual Mode, both classic and BLE) is supported and my assumption is that it is because of the bluetooth classic that current consumption is so high - but I do not know for sure. It could be nice if someone could confirm this.
I had the same measurements almost - around 120-130 mA. As of now only BTDM (Dual Mode, both classic and BLE) is supported and my assumption is that it is because of the bluetooth classic that current consumption is so high - but I do not know for sure. It could be nice if someone could confirm this.
-
- Posts: 9764
- Joined: Thu Nov 26, 2015 4:08 am
Re: Power Consumption in BlueTooth mode.Hi
Also, make sure to check how you configured your CPU. Running two cores at 240MHz can easily eat up 80mA or so. Using only one core at e.g. 80MHz should bring that number down a fair amount.
Re: Power Consumption in BlueTooth mode.Hi
Would that be configured with make menuconfig?
Thanks
Thanks
-
- Posts: 9764
- Joined: Thu Nov 26, 2015 4:08 am
Re: Power Consumption in BlueTooth mode.Hi
Yep, Component config -> ESP32-specific -> CPU frequency
Re: Power Consumption in BlueTooth mode.Hi
And disabling one is also done in make menuconfig?
Thanks
Thanks
Re: Power Consumption in BlueTooth mode.Hi
I did the down tuning of the CPU frequency to 80MHZ but still up around 100-110 mA.ESP_Sprite wrote:Also, make sure to check how you configured your CPU. Running two cores at 240MHz can easily eat up 80mA or so. Using only one core at e.g. 80MHz should bring that number down a fair amount.
How do you run only one core? Is it something that is configurable or how do you achieve that?
-
- Posts: 9764
- Joined: Thu Nov 26, 2015 4:08 am
Re: Power Consumption in BlueTooth mode.Hi
Yes, although I can imagine its location is slightly less findable. Easiest way is to disable 'Component Config -> esp32-specific -> Reserve memory for two cores'; this will also disable FreeRTOS multicore support and should keep the 2nd cpu clock gated.
Re: Power Consumption in BlueTooth mode.Hi
Note that disabling the second CPU doesn't reduce current consumption as much as lowering the CPU frequency does.
At 80 MHz, with two idling CPUs the chip consumes 44mA (without any radios), and with one CPU it consumes 40mA.
At 80 MHz, with two idling CPUs the chip consumes 44mA (without any radios), and with one CPU it consumes 40mA.
Re: Power Consumption in BlueTooth mode.Hi
Ok, thanks for the updates.ESP_igrr wrote:Note that disabling the second CPU doesn't reduce current consumption as much as lowering the CPU frequency does.
At 80 MHz, with two idling CPUs the chip consumes 44mA (without any radios), and with one CPU it consumes 40mA.
So I guess what you are saying is .. it is all about the radio? What can be done about the radio to get the mA further down? Or do I just have to accept that using ble requires 100-110 mA during operation at 80 MHz, maybe 95-100 mA if I use a single core?
Thanks
Who is online
Users browsing this forum: No registered users and 100 guests