Search found 2 matches

by kmaker
Wed Feb 23, 2022 4:02 am
Forum: Hardware
Topic: Controlling a servo with ESP32-C3
Replies: 1
Views: 2525

Re: Controlling a servo with ESP32-C3

shortly after I posted, I had a small series of breakthrough. what i learned: 1. servo can be controlled by plugging in the control pin directly (I tried GIPO4 and GPIO2) 2. ledc can be initialized with different bid width and frequency, but it stops working if I set anything less than 200 for the f...
by kmaker
Tue Feb 22, 2022 3:47 am
Forum: Hardware
Topic: Controlling a servo with ESP32-C3
Replies: 1
Views: 2525

Controlling a servo with ESP32-C3

Hi, I'm working on a project that uses ESP32-C3 (ESP32-C3-01M from Ai-thinker) to control a 9g servo. So far, I'm having no luck getting it to work. I've tried several servo libraries for ESP32, like esp32servo, and ledc based servoesp32, and none could make it work. I was able to see ledc control a...