Search found 2 matches

by nikolays@ar-sw.com
Wed Aug 13, 2025 7:47 am
Forum: General Discussion
Topic: ESP32-C5 Light-Sleep minimal power consumption
Replies: 4
Views: 422

Re: ESP32-C5 Light-Sleep minimal power consumption

current in the datasheet(0.25mA, peripheral clock disabled)?
As far as I understand, the call

Code: Select all

 esp_light_sleep_start();
It will do it for me. I get about 175uA instead of 250uA(datasheet)
Also, if disable console output(UART0), energy consumption is reduced to ~ 125uA
by nikolays@ar-sw.com
Mon Aug 11, 2025 7:33 am
Forum: General Discussion
Topic: ESP32-C5 Light-Sleep minimal power consumption
Replies: 4
Views: 422

ESP32-C5 Light-Sleep minimal power consumption

Hello,

I am working with an ESP32-C5-WROOM-1 module and trying to achieve the Light-sleep minimal current consumption listed in the datasheet (Table 6-9), specifically 0.06 mA.

My setup:
- Chip/module: ESP32-C5-WROOM-1 on DevKitC
- ESP-IDF version: v5.5
- Power supply: USB via DevKitC ...

Go to advanced search