3D Printed Robot Arm

194,024

854

46

Introduction: 3D Printed Robot Arm

About: After a fun time making projects for the Instructables design team, I'm now helping to start the robot uprising.

This robot arm is made almost entirely of 3D printed parts that snap together. It has three servo-controlled joints, plus a rotating base and gripper. The arm is controlled by a series of buttons that connect to an Arduino Uno hidden in the base. A simple circuit makes connecting the servos and buttons to the Arduino easy and makes set-up and assembly very quick.

Materials:

Step 1: Print the Parts

The arm is about 20 inches long, so it takes a lot of time and material to print. The parts are sized to fit on the bed of the Afinia H479 printer, and some can be printed together on the same platform to save time. I used a resolution of 0.25mm and hollow fill for all the parts (other settings were set to the defaults). In addition, I found that I needed to use a raft to both help the part adhere to the print platform and help the printer compensate for my table, which was not perfectly level.

The total estimated print time for the arm is about 32.5 hours, although as mentioned earlier some parts can be printed together (the estimate was done using the print preview function of Afinia's software - my actual print time was difficult to calculate because I was still iterating through designs). Including the raft material, it uses 842.8g of filament, which means it can be printed from one 1kg roll.

Most of the parts have "flat" sides that should face the platform (see images). Many of them also have fairly delicate tabs for holding the cables, so take care when you remove the raft and support material. Study the stl file first to get an idea of where the most delicate areas are.

EDIT: I forgot to include one of the parts in the zipfolder, so I added it separately.

EDIT #2: Since people have been asking, the original Inventor files are now uploaded as well.

Step 2: Arduino Code

While you wait for parts to print, work on uploading the code and soldering the electronics.

The Arduino code for controlling the servos is very straightforward. The joints and gripper servos are controlled by a pair of buttons that increase or decrease the servos' positions by one step. The base is connected to a potentiometer that is mapped to its rotation. Depending on the order in which you wire your buttons, you may need to adjust the pin numbers in the code

I recommend testing the code with your servos to make sure that their limits are consistent with those defined in the code. Testing them after the arm is assembled could damage or break it.

The same physical setup can be used with different code if you wish to have your arm do simple automated tasks. (note that there is no positioning feedback, so the accuracy of the arm is limited by the accuracy of the servos)

Step 3: Extend the Servo Cables

Since the servos will be positioned at various points along the arm, the cables need to be extended. Simply cut the cable and solder in an extension between the servo and the connector.

Servo position, Extension length, Number of servos

Base, none, 1 standard servo

Lower joint, 5 inches, 2 standard servos

Middle joint, 10 inches, 1 standard servo

Upper joint, 15 inches, 1 micro servo

Gripper, 18 inches, 1 micro servo

Step 4: Make More Cables

Next, make two sets of cables for connecting the circuit board to the Arduino. The servo signal cable has male headers at both ends, each with 6 pins (one per servo). The button signal cable also has male headers at both ends, but they have 8 pins each (one per button). In addition, at one end separate two of the pins from the other six, as they will be plugged in on the opposite side of the Arduino.

Step 5: Build Circuit Board

The circuit board for the arm is mostly a method for efficiently routing the various wires and signals, rather than a way of adding more components. Start with the resistors, then the various connectors (note that some of them are female and some male). Finally, solder in the connections.

Step 6: Build the Gripper

Once you have your parts, you can start assembly. Begin by pushing the microservo (with the longest extension cable) into the gripper base and route the cable through the channel. Attach the 4-prong horn to the microservo and rotate it to where you want the most "open" position for the gripper to be. Push on the claws, making sure the gears mesh. Push the other microservo into the side of the gripper and assemble the rest of the gripper. The top of the gripper has pins that help hold the claws in place, and may require a small amount of sanding to fit easily (try not to force them, as they may break off).

Set aside the assembled gripper.

Step 7: Build the Lower Segment

Now build the lower segment of the arm.

Match the long parts of the arm segment together by their cable channels and push them together. Snap in the 4-prong servo horns, making sure they are pushed all the way to the back. Bolt the servo to its mount, checking that the bulk of the servo is on the interior of the arm segment (see photos). Connect the two halves of the lower segment together using the small braces. The thicker braces go on the side of the segments with the servo horns.

Step 8: Build the Middle Segment

Assemble the long sides of the middle segment in the same way as the lower segment, including the servo horns. On the gripper, rotate the upper joint's microservo to one of its limits and push it into the microservo horn, keeping the parts at approximately 90 degree angles. Do the same with the middle joint servo. This will align the servos so that their limits are symmetrical and the joints have a good range of motion. Attach the braces to one side of the middle segment for stability.

Step 9: Route the Cables

Starting on the still-open side of the middle segment, gently push the cables into their channels and under the tabs. To make sure that there is enough slack for the moving joints, rotate the part so the cable is as far from the channel as it can be and loosely clip in the cable. Continue to route the cables, carefully removing (and then replacing) braces if necessary to reach the clips. If you use a tool to help clip in the cables be careful not to pinch or accidentally cut the wires.

Step 10: Attach the Arm to the Base

Attach one standard servo to a servo mount and place both mounts in the rotating base. Place the top two bolts for the second servo in the mount, but do not add the servo. Rotate the mounted servo so it is at one of its limits and gently slide in the arm and press on the servo horn. Push the second servo (rotate it to its limit first) into the other horn and secure it using the remaining bolts. Thread the servo cables through the holes in the rotating base.

Step 11: Build the Base

Push the final servo horn into the bottom of the rotating base (in my case, the black circular part). Sandwich the top of the base (the part with the circular hole) between the two halves of the rotating base and snap the two halves together. The arm should now be able to rotate while being constrained by the base.

Mount the last servo (this one should have no extension cables) to the bottom of the base. Make sure it is facing the correct direction. Rotate it to one of its limits and rotate the arm to match, keeping an eye on the cables. Push the top of the base into the bottom, meshing the teeth and the servo/horn. If you rotate the arm, you should hear the base servo rotating with it.

Step 12: Make the Control Panel

The control panel has 8 buttons, a potentiometer, an LED, and an on/off switch. It's easiest to solder leads to all the parts before attaching them to the base (color code the wires: red = power, black = GND, anything else = signal). In addition, add a 220 Ohm resistor to the end of the LED's positive lead.

The buttons and potentiometer I used were threaded and I was able to bolt them around the base. The LED and on/off switch both press-fit into the base. Feed one of the switch's wires out the hole in the side and twist a black wire around it (this black wire will supply ground for the circuit). Once the parts are inserted, attach the knob to the potentiometer.

Next, bundle some of the wires together. The 5V power lines from the buttons will all be powered from one pin on the circuit board. The 8 signal lines should be soldered to a male connector - use a logical order to keep track of which button is which (see the photo for the order I used).

Step 13: Add the Circuit

At this point simply plug the cables from the control panel into the circuit. The header goes to the row of female connectors just under the resistors (the one below that will go to the Arduino). The 5V from the potentiometer and the buttons go to the 5V headers. Ground from the potentiometer, the LED, and the black wire go to the GND headers.

Step 14: Plug in the Arduino and Servos

Using the cables you made earlier, plug in the Arduino. The buttons go to pins 2-7 and A3, A4. The servos signals go to pins 8-13. The power for the LED goes to the 3.3V pin, and the wiper of the potentiometer goes to pin A0.

The plugs from the servos go to the male headers at the top of the circuit board. (see photo)

Test the code at this point - be careful, the arm will "jump" awake and might hit something (aka you). Check that the servos move in the right directions when you push the buttons. If necessary, update the code to reflect how you assembled the arm (some button/servo relationships may need to be reversed - just swap the button numbers in the if statements).

Step 15: Close Up the Base

Flatten the electronics as best you can, and push the control panel onto its matching bottom part. Then close up the two halves.

Step 16: Play!

Grab your power supply, and you're ready to go! Since there are six servos, the arm pulls a lot of current (2A on start up and about 1.5A during operation).

Once you have the arm working, you can customize it by adding a different gripper or changing the code to do autonomous tasks.

3 People Made This Project!

Recommendations

  • Make It Bridge

    Make It Bridge
  • Game Design: Student Design Challenge

    Game Design: Student Design Challenge
  • For the Home Contest

    For the Home Contest

46 Comments

1
Feras5211
Feras5211

3 years ago

how can i get the initial files or models . I need to do some modifications on the model.
what is the software that have been used to design?

0
blazvovk10
blazvovk10

Question 3 years ago

How much load can it lift?

0
rhoude57
rhoude57

Question 4 years ago on Step 1

Hi,

WOW! This is a great project. I downloaded the Inventor model files along with the .stl files. When I open the full_assem.iam file, however, Inventor tells me it cannot find the servo_assem.iam file. I cannot get passed that one file, so perhaps there are others.

Do you still have those files or are they part of a library I need to download?

I am about to start 3D printing the parts.

Thanks a million.

1
HamrinB
HamrinB

Question 5 years ago on Step 16

Hi there, is it possible to have the measurements for each part of the arm?

0
rakesh_24
rakesh_24

5 years ago

I printed all the STL files and fixed the arm as described in your blog. I encountered two problems.

1. The elbow keeps going down even when the servo is powered up.

2. How do i power up all six servos? my application is different from yours. I'm trying to run it via a program through raspberry pi.

0
nialldevlin
nialldevlin

5 years ago

I am currently printing the parts for this with my 3D printer. It looks awesome, but there are a few errors in the code that you put up. Some functions were commented out, and a } was missing in line 145. There was also some more code that was commented out, but I think it was test code, so I left it commented. Other that that, everything compiled great!

