Servo Problem
I am having·a problem with a continous rotation servo on the Boe-Bot, it has worked perfectally normally in the past, but now it seems to only go one direction, if I instruct it to turn left it turns left, if I instruct it to turn right, it turns left. I connected it to both servo ports on the Board Of Education and it on both it does the same thing.
Thanks,
AlanCF
Thanks,
AlanCF
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Here's my code:
' {$STAMP BS2}
' {$PBASIC 2.5}
DO
PULSOUT 13,850 'I think pin 13 is left, i've been reversing the pins for debugging
PULSOUT 12,650
PAUSE 20
LOOP
You need to trace your connections and figure out which servo is connected to which I/O pins, which one moves in which direction, etc.
You need to provide more information in your messages. Try commenting out one of the PULSOUT statements and see what happens.