Search found 1 match
- Fri Feb 17, 2023 1:33 pm
- Forum: ESP-IDF
- Topic: [ESP32-S3] current consumption down to 240uA in light sleep
- Replies: 0
- Views: 2675
[ESP32-S3] current consumption down to 240uA in light sleep
Hello, I'm trying to get current consumption as low as possible in ESP32S3 light sleep mode. In the datasheet, it consumes 240uA in the light sleep mode. But with my board, it consumes about 900uA. All I did is to call esp_light_sleep_start(). I tried CONFIG_ESP_SLEEP_POWER_DOWN_FLASH but no changes...