Making a micro 9g servo continous, no stop

mysteryservo.jpg

It’s always good to have servos that works like a geared motor. That also can go in both direction and speed is adjustable, it’s very handy in robotic project or general vehicles. The servo I’m using is a Mystery Micro Servo 9g SD90. But most of these small servos got the same internals so I guess you can use this on other servos.

1. Remove the stickers on both sides, and unscrew the four long screws that goes from the bottom to the top. One in each corner of the servo.

2. Gently lift off the top cover to uncover all the gears. Notice, it’s smart to remember the correct order of the gears, so that when you put them back you know what goes where. But I took a picture close to make it easier to remember where they all go. Use picture below for this purpose.

CorrectPlacement.jpg

3. Remove all gears, no need to clean the grease off. Just put them in a box just for now.

4. Take the top gear and snip the little plastic bit off it, look at pictures below. This is the part that stop the servo from going more than 180 degrees.

5. Now we need to glue the potmeter, look at picture below. Just remove the plastic cap thats on the shaft of the potmeter to show it’s internals.

wheretoglue.jpg

6. Attach the servo to the ardunio, using pin 9 as the signal. Use this program or just some other program that gives the servo 90 degrees. If the potmeter is centered the servo should stop the motor from turning, if it doesn’t try to turn the potmeter shaft one or the other way until it stops. You now got it centered so that 90 is stop, just add some glue to the internals of the potmeter to keep it locked. Before moving onto step 7 let the glue dry.

7. You now need to cut off the end of the potmeter shaft, this keeps the potmeter shaft from moving. Look at picture below for more info.

snipoff.jpg

8. Now you only need to put it all back together. Just use the picture in step 2 for reference when adding all the gears.

There you are, now it should work like a continous servo. Any questions just leave a comment below.

 

 

 

 

https://www.youtube.com/watch?v=mXPXB0FOXCg

Is the speed adjustable?
You say that the speed is adjustable, I’ve always thought that servos moved at one speed only. What have I missed, how do you achieve this?

For example by sending data
For example by sending data that the servo shall goto angle 95, vs angle 110. Or 180 is full speed one direction and 0 is full speed the other direction. Look at video.

Pulse width modulation will
Pulse width modulation will "slow" the servo down. Basically turning it on and off really fast making it seem like its going slower.

cool walkthrough. i did
cool walkthrough. i did something like this when i built my biped ARB, node/5203

Some microcontrollers (read:

Some microcontrollers (read: Picaxe) can background-control servos.

And you can get cheap little servo-controller-boards that are controlled by serial etc.

This all means that you get several geared motors that run in a speed and direction that you set it up to - in the background.

This cannot be beaten by something like an L293D motor controller etc :slight_smile:

You even get to provide the servo with external power, and you can get some quite heavy servos… and small ones like this one.

this reminds me something :slight_smile:
https://www.robotshop.com/letsmakerobots/node/4873

oh, didn’t know about that

oh, didn’t know about that one :stuck_out_tongue:

And with the same servos XD haha. Well, the more the merrier.