number of PWM channels on esp32 wroom
Posted: Fri Feb 05, 2021 12:32 pm
Hi,
I am having problem setting up more than 6 PWM channels. Based on the description of ESP32 WROOM board it says it can support up to 16 LED PWM (https://en.wikipedia.org/wiki/ESP32#Features) however then I try to setup more than 8 I get an error
I am confused. Is it a limitation of micropython or board itself? And if it is a limitation of micropython is there a quick way to increase the limit?
Thanks
I am having problem setting up more than 6 PWM channels. Based on the description of ESP32 WROOM board it says it can support up to 16 LED PWM (https://en.wikipedia.org/wiki/ESP32#Features) however then I try to setup more than 8 I get an error
Code: Select all
ValueError: out of PWM channels
Thanks