Can someone please explain this motor driver to me
vla7
Posts: 79
I bought a pololu micro dual serial motor controller and am having a hard time getting it to function correctly.
I have the use's guide but it doesn't make any sense to me.· I would really appreciate it if someone can explain how to enter the code to controll this motor controller.· Specifically what numbers make the motor go forward, backwards, and controlling individual motors.··I'm pretty sure I'm·wiring it right so I'm not sure if I somehow fried this little motor controller or if I'm just not understing the code.· I can make it go forwards and backwards but cannot seem to be able to control individual motors.
I have the use's guide but it doesn't make any sense to me.· I would really appreciate it if someone can explain how to enter the code to controll this motor controller.· Specifically what numbers make the motor go forward, backwards, and controlling individual motors.··I'm pretty sure I'm·wiring it right so I'm not sure if I somehow fried this little motor controller or if I'm just not understing the code.· I can make it go forwards and backwards but cannot seem to be able to control individual motors.
Comments
Jeff T.
http://www.parallax.com/Portals/0/Downloads/docs/prod/motors/plolumtorcontr.pdf
Jeff T.
' {$STAMP BS2}
HIGH 11
LOW 10
HIGH 10
PAUSE 100
SEROUT 11,84,[noparse][[/noparse]$80,0,0,127]
I've been trying it for the that past 2 days and it has been making both motors spin but this time only one of the motor turned on like its supposed to do and I did nothing different. I'm not sure whats going on.
Jeff T.
run the program, and it reconfigures the driver for 2 motors
and then enter the new code for example SEROUT 11,84,[noparse][[/noparse]$80,0,0,127]
Jeff T.
I really appreciate the help
I was ready to give up on this thing