Page 1 of 1

ESP32-S3 Servo Question

Posted: Tue Nov 30, 2021 10:43 pm
by Chevelle
I am starting a new project and have a question regarding the number of PWM servo channels available on an ESP32-S3. As I understand it, up to 16 GPIO pins can be assigned as servo PWM pins. Is this also true for the S3?

Thanks in advance.

Re: ESP32-S3 Servo Question

Posted: Fri Dec 03, 2021 2:30 am
by ESP_Sprite
The LEDC, to which you are likely referring, has 8 channels in the ESP32S3 (in contrast to 16 for the ESP32).

Re: ESP32-S3 Servo Question

Posted: Fri Dec 03, 2021 1:50 pm
by Chevelle
Thanks very much. I would have preferred a different answer but a correct one is probably better than a preferred on. ;)