Hi All,
I have a problem with controlling multiple servos. I use one Arduino Mega to control 20 servos(futaba s3305) with external power supply. But the servos started to tremble/shake, especially when they reached higher % of PWM duty cycle.
When the number of servos it supported reduced to 10, the servos became much stable.
More Details:
- The servos are connected through digital signal pins.
- <Servo.h> is used to control them.
- I use 10 analog output pins for analog output and also, the shaking became more obvious when they reached higher % of PWM duty cycle.
Any idea about how to make servos not tremble will be well appreciated!!!
Thank you!!