Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: airman00 on January 22, 2008, 10:05:08 PM

Title: Modifying Servo Tips
Post by: airman00 on January 22, 2008, 10:05:08 PM
I just posted a bunch of servo modification tips on my blog.

Check it out
http://erobots.blogspot.com (http://erobots.blogspot.com)

Some are more helpful then others

,Eric
Title: Re: Modifying Servo Tips
Post by: frank26080115 on January 22, 2008, 11:24:15 PM
it might be nice to rewire the trim pot so it sits outside the case
here's an idea, do the modification first, but then wire the wiper pin of the trim pot to your microcontroller
if my theory is correct, you can control the movement and direction of the servo by using one pin
set the pin to low for one direction, set the pin to high for opposite direction, and float the pin to stop the servo, you can probably even PWM that single pin to control speed!

if you want it to be backward compatible with other systems, you can still use it with a Rx, or if you don't need that function, you can cut the signal wire inside and wire that to the wiper

This can eliminate the need for a hardware timer, or eliminate the need for the use of 2 byte integers to specify microsecond delays,
Title: Re: Modifying Servo Tips
Post by: airman00 on January 23, 2008, 01:03:22 PM
it might be nice to rewire the trim pot so it sits outside the case
here's an idea, do the modification first, but then wire the wiper pin of the trim pot to your microcontroller
if my theory is correct, you can control the movement and direction of the servo by using one pin
set the pin to low for one direction, set the pin to high for opposite direction, and float the pin to stop the servo, you can probably even PWM that single pin to control speed!

if you want it to be backward compatible with other systems, you can still use it with a Rx, or if you don't need that function, you can cut the signal wire inside and wire that to the wiper

This can eliminate the need for a hardware timer, or eliminate the need for the use of 2 byte integers to specify microsecond delays,

interesting idea. do u mind if i put it on my blog ( with your name next to it ,naturally)
Title: Re: Modifying Servo Tips
Post by: frank26080115 on January 23, 2008, 05:09:45 PM
go ahead

i'll try it out myself after exams
Title: Re: Modifying Servo Tips
Post by: paulstreats on January 23, 2008, 07:11:28 PM
ooooh ooooooh oooooh

XChange it for a digital pot that you can change through the mcu