t0mmy66
Posts: 1
Joined: Fri Jun 20, 2014 6:16 pm

Best way to control servos alot of servos

Fri Jun 20, 2014 6:20 pm

Hello,

I want to create a robot using my raspberry pi and around 14 servos i have a small budget so whats the cheapest way it can be done? if you could try keep it simple as I'm new to the raspberry pi.

Thanks,
Tom

User avatar
joan
Posts: 14936
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: Best way to control servos alot of servos

Fri Jun 20, 2014 9:59 pm

You can control servos directly from the Pi. They need one gpio per servo (control line) so you'd need to use 14 of the Pi's 21 gpios. Doesn't leave a lot of gpios to connect additional sensors though.

You can buy I2C chips to drive servos. Typically they let you drive 16 servos per chip. You just connect the chip to the Pi's two I2C gpios.

riklaunim
Posts: 265
Joined: Tue Apr 22, 2014 7:34 pm

Re: Best way to control servos alot of servos

Fri Jun 20, 2014 11:03 pm

You can look at Chinese or Adafruit I2C, Pololu USB/Serial servo controllers. Chinese ought to be the cheapest.

Return to “Beginners”