transistor to control dc motor?
drex
Posts: 4
can i control a dc motor with high, low and a transistor switch insted of using a motor controller?
if so how do i wire it?
if so how do i wire it?
Comments
Post Edited (Mike Green) : 3/18/2007 11:46:56 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
' {$STAMP BS2}
' {$PBASIC 2.5}
PAUSE 3000
HIGH 7
PAUSE 5000
LOW 7
PAUSE 100
END
even though I didnt give command PULSOUT to servo at pin 12, it moves automatically when pin 7 is HIGH. why?
Post Edited (toi) : 3/20/2007 7:29:08 AM GMT
moves automatically means the servo motor moves even though i didnt give any command. when the HIGH command is being send to relay to activate the DC motor, suddenly the servo twisted to right and left continously. That was the problem because i need the servo to be still when DC motor is running.
Thanks for your suggestion Mike, I will try later . but in case it doesnt work, i did describe my system above.