Robotic Hand

by alkak3001 in Circuits > Arduino

78 Views, 1 Favorites, 0 Comments

Robotic Hand

Screenshot 2024-06-08 132723.png

This Instructable will outline the steps in making a robotic hand using low-cost material.

Supplies

Rubber bands

Paper clips

Foam

Sanding blocks

Sharpie

Exacto knife

Pliers

Fishing line

Wires

Arduino

5 servo motors

Glue gun

Making the Hand Out of Foam

IMG_5589.jpeg
finger.jpeg

First, use one of your group member's hand and outline it on a piece of paper, like the following picture. Then you will use an exacto knife to cut out the fingers, palm, and forearm using foam. After that, sand out the edges. Finally cut out the fingers into 3 sections using your model joints and cut out angles on each section so they can bend like in the second picture.

Assembling the Hand

Screenshot 2024-06-08 134911.png
Screenshot 2024-06-08 135438.png
Screenshot 2024-06-08 135733.png
Screenshot 2024-06-08 142819.png

The first step in assembling the hand is glueing rubber bands on each finger so that it becomes one piece. The next step is drilling a small hole in each segment part's middle and putting the fishing line through it. Then using the palm cut the paper clips so that you can put them in the palm and put the fishing line through them. Finally, glue the sensor motors to the palm and attach the fishing line to the motors.

Codes

code1.png
code2.png
code3.png
code4.png
tech1.png
tech2.png

To find the volume and waste of the finger, you must make a code in Python. Both codes are shown in the pictures. To make the fingers move you will need an Arduino code shown above.