Light sleep mode does not wake up - ESP32-C3
Posted: Mon Feb 17, 2025 4:05 pm
Hi everyone,
I am currently trying to implement a low power mode on my custom board to reduce as much as possible its consumption because it runs with a battery. So I familiarized myself with the light sleep example (https://github.com/espressif/esp-idf/tr ... ight_sleep). I am developing with ESP-IDF v5.2.3 and VSCode on an ESP32-C3-Mini.
However, I cannot make it work. When I go into light sleep, my program does not wake up. I have tried to toggle the wakeup modes, other versions of the example (5.3.2 and 5.4). I also asked for help from ChatGPT but it ended going round in circles despite my efforts to make things clearer. I have also tried other examples that use light and deep sleep modes but same result.
If anyone has any ideas or suggestions of what is or might be wrong, you're welcome.
Best regards,
I am currently trying to implement a low power mode on my custom board to reduce as much as possible its consumption because it runs with a battery. So I familiarized myself with the light sleep example (https://github.com/espressif/esp-idf/tr ... ight_sleep). I am developing with ESP-IDF v5.2.3 and VSCode on an ESP32-C3-Mini.
However, I cannot make it work. When I go into light sleep, my program does not wake up. I have tried to toggle the wakeup modes, other versions of the example (5.3.2 and 5.4). I also asked for help from ChatGPT but it ended going round in circles despite my efforts to make things clearer. I have also tried other examples that use light and deep sleep modes but same result.
If anyone has any ideas or suggestions of what is or might be wrong, you're welcome.
Best regards,