Page 1 of 1
Arduino UNO with C55S Servo

Posted:
Wed Jun 13, 2012 6:28 pm
by Razor8208
As I understand the C55S servo needs 7.2V to operate at max torque. How do you connect the servo with such power while still receiving input signals from the Arduino UNO? Do I need another board to do the communicating between the UNO and the servo?
Sorry if this sounds confusing. Thanks.
Re: Arduino UNO with C55S Servo

Posted:
Thu Jun 14, 2012 7:27 am
by robosang
This does not only apply for particular RC servo motor, it apply to all RC servo. RC Servo is not meant for microcontroller, they are designed for Remote Control game and the supply is direct from the battery via RC Receiver.
Yes, you will need to create a power source that can deliver 7.2V if you want the servo to offer maximum torque. The ground should be shared, signal still remain 5V from the Arduino Uno.
Re: Arduino UNO with C55S Servo

Posted:
Tue Jun 19, 2012 7:48 pm
by Razor8208
Thanks. So how do connect the servo to the board with the separate power source? Sharing the ground like you said? But how to connect them? I want to confirm about this before I do anything stupid that will damage the UNO and the servos.
And one more thing, do I need the Arduino Shield for this purpose?