Page 1 of 1

Number of Servo PWM Pins on ESP32-C3

Posted: Thu Dec 02, 2021 2:15 pm
by Chevelle
The ESP32 devices support up to 16 servo-style PWM outputs. It was not clear to me in the documentation as to how many GPIO pins can be assigned a servo PWM pins on the ESP32-C3.

Thanks for any assistance.

Re: Number of Servo PWM Pins on ESP32-C3

Posted: Fri Dec 03, 2021 3:27 pm
by puckbully
ESP32-C3 has six PWM channels which can be mapped to any GPIO. See datasheet Chapter 3.11 Peripheral Pin Configurations

https://www.espressif.com/sites/default ... eet_en.pdf

Re: Number of Servo PWM Pins on ESP32-C3

Posted: Mon Dec 06, 2021 10:24 pm
by Chevelle
Thanks. On with the project!