Help with Pulsout and Pulsin commands
Andy Goessling
Posts: 4
I am trying to send a pwm signal from a RC reciever (that would normally be connected directly to a servo) through the BS2 and out to a servo.·Heres my program.
time var word
Do
·· pulsin 7, 1, time
·· pulsout 15, time
·· pause 20
Loop
The servo responds to the RC inputs but is very jittery and sometimes doesn't respond at all. Any suggestions? Thanks
··········································· Andy Goessling
time var word
Do
·· pulsin 7, 1, time
·· pulsout 15, time
·· pause 20
Loop
The servo responds to the RC inputs but is very jittery and sometimes doesn't respond at all. Any suggestions? Thanks
··········································· Andy Goessling
Comments
Do you have a common ground between the RC receiver and the BS2? If not , try that.
Joe Fishback
Can you post a wiring diagram of how you have the receiver wired to the BS2? What R/C unit are you using? I am using a Futaba R/C unit going into a BS2 and out to the servos and have it working fine with code similiar to yours.
Joe Fishback