Voltage divider to pull-up servo logic line
Thomas Fletcher
Posts: 91
I am having trouble getting a servo to work. It responds after about 40 seconds when the control
pin is wired straight to the propeller pin.
I am trying a voltage divider to pull up the signal, but I seem to be getting even less "juice" in. Not
pictured but I placed an led on the control line and it is dimmer with this set-up then wired
directly to the propeller pin.
What am I doing wrong?
I got the resisters a while back at radio shack in a pack. I think they were listed as 1/4w. I am
thinking I am reading the color codes wrong or maybe I am wiring it wrong.
Post Edited (Thomas Fletcher) : 6/3/2010 3:15:11 PM GMT
pin is wired straight to the propeller pin.
I am trying a voltage divider to pull up the signal, but I seem to be getting even less "juice" in. Not
pictured but I placed an led on the control line and it is dimmer with this set-up then wired
directly to the propeller pin.
What am I doing wrong?
I got the resisters a while back at radio shack in a pack. I think they were listed as 1/4w. I am
thinking I am reading the color codes wrong or maybe I am wiring it wrong.
Post Edited (Thomas Fletcher) : 6/3/2010 3:15:11 PM GMT
Comments
BTW, I never use a resistor or pullups on my servos. I will use a 5K inline with the control signal when using the Propeller Servo Controller Board because of the Voltage Translators.
a camera stabilization platform. The program is suppose to counter rotate the platform
in response to roll angle.
Video
www.facebook.com/profile.php?id=830440549&v=app_2392950137#!/video/video.php?v=451426750549
Still can not figure out the start-up delay or why it sometimes just stops working.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
waitcnt((clkfreq/100_000)*(position#>10)+cnt)
PUB start(rxpin, txpin, mode, baudrate)
Your missing you pins and mode.
Jim
It's a matter of learning to think logically, paying attention to details, and trying to forget all those things that we all know have to be a certain way. The most difficult part is the last one.