Making a servo out of a regular motor...
Hi all,
I am interested in making a servo motor from scratch by using a normal·DC motor.· I have yet to find a schematic of the internal workings of any servo.
The battery and motor I am using are automotive, A car battery and a power window motor.· Napa Part# 655-1374 as it is all metal construction and fairly low cost for its power 105Kgf.cm, abd its common application in Ford vehicles.· I have been told this is a commonly stocked part and always available at Napa Autoparts Stores.· I intend on using limit switches or reed switches to keep track of armiture position of the servo, while still having the ability for continuase rotation.
Any schematics or links or guides·would be verry helpfull with consideration the the amp and volt requirement of the motor.
Thanks in advance,
Jorge
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
http://WhatsAvailable.org Software and Gadgets for Windows 7.
I am interested in making a servo motor from scratch by using a normal·DC motor.· I have yet to find a schematic of the internal workings of any servo.
The battery and motor I am using are automotive, A car battery and a power window motor.· Napa Part# 655-1374 as it is all metal construction and fairly low cost for its power 105Kgf.cm, abd its common application in Ford vehicles.· I have been told this is a commonly stocked part and always available at Napa Autoparts Stores.· I intend on using limit switches or reed switches to keep track of armiture position of the servo, while still having the ability for continuase rotation.
Any schematics or links or guides·would be verry helpfull with consideration the the amp and volt requirement of the motor.
Thanks in advance,
Jorge
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
http://WhatsAvailable.org Software and Gadgets for Windows 7.
Comments
And specifically this link: http://www.fieroaddiction.com/servo.html·from the post by Agent420.
They basically hack the controller board from a "standard" servo, and attache it to a motor controller for a bigger motor.· They then hook up the "electronic guts" of the standard servo to the mechanical mechanism to get the feedback.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
Hobby servos use a variable resistor on the output shaft as a sensor. Higher end servos use encoders (quadrature or absolute). Some systems use a linear sensor to monitor the final output of the motor.
The controlling logic needs to know the desired position, and make a comparison, then send the appropriate voltage (polarity and amplitude) to the motor.
Advanced systems may also apply a brake of some type if the motor is at the correct position and should remain stationary. In your case, I don't thing this will be necessary, as I believe that motor involves a worm gear reducer, and the load will not be able to drive the motor when the motor is "idle".
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
John R.
Click here to see my Nomad Build Log
Yes, this motor is configured like that.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
---
http://WhatsAvailable.org Software and Gadgets for Windows 7.
Post Edited (Jorge P) : 3/17/2010 7:32:31 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Leon Heller
Amateur radio callsign: G1HSM
http://www.parallax.com/Store/Robots/RoboticAccessories/tabid/145/CategoryID/22/List/0/SortField/0/Level/a/ProductID/507/Default.aspx
That should give you an idea on one way you could do it.
Robert
- Bot Frame - The frame is purchased from a tractor supply, it is a 4 wheel, hand pull utility wagon. much like to old radio flyers, only a bit bigger. The rear axel will be modified with the guts and sprokets from a rear rim of an 18 speed Mountain Bike
- Drive System - One motor will rotate the main crank of the bicycle sprocket set. Geering is changed in the same manner as used on bycycle.
- Stearing System - The second motor will be for the steering system. This motor needs the position feedback I am asking for help on.
That is a basic summery of the base. I weighed the parts at about 40Lbs total for the bot platform base. It will end up being much heavier, about 130 to 150 Lbs with all the atachments.What I need help with is the Motor for steering, A pot will be the feedback for position, so in a sense I am turning the motor into a servo using something like the L293D H-Bridge IC. The H-Bridge will be controlled by the Propeller... Will I be able to do this with an H-Bridge if I use a POT for feedback of the position???
I am bumping this thread as It still needs some feedback and is still a work in progress...
Yes, you can control the motor with an H bridge if you use a pot for steering position feedback. If the pot is connected to the regulated power supply (I'm assuming a 3.3 or 5V input to the pot, but it could be something else) the pot wiper will have a range of motion of approximately 270 degrees. That should be more than the range of the steering mechanism. Ideally the "straight ahead" voltage would be half of the input voltage. Steering in one direction results in less than half the voltage, and in the other direction greater than half the voltage.
Thanks for your help with this.
BTW, you have several ways of reading the position from the pot. You can use an external adc chip or a sigma/delta adc using 2 prop pins to measure the wiper voltage, or an r/c circuit and measure the time constant of the pot/capacitor circuit. Turning will be simple. Going straight will be harder.