Hi all,
I am checking the power consumption of the ESP32-S2-MINI-1.
https://www.espressif.com/sites/default ... eet_en.pdf
Table 8, Section 4.4 "Current Consumption Characteristics" shows
Normal speed: 80 MHz - Current consumption (Typ) : 14 mA
When measuring, it turned out that the values differ from those indicated in the documentation.
My measurements showed a value of 21.8 mA, expected value 14 mA
ESP-IDF release-v4.2
Measurement program:
/////////////////////////////////////////////
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "sdkconfig.h"
void app_main(void)
{
while(1)
{
vTaskDelay(10);
}
}
/////////////////////////////////////////////
sdkconfig:
/////////////////////////////////////////////
# Power Management
#
# CONFIG_PM_ENABLE is not set
# end of Power Management
# ESP32S2-specific
#
CONFIG_ESP32S2_DEFAULT_CPU_FREQ_80=y
# CONFIG_ESP32S2_DEFAULT_CPU_FREQ_160 is not set
# CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240 is not set
CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ=80
//////////////////////////////////////////////
Under what conditions were the measurements taken in the documentation?
How to achieve power consumption at Normal speed: 80 MHz - 14 mA?
ESP32-S2-MINI-1 power consumption doesn't match to the datasheet
- ESP_krzychb
- Posts: 400
- Joined: Sat Oct 01, 2016 9:05 am
- Contact:
Re: ESP32-S2-MINI-1 power consumption doesn't match to the datasheet
Hi Rasl_RF,
Please use the example in https://github.com/espressif/esp-idf/tr ... power_save.
As for DTIM see e.g. https://lastminuteengineers.com/esp32-s ... nsumption/ (this article if for ESP32 but the concept applies for ESP32-S2).
Please use the example in https://github.com/espressif/esp-idf/tr ... power_save.
As for DTIM see e.g. https://lastminuteengineers.com/esp32-s ... nsumption/ (this article if for ESP32 but the concept applies for ESP32-S2).
Re: ESP32-S2-MINI-1 power consumption doesn't match to the datasheet
Hi ESP_krzychb.ESP_krzychb wrote: ↑Fri Aug 20, 2021 2:49 amHi Rasl_RF,
Please use the example in https://github.com/espressif/esp-idf/tr ... power_save.
As for DTIM see e.g. https://lastminuteengineers.com/esp32-s ... nsumption/ (this article if for ESP32 but the concept applies for ESP32-S2).
Please note that in my example I am not using Wi-Fi and I am not using power management.
Table 8: Current Consumption Depending on Work Modes indicates Normal speed: 80 MHz. Power consumption: 14 mA.
The documentation does not specify the use of Light-sleep and Power Management
The issue of Power Consumption remains relevant.
- Attachments
-
- Table 8: Current Consumption Depending on Work Modes
- photo_2021-08-20_10-30-16.jpg (25.66 KiB) Viewed 3694 times
Who is online
Users browsing this forum: No registered users and 66 guests