Larger Motor Controller
musictech
Posts: 54
I am looking for a way to control nine motors on a robot using one or two stamps.· I am familiar with the Pololu motor controller but it only supports 2 motors.· I need something similar or a circuit that will do the same thing only cheaper than buying 5 pololu controllers.
Here·is the motor:
http://www.solarbotics.com/products/index.php?scdfa-250100084-viewDetail-productzq345zq4categoryzq37=true
Here·is the motor:
http://www.solarbotics.com/products/index.php?scdfa-250100084-viewDetail-productzq345zq4categoryzq37=true
Comments
use the last diagram on page 10, set stamp for output, logic level controls direction, set stamp to input stops the motor.
Quick confirmation, yeah www.mouser.com sells them for two bucks a pop, less than half the price.
Post Edited (Paul Baker) : 3/24/2005 8:27:19 PM GMT
You could easily make a custom controller board.
Post Edited (Jonb) : 3/25/2005 4:37:05 AM GMT
The designs are all 'free form'. That means that they do not need a circuit board for mechanical support. It doesn't get any cheaper or smaller.
Also your supplier - Solarbotics - has a twin motor driver that is powered by a L298 on a 1 and 1/2 inch square circuit board. It is cheap and complete (at less than $20USD) while allowing you to later salvage the board for another project if you heart desires.
The L298 really is a powerhouse and doesn't add significant cost. Skip the L293 as you may later want to move up to more muscle.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
G. Herzog in Taiwan
The spec sheet for the '595 is here http://www.toshiba.com/taec/components/Datasheet/TC74HC595DS.pdf
To transmit data to the motor controllers you place the values on SI and pulse the SCK, doing this 27 times. When your done you pulse RCK and the values you shifted through the registers are updated to the outputs of the '595s.
The timing diagram for this is on page 2 of the spec sheet.
Post Edited (Paul Baker) : 4/20/2005 3:52:15 PM GMT