Close
0%
0%

Robot arm

Small robot arm based on common hobby servos and pipe supplies.

Similar projects worth following
This is a robot arm based roughly on the ABB IRB 1400. So far my arms have been based on stepper motors, I would like to see how this one can do with hobby motors. Kinematics will be done on the PC the arm is connected to with an AVR doing the io control to the motors.

Hey! this was just the start (or close enough to) I have more arms I'v made since!
Browse around, THIS was "arm7".

Arm8 is an evolution of arm7 http://ruemohr.org/~ircjunk/robots/arm8/slide.htm
Arm9 is an evolution of arm8, cable drives! http://ruemohr.org/~ircjunk/robots/arm9/slide.htm
Latest and greatest, is arm6, its a larger version! (currently being worked on)
Arm4 is a predecessor, stepper motor version. http://ruemohr.org/~ircjunk/robots/arm4/

I'll ge

Programming wise and electrically this isn't complex. A PC running linux does all the motion path control, an AVR does the hobby servo pulse control.

I dont really need/seek position control as the servos already take care of that, I THINK I can do force control by looking at the pulse time of the current to the servos. Longer current pulses mean they are correcting for more error, and that means their position is out. As they are proportionate, some feedback to the position command should work for force control. You just have to track yourself which way your applying the force.

  • 5 × HS311 larger hobby servos
  • 1 × 9g servo smaller hobby servo
  • 1 × 1/2" PVC water pipe

  • videos posted

    Rue Mohr08/13/2014 at 14:39 0 comments

    I have a number of videos on youtube for this robot. 

    the Two hackaday videos:

    sub 120 seconds:

    in excess of 120 seconds:

    fun things to do with your robot arm:

    makeing it move!

    move a dice around!

    delete emails on your iphone!

    Now the problem I ran into was that its hard to do much with just 1 arm, so now I'm just working on building an army of them. Who likes the idea of a custom cookie assembly line that makes cookies to order from online submissions?

    (its ok, I'll quality test your cookie before it leaves :-)

  • Firmware/Software

    Rue Mohr08/13/2014 at 14:37 0 comments

    I have written and posted the firmwares. My standard board is an atmega32 board. I'v written it ground up to provide about 12 bit, glitchless servo pulses. To that effect, it only has 8 channels, anymore than 10 requires having two timers at once, and then you have interrupt stalling which leads to timing glitches in the pwm, which leads to twitching of the servo. NO TWITCHING!

    (and no, arduino cannot do any better, you just dont have a scope to see the glitches)

    Its serial controlled, with a protocol based roughly on the SSC16 

    The pc software does basic axis interpolating (using my interpolation library!) and timing. it reads from a simple file with lines consisting of a time offset and a list of targets for each servo. It makes sure to take the specified time to get to the position specified on the line. (need a delay? Tell it to take the required time to move one of the axies by .001 units)

    I'll get into IK later.

    THIS  is the firmware for the avr board.

    it seems that had links dont work, its:

    http://ruemohr.org/~ircjunk/robots/arm7/hobbydriver/

    THIS is the PC side software.

    http://ruemohr.org/~ircjunk/robots/arm7/pc_software/

    huh, it auto href'd it

  • Main mechanical assembly

    Rue Mohr07/30/2014 at 14:18 0 comments

    The flat material used on this robot is flattened PVC pipe, the same stuff seen in the background.

    Here is a closeup of how the lower arm is driven. The left gear is fixed directly to the arm segment, but is free of the shaft. The right gear is fixed to the shaft (see pin on right) and operates the lever arm in the middle which is also fixed to the shaft. 

    The motors are kept back to the base as much as possable to keep the arms weight down.

    The rod out the back will be used for counterweighting.

    The upper arm segment is 1/2" pvc pipe

    Here I'v mounted the upper arm to the base. The wrist pitch and twist goes togethor next. Motors will go on the back end of the arm to counterweight the gripper end.

    The forearm is attached with a new trick, the screw is down in the pipe, with a hole above it big enough to fit the screwdriver.

    I wanted to use bevel gears for operating the twist, but didn't have any that would work for this, so I tried something new, and used a synchrobelt with some pullies, its a bit stiffer than gears would be, oh well.

    I thought I has some suitable pullies, but the centre holes were wrong, so these ones are custom done on my lathe.

    If there is one thing I'v learned, its to cut the shafts short at the end of the project.

    Here is a better shot of the base 'stack', the bottom gear is fixed to the base.

    Robot arms should not teeter on the shaft of a servo!

    Next comes the gripper. I like parallel jaw grippers, and I was considering doing this like an armatron, but didn't want to deal with so many peices, I also wanted something small.

    This idea came to mind. These fingers slide along rails, linkage wires go to either end of the servo horn, with the right linkage wires, they will meet in the middle.

    rebuilding the bracket to accomidate the servo plus a bit of artistic angles, and bingo

    The nice thing about pvc is that it can be glued really easy, Here I'v come up with a bracket to hold the upper motors. I didn't even worry about belt length, the whole span of the belt isn't being used and I can have a linkage in it.

    I suggest the linkage style used on the back belt, the method used in the front one is just a pain.

    a clothespeg spring works to keep the belt tight.

    Next I have to mount it to a base and put in all teh counterbalance weights and springs....

  • Initial assemblies

    Rue Mohr07/29/2014 at 14:09 0 comments

    Assembly of the hardware has gone roughly like this:

    On the right is the base assembly. I was able to use the lathe to open up some 1/2" PVC pipe fittings just enough to fit a skateboard bearing. Two of them in either end of the pipe coupling hold the base onto a king bolt that goes down to the piece of 1/2" Plexiglass I'm using as a base. In the sandwhich of pipe bits (funny how you notice how bad a photo is when your trying to talk about it) is a gear that the servos gear will mesh with to rotate the base. (servo moves with the robot) The gear ratio for the base is set to 1:1

    On the left you see the initial roughout for the upper arm. I was not going to get fancy, but I couldn't bear to leave out atleast bushings. The gear ratio will be about 2:1 giving me about 180 degrees on the arm joints, which is more than enough.

View all 4 project logs

Enjoy this project?

Share

Discussions

G. Rosa wrote 01/13/2022 at 15:59 point

Amazing work done on your robotic arm and implementing the ABB IRB 1400 design.   Really nice links shared showing how you built it.  A lot of time and effort was put towards building your robotic arm.  A lot of hard work and talent shown.  Most inspiring!

  Are you sure? yes | no

ActualDragon wrote 11/01/2016 at 19:27 point

skimming through, i need a arm for the science olympiad. What is the size of the base?

  Are you sure? yes | no

Rue Mohr wrote 11/02/2016 at 00:22 point

There are two parts to the base, the 1/2" plexiglass is 10cmx10cm, Its screwed to an old external floppy drive case half, which is 26cmx18cm thats 4cm high  ( a [ turned clockwise 90 )

I would suggest what I did on the newer robot arms

http://ruemohr.org/~ircjunk/robots/arm9/slide.htm

( this arm is called arm7 on my site )

  Are you sure? yes | no

Rue Mohr wrote 12/12/2015 at 07:30 point

If anyone has questions or would like more detail, please ask!

  Are you sure? yes | no

Garrett Herschleb wrote 09/19/2014 at 23:30 point
For IK control, you can check out my robot controller project (which supports SSC controllers). It's posted in Hackaday and SourceForge under the title PyUltimateRobot

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates