Newb question - servos wont spin
Newb Fiddler
Posts: 2
Hello, I'm working through the Boe-Bot kit tutorial and am stuck at Ch2 Activity 6 testing the continuous rotation servos. I'm using Board of Education Rev C
The servos have never moved and·never made a sound. So I don't know if the units are broken or if I'm configured incorrectly. I think I've exhausted the high level configuration permutations. I think power is not getting to the servos or they're broken.
Any help or tips appreciated. Here's what I've tried so far:
Simplified my circuit to contain only the LED and 470 ohm resistor between the·P13 io pin and Vss on the breadboard and connected the servo to the BOE in·socket 13.
Verified that my code properly signals on that pin, lighting the LED.
' {$STAMP BS2}
' {$PBASIC 2.5}
DO
PULSOUT 13, 650
PAUSE 20
LOOP
END
I've varied the pulsout duration from 650 to 850
I've varied the io pin choice and recoded, breadboarded for pin 12
I've tried both servos in each configuration
I've varied the power source jumper, but left it back at Vin (battery pack)
I've varied the power source from AA pack to 9V battery
I've reversed the servo plug into the BOE and back
I've adjusted the potentiometer on the servo while the program was running.
I'm stumped!!
The servos have never moved and·never made a sound. So I don't know if the units are broken or if I'm configured incorrectly. I think I've exhausted the high level configuration permutations. I think power is not getting to the servos or they're broken.
Any help or tips appreciated. Here's what I've tried so far:
Simplified my circuit to contain only the LED and 470 ohm resistor between the·P13 io pin and Vss on the breadboard and connected the servo to the BOE in·socket 13.
Verified that my code properly signals on that pin, lighting the LED.
' {$STAMP BS2}
' {$PBASIC 2.5}
DO
PULSOUT 13, 650
PAUSE 20
LOOP
END
I've varied the pulsout duration from 650 to 850
I've varied the io pin choice and recoded, breadboarded for pin 12
I've tried both servos in each configuration
I've varied the power source jumper, but left it back at Vin (battery pack)
I've varied the power source from AA pack to 9V battery
I've reversed the servo plug into the BOE and back
I've adjusted the potentiometer on the servo while the program was running.
I'm stumped!!
Comments
http://www.parallax.com/Store/Accessories/MotorServos/tabid/163/CategoryID/57/List/0/Level/a/ProductID/102/Default.aspx?SortField=ProductName,ProductName
If you have further questions after reading that documentation, just ask.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Involvement and committment can be best understood by looking at a plate of ham and eggs. The chicken was involved, but the pig was committed. ANON
You might try "PULSOUT 13, 500" to get 'full speed' out of the servo.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
To the earlier post, the LED works fine along with the servo on my board.
Thanks for the help!