16 Channel Servo Driver w/2-wire Actuators??

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
siforek
 
Posts: 1
Joined: Thu Jan 17, 2013 5:21 am

16 Channel Servo Driver w/2-wire Actuators??

Post by siforek »

First off I'm sort of a n00b with this stuff...

Got everything in the tutorial here: http://learn.adafruit.com/adafruit-16-c ... pberry-pi/
Working good upto the point where I was trying to use these: https://solarbotics.com/product/gm10/

As any non n00b probably can tell it's not working. I wanted fast motors, didn't realize or quite understand PWM at the time of ordering everything & wanted to know if there's any way to get these working with the 16 channel? Even if it takes considerable rewriting of the python libraries?

Thanks in advance :)

User avatar
adafruit_support_bill
 
Posts: 88088
Joined: Sat Feb 07, 2009 10:11 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by adafruit_support_bill »

These motors are fundamentally different than servo motors. Connecting them directly to the PWM outputs is likely to damage the board.

There are a couple ways to approach driving them from this board. Both involve additional circuitry. What exactly do you want to do with these motors? Do you want just speed control, or do you need direction control too?

Buken
 
Posts: 4
Joined: Fri Jan 18, 2013 3:21 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by Buken »

I am responding for siforek. we are working together on this. here is a link of basically what i need the motors to do. http://david.neonquill.com/projects/cam ... index.html. so it is either we go about more circuitry or maybe a servo? we will see what you have in mind.
thank you.

User avatar
adafruit_support_bill
 
Posts: 88088
Joined: Sat Feb 07, 2009 10:11 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by adafruit_support_bill »

That is a nice looking doorbell project!

Using those motors, you don't need direction control, since they have a built-in return spring. You also probably don't need speed control. I expect you will want the actuators to be as quick as possible.

You could use a darlington array to drive the motors: http://adafruit.com/products/970
And control the darlington array from the PWM board. Although, that would be overkill if you are not using the PWM to actually control the speed. Another option would be to drive the darlingtons from a port-expander: http://adafruit.com/products/732

The simplest option would probably be to go with some micro servos using the PWM controller you have.
https://www.adafruit.com/products/169
https://www.adafruit.com/products/1143

Buken
 
Posts: 4
Joined: Fri Jan 18, 2013 3:21 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by Buken »

we are using a Rspberry pi and need it to be fast with little to no motor noise. there will be 12 motors.
thanks.

User avatar
adafruit_support_bill
 
Posts: 88088
Joined: Sat Feb 07, 2009 10:11 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by adafruit_support_bill »

I don't know how quiet those pager motors are. Servo speed and noise depends mostly on the quality of the servo. Servos from HiTec or Futaba servos are some of the best.

Buken
 
Posts: 4
Joined: Fri Jan 18, 2013 3:21 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by Buken »

Ok support.
It does look as if servos will be the best bet being that we will also be able to control speed. however my next question is servo noise. No noise would be preferred while in idle and running. I've read that capacitors can help. any suggestions? thanks.

User avatar
adafruit_support_bill
 
Posts: 88088
Joined: Sat Feb 07, 2009 10:11 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by adafruit_support_bill »

Since you will have no load on them when idle you can stop sending the PWM pulses and they will be silent. In motion, there will be some audible motor & gear noise. Capacitors can reduce the electrical noise, but they won't do much to reduce the audible noise. In my experience, the high-quality servos tend to be quieter than the low-cost versions. HiTec and Futaba are two of the better brands.

Buken
 
Posts: 4
Joined: Fri Jan 18, 2013 3:21 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by Buken »

ive takin your advice and been looking at those two brands. i also read that analog are quieter than digital. do you know?

User avatar
adafruit_support_bill
 
Posts: 88088
Joined: Sat Feb 07, 2009 10:11 am

Re: 16 Channel Servo Driver w/2-wire Actuators??

Post by adafruit_support_bill »

My experience has been that they were about the same. But I have not used very many different models of the digital servos.

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”