Servo Contoller, Timed Multiple Servo Control, (TIPS ONLY)
By Anonymous
August 7, 2009
August 7, 2009
Anyone got any tips on how to do this?
Any idea?
I'm trying to make a servo controller which can control at least 12 servos, and it's timed with a 555 timer IC.
Any idea how I'm able to do that?
I'm only asking for tips, no solid information.
I'm doing this in DIY.



Okey, forget it. I'll just go back to basic I/O expander chips.
@ Fri, 2009-08-07 15:54
1 555 can control 1 servo
1 555 can control 1 servo but you might be pushing it to control 12 servos without 12 555s.
Why can`t you use a micro? An atmega168 costs about $5 and can control 12 servos with the right code.
@ Fri, 2009-08-07 13:29
Something like
http://www.lynxmotion.com/Product.aspx?productID=395&CategoryID=52 ... this?
Dont think it´s a rich mans toy, not that expensive... And why a 555 timer???
//GG
_-_<Hang Upside down to wait for shipping to deplete your money
I told you, (Not litterally) I'm from a small village as in I've get AU$20 a week.
I can't afford shipping lol!
@ Fri, 2009-08-07 13:51
Upside down...
or work extra in a gas-station... Think you will get your servo motions quicker working extra then try to figure it out yourself...
Oups- sorry, did´nt mean to be rude...
It´s based on a micro-controller. You can program any microcontroller to do the job, and if it´s not enough with one, take two and make them talk to each other, either through i2c, rs485, plain pulses or serial. Any microcontroller is up to the job.
@ Fri, 2009-08-07 08:33
• Does each servo need
• Does each servo need independant control?
• What exactly will be providing input for the servos? A micro controller? Sensor input? Direct user interface?
Just linked to the Microcontroller and the 555 timer.
I want servos to be moving simultaneously instead of one at a time.
TIPS ONLY.
@ Fri, 2009-08-07 08:50
Will they all move in sync,
Well yeah, That's what a servo controller is for isn't it?
@ Fri, 2009-08-07 10:03
Well obviously you can
If they're independant you could use a demultiplexer to split your control signal into many outputs, effectively giving you the ability to control many servos from just a few outputs.