4 DOF Robot Arm (Fully 3D Printed)

by shuang peng in Circuits > Robots

9543 Views, 55 Favorites, 0 Comments

4 DOF Robot Arm (Fully 3D Printed)

title.jpg
4 DOF Robot Arm (Fully 3D Printed)
untitled.22.jpg
arm01.jpg
DSC_0266.JPG
DSC_0270.JPG

This project is 4 dof robot arm controlledby Arduino mega 2560. The frame of the arm can be 3d printed. All joints are module designed so you can easily change the number of joints.

Hardware Joints

t1-com.jpg
j1.JPG
arm linked-1.jpg

The arm uses 4 deceleration stepper motors as effector. The original design was a 7 DOF robot, yet the motor can’t generate enough torque to drive the whole system. So the number of joints was reduced to 4.

The structure of the arm was designed as hollow structures to reduce the weight. All joints share the same module. 6 ball bearings are placed in joint module and tangent the shell to reduce the vibration while rotating.

Step motor is a kind of open loop component, which means it can’t feedback state of the arm. In order to control the arm with target angel of each joint , a micro switch was placed in each joint to detect the Initial point of each arm. Then the arm can controlled based on the Initial point (0 degree).

The CAD file is attched.

Downloads

Eletronic

J2.JPG
IMG_0877.JPG
IMG_0875.JPG
IMG_0874.JPG
IMG_0876.JPG

The arm uses a Arduino Mega 2560 as central controller. The driver of step motor was designed with ULN2003A (Darlington tube), directly connected to digital IO of the Arduino.

Control

The software of the arm is still under developing. I’m planning to use the computer control the arm via serial communction.

Thanks for watching, feel free to leave your comment.