Replies: 4 comments 4 replies
-
I don't think ESP32 MicroPython is able to do that currently. LEDC turns off during lightsleep with the clock modes that MicroPython uses. |
Beta Was this translation helpful? Give feedback.
-
Is this a MicroPython issue? Is it possible to power LEDC during light sleep on the ESP32? This Espressif forum post suggest that it's not. If someone can supply an IDF example of powering LEDC under a sleep mode we can consider the possibility of duplicating the method in MicroPython. |
Beta Was this translation helpful? Give feedback.
-
It's done . |
Beta Was this translation helpful? Give feedback.
-
I would like to use this feature in MicroPython too. Is there a plan to implement it and if yes, when and how can I use it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I use PWM Pin(21) to drive LED back light for my LCD . During light sleep mode, I got a problem ,PWM was shut down ,it cannot work anymore until system got wake up.
How to let ESP32S3 PWM to keep working during lightsleep ? I found there someone said PWM support LEDC feature, but I cannot find anyway to do that ...
what is config could support it ?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions