Trying desperately to move a servo
Cheech
Posts: 30
I have been trying for several hours to do a very basic thing, move a servo with my BS2p40 and a Demo Board.· I have a handful·of servos from my RC Heli, and I can't make a single one work right.· I did a forum search looking for code and they are all about the same, a loop with PULSOUT between 100 and 200 with a delay of like 10-50 whatever units it uses.
I am using the power off the demo board, but have also tried a separate batt back and connecting the grounds.· Every time I run the program the servo twitches really fast.· I think its trying to go out of bounds because it is also drawing alot of power making the LED on my demo board dim.
Here is the last code sample I've tried, they all do the same tho:
I am using the power off the demo board, but have also tried a separate batt back and connecting the grounds.· Every time I run the program the servo twitches really fast.· I think its trying to go out of bounds because it is also drawing alot of power making the LED on my demo board dim.
Here is the last code sample I've tried, they all do the same tho:
DO PULSOUT 0, 100 PAUSE 50 LOOP
Comments
PULSOUT 0,1875 should be mid point
Jeff T.