What motor controller should our team get to control 20 motors?
Hi everyone,
We are building a biomedical device that requires vibration for a senior design project. We have decided to use small cheap pager motors in order to achieve this.
We are using the BASIC Stamp Discovery Kit with the BOE and BS2.
Yesterday, we tried to·control a motor through HIGH and LOW, and burned our chip so we have to order another one.
Basically all of these motors will be connected parallel (they do not need to be independently controlled, we just need them to vibrate).
Could one of you with experience please recommend a motor controller that we can easily use with the BOE and BS2 stamp to control these motors?
Thanks in advance!
-leiji81
We are building a biomedical device that requires vibration for a senior design project. We have decided to use small cheap pager motors in order to achieve this.
We are using the BASIC Stamp Discovery Kit with the BOE and BS2.
Yesterday, we tried to·control a motor through HIGH and LOW, and burned our chip so we have to order another one.
Basically all of these motors will be connected parallel (they do not need to be independently controlled, we just need them to vibrate).
Could one of you with experience please recommend a motor controller that we can easily use with the BOE and BS2 stamp to control these motors?
Thanks in advance!
-leiji81
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Thanks!
leiji81
Since you dont want individual control of the motors, you would just connect the motors in parallel. A resistor should be placed in series with all the motors, to calculate the value of the resistor, measure the ohms of a single motor with a DMM, then plug into this equation R= Rmotor/30, pick the next highest value for a resistor availible. (A brief explaination for the equation, for 20 motors in parallel each having a resistance of Rmotor, the total resistance of all of them in parallel is Rmotor/20. We want the voltage drop across them to be 3V so the current flowing through the total motor assembly is I=V/Rmotor(total)=3/(Rmotor/20)=60/Rmotor (Ohm's Law). If the voltage supplied to the motor assembly is 5V, then we want a 2V drop across the resistor, again using Ohms law Rres=Vres/I=2/(60/Rmotor)=Rmotor/30. )
Also make sure the voltage regulator can supply the amount of current required (60/Rmotor), if not, you'll have to supply a seperate supply for the motors (connect the grounds of the two supplies together).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
If you go the controller route, look into:
http://www.parallax.com/detail.asp?product_id=30001
http://www.parallax.com/detail.asp?product_id=30002
http://www.parallax.com/detail.asp?product_id=27961
and http://www.parallax.com/detail.asp?product_id=30052
read the specs of each to make sure they are suitible for you application (current draw, PWM control etc).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 1/31/2006 4:55:07 PM GMT