Shop OBEX P1 Docs P2 Docs Learn Events
2002 Sumobot Servo question — Parallax Forums

2002 Sumobot Servo question

SlyskyOneSlyskyOne Posts: 8
edited 2012-12-02 11:05 in General Discussion
Back story (Feel free to skip): When I was in Middle school, my local career center had a summer program where one could go and build a sumo bot and compete. I did this and came home with a shiny 3rd place sumobot (We all got to keep our sumobots). Here I am 10 years later with the same sumo bot, some programming knowledge and electrical skilz, minus some pieces! But that's besides the point, I will make do. My plan is to bring this bad boy back to life, minus the SumoBoard and with an Arduino instead.


The issue/question: ​I have the continuous servos that came with the sumo bot in 2002. I would like to know if they would work the same as the servo on the Learn.Parallax website: http://learn.parallax.com/KickStart/900-00008

Old servo: There is no adjustment screw by the wires on these servos which is a difference from the one on Learn.Parallax

Attached are photos of the old servo along with my sumobot pieces. Also there is a picture of the mainboard if that helps in determining the servos.

IMG_1375.jpg
IMG_1376.jpg
IMG_1377.jpg
IMG_1380.jpg
IMG_1378.jpg
IMG_1379.jpg


I am super excited to start working on this, and robotics in general.

Thank you,
Nathan
1024 x 765 - 158K
1024 x 765 - 166K
1024 x 765 - 142K
1024 x 765 - 80K
1024 x 765 - 91K
1024 x 765 - 83K

Comments

  • Martin_HMartin_H Posts: 4,051
    edited 2012-12-01 03:16
    The short answer is yes, they will respond identically to servo pulses as that is standardized. The wires would also be the same with center for power, white for signal, and black for ground.

    See the hole in the center of the white spline? I think the adjustment screw might be inside there. I have one batch of CR servos which left the feedback pot in place and you use a jeweler's screwdriver to adjust it.
  • W9GFOW9GFO Posts: 4,010
    edited 2012-12-01 03:19
    I don't know about those servos but some continuos rotation servos are adjusted by inserting a small screwdriver through the hole in the output shaft where the screw goes. I can't quite tell from the picture if that is the case with your servos.

    If it is not there then there is probably no adjustment. Which means you would have to find what pulsewidth works to "center" each servo and use that in your code.
  • LoopyBytelooseLoopyByteloose Posts: 12,537
    edited 2012-12-01 14:35
    Parallax did this right and put the hole in the case, at least in the ones I have. (They may have done both ways at different points in time.)

    Looking for an adjustment screw down a hole that is supposed to grip the screw that holds the wheel on may damage the screws ability to keep the wheel on.

    The ones without any adjustment screw have to be tweaked in software code. It can be done without too much trouble. So I'd probably skip trying to find an adjustment screw at the bottom of an output shaft and do some bench test of what is the sweet spot for each servo in code.
  • SlyskyOneSlyskyOne Posts: 8
    edited 2012-12-02 11:05
    Thank you guys!

    My main question was will it work the same with the PWM but you answered that in your responses. So, even thought they are old servos, if they don't have adjustment screws then I can just calibrate each servo individually.

    I just paid off my school loans yesterday and am really excited to get into everything now! I will be sure to post pictures when I accomplish something! It wont be for a little bit because I'm not getting an Arduino till Christmas.
Sign In or Register to comment.