0
misterxp
misterxp

5 years ago

A few years have passed since you made this instructable but just wanted to say thanks for sharing all this. You made a great instructable and are very talented. I a making a 3d printer so would like to try this eventually. Wish you all the best and lots of success for the future.

0
alans183
alans183

5 years ago

can someone please help me with the cables and where to plug Them in. Plz

IMG_9075.PNG
0
VincentD93
VincentD93

5 years ago

What is the weight of the arm? And how much weight can it raise ?

Thank you.

0
dr_aws
dr_aws

6 years ago

this is an amazing project, you deserve all the respect for that *claps*

I just have one question, can I use another servo motors ? not the ones you mentioned? or is it I'm going to face a problem with the fitting ?

0
Ferdinando Donnarumma

Servomotors are not available on the website indicated by the author, where I can buy similar servant? What model is it?

0
MarcoS108
MarcoS108

6 years ago

what software did you use looks like solidworks

0
jindo12345
jindo12345

7 years ago

How far can this arm reach from the base? I need one that can reach 90CM

0
CristianD1
CristianD1

Reply 7 years ago

Around 32 cm xD

0
3DP1
3DP1

7 years ago on Introduction

Hi, I must say very nice project and a very well made robot arm. I am trying to make a similar project but I'm kinda stuck on some issues, and I hope someone in the forum can help me out. My problem is that, I have two exactly the same servos to drive a single joint, but one servo has an offset angle of about 5 degrees from the so they are practically misaligned. How do i align them? Another problem is that, I can't seem to drive them simultaneously. Lastly, how do I stop the arduino from making my servo jump to it's default angle at a high rate of speed. Is there a way to initialize the servo speed before it goes to its default angle, coz everytime I attached the servo to a pin, it jumps to the default angle at very high speed and destroys my arm.

