Hi All,
I was trying to find information about the C3's power consumption using Bluetooth only, but I did not find anything. There is only power figures for Wifi.
Are there any figures available? I am sure it must be lower compared to Wifi, but I need to know how much.
I intend to use the C3 in a low-power battery-power application with BT only.
If I missed something and it is in the docs, I would welcome if someone would point me to the right source.
Thanks.
Ben
ESP32-C3 power consumption using Bluetooth only
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
ESP32-C3 power consumption using Bluetooth only
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Re: ESP32-C3 power consumption using Bluetooth only
You can get some info from here: https://esp32.com/viewtopic.php?t=13963
Who is online
Users browsing this forum: No registered users and 9 guests