Shop OBEX P1 Docs P2 Docs Learn Events
more Pololu motor controller problems — Parallax Forums

more Pololu motor controller problems

ArchiverArchiver Posts: 46,084
edited 2003-11-20 03:40 in General Discussion
I was finally able to do a crappy solder job on the pololu motor controller. I
have the 2 two 3v motors hooked up to the motor controller which is hooked up to
the basic stamp rev D.
I checked over the soldering for shorts and anything else but everything is
hooked up okay. I think its the program.

The program was to see if I could get the motors to run.

symbol speed=b1
low 0
high 0
for speed = 0 to 127
serout 6,N2400, ($80,0,0,speed)
pause 20
next
for speed = 0 to 127
serout 6,N2400, ($80,0,0,speed)
pause 20
next
for speed = 0 to 127
serout 6,N2400, ($80,0,1,speed)
pause 20
next
for speed = 127 to 0
serout 6,N2400, ($80,0,1,speed)
pause 20
next


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

[noparse][[/noparse]Non-text portions of this message have been removed]
Sign In or Register to comment.