PDA

View Full Version : Mini-HowTo servos ?


jon8889
Apr 14, 2007, 04:37 PM
how can i control servos without radio gear? what would li need ?
i want to control two servos from like a little joystick or control knob but not for a plane to use in my car
i do not want to use car door poppers or solenoids it needs to be variable control?

is there something commercially availiable?
or how and what would i need to make something up?

Bearded Flyer
Apr 14, 2007, 06:13 PM
You can use something like this http://www.brchobbies.co.uk/?page=shop&category=17&start=16 or make your own using a 555 timer chip or a pic.

Richard

slipstick
Apr 15, 2007, 03:45 AM
Oops - double post

slipstick
Apr 15, 2007, 03:46 AM
Circuits available at http://www.uoguelph.ca/~antoon/gadgets/gadgets.htm

Look for "Servo Driver".

Steve

Zacheis
May 02, 2007, 09:28 PM
Currently I am using an Arduino USB stamp mcu available from sparkfun.com for about $36.00 U.S. I can control an analog servo with this to about 1 degree of position within any degree of possible position.

The beauty of this is that just by modifying the program I can easily change performance. Also, I can control upwards of 11 servos at the same time. With larger numbers like that you need to be creative with the programming.

Good Luck. Hope this helps.