Thanks in advance for anyone who wants to help me.

0
TimSwift
TimSwift

Reply 7 years ago on Introduction

hello 3DP1:

What servo's are you using?

You might mount the misaligned servo at a slite angle to the other servo to compensate for the misalignment.

Tim.

Hey Beaconsfield:

Fantastic well-documented build! I have begun making the parts.

What technique did you employ to separate the larger pieces into smaller ones? I know solidworks has a plugin that can break larger parts into smaller bits with connecting features. Did you utilize a similar approach or did you design from the start with a given size print bed in mind?

I am going to be attempting to make a few parts smaller to print off my Printrbot Simple Maker's Kit (100mm x 100mm x 100mm) and will post if and when successful.

Thanks for a great instructable!

0
jairogj
jairogj

7 years ago on Introduction

Hey Tankyou Beaconsfield I'm learning a lot from you, very encouraging. I'm studying the inventor. Listen, you have .ipt missing files, so I can not simulate. You can share or indicate how resolved without them. Example try downloading the instructables Inventor file and open an assembly, will ask some .ipt files, you have them?

Anyway it was brilliant
Thank you
Jairo Jr.

0
reddadsteve
reddadsteve

7 years ago on Introduction

Possible issue with the Bill of materials.

I ordered all the items listed using the links provided in this instructable (except for the printer and power supply). The On/Off rocker switch arrived today from Radio Shack and it is a six prong switch, whereas the one in the diagram is a two prong switch. That didn't concern me as much as the fact that the switch is much bigger than the hole provided in the STL file for the base.

Please review. I can change the STL file, but would like confirmation that there is an issue with the switch and that to ensure the integrity of this instructable that you will either update the STL file or change the part required. I've also seen that the base that you printed for your diagrams seems to have a slot for the Arduino board but the STL file supplied does not. Did you post your latest file or decide to leave out the holder for the Arduino?

Overall, I still think this instructable is great and I'm just waiting for the parts to arrive in the mail before I get my printer churning out pieces.

Thank you,

Steve