Heya I'm new to Arduino (and incidentally to this forum - hi everyone!), and I picked up a Duemilanove and a heaping box of different electronic components to play with over the weekend, in order to teach myself how to interface with various types of parts.
When I started playing around with the servo I picked up - a Tower-Pro 5010 - I had less than successful results. I'm hoping to describe my situation here, and try to validate my suspicions about the problem, and find a solution.
I tried using the 'Knob' example that comes with Arduino, and although the servo seemed to respond to the potentiometer input, it seemed to begin moving, stall, and then resume chasing the potentiometer position... repeatedly. I noticed after a while that the LEDs on the Arduino would flash when this occured.
Based on this, I suspect that the servo was drawing too much power from the Arduino and causing a reset. I'm surprised at this, given the fact that I've seen more than one functional video example of people powering a single servo from the Arduino without issues, but the behaviour of the Arduino seems to match that described by people experiencing accidental power-drain related resets on this forum.
From what I've read, the solution to this problem is to provide a separate power supply for the servo. I attempted this last night with a 9v power supply, which (unsurprisingly) fried my servo, but not before the servo went completely nuts, even though the control pin wasn't connected at the time.
This morning I bought another servo, and explained my problems to the guy at the store, who sold me a 5v power regulator chip that should handle up to 1amp of current, claiming that it should allow me to step down the voltage from my 9v power supply in order to feed the Servo. Additionally, he asserted that I'll need to make sure that the ground from the 2nd psu and the servo are all tied to the common ground on the Arduino. I'd really like to confirm these two points in particular, in order to avoid any more blown servos (I can't afford to chew through too many of these things at $15 a pop...!!!)
Am I on the right track here? Is there anything else that I'm missing?
Thanks in advance for any advice!
-T