using motors with basic stamp homework board
timeblade0
Posts: 6
I recently purchased a basic stamp homework board from radioshack. I have completed the chapter in the book about servo motors. Now I am trying to get it to work with a small motor from a toy car that ran on 2AA batteries. I can get the motor to spin if I use vin + vss or vdd + vss. My problem is that I can't get motors to work from any of the pins. My code:
do
high 14
low 7
debug "working"
loop
I run wires from 14 and 7 to the motor, but it doesn't spin. I have used a multimeter and there is 5v in the wires. Any idea why the motor won't spin when connected to pins 14 and 7? I am new to this, so please explain thoroughly.
do
high 14
low 7
debug "working"
loop
I run wires from 14 and 7 to the motor, but it doesn't spin. I have used a multimeter and there is 5v in the wires. Any idea why the motor won't spin when connected to pins 14 and 7? I am new to this, so please explain thoroughly.
Comments
I looked at the h-bridge for motors. I understand how it can control a motor, but what controls the opening and closing of switches?