Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Can anyone provide me with a code for 2 servo motor with esp32
Just sweep is enough
Just implement pwm on any pin with duty cycle 50 and servo will move
I find out that the usual servo library does not support esp32 only arduinos… After a bit of search I found another library named ServoESP32.. But the newest version have some bugs I choose 1.0.3 older one but effective.. So I discovered that esp32 can’t provide enough current to power 2 servos so I had to add external 5v powersply with common GND with the esp… So this was my experience today.😅 I hope someone does not fall in my fault
Great, we learn from experience
This? https://github.com/RoboticsBrno/ServoESP32
YES!!
Great. Will catalog in a forum channel and mark as solution to save the learning.
CONTRIBUTE TO THIS THREAD