Robot Hand

by ele5568 in Circuits > Arduino

36 Views, 0 Favorites, 0 Comments

Robot Hand

Screenshot (1).png

This is an instructable about circuit for your robot hand

Supplies

Screenshot (4).png
Screenshot (6).png

This is all you gonna need to make a circuits for your robot hand

Including an Arduino and 5 servo play as 5 fingers of your hand (thumb, index, middle, ring and pinky)

Line up all your wire neatly and well-ordered

1.Green means Power

2.Yellow means Signal

3.Brown means Ground

Screenshot (5).png

Go to coding setting to start coding

This is block coding, we not gonna do it here.

Screenshot (2).png

Go to text coding through here!!!

Screenshot (3).png

This is how it looks like!!

Screenshot (5).png

First of all, we need to open a "Servo" library so that we can use Servo commands

Screenshot (8).png

Create a servo for your fingers. After that, we named it as thumb, index, middle, ring and pinky

Screenshot (9).png

Make a function for each finger of your hand by the function set up

Assign them as one of the pin that you have wired to your servo before

Screenshot (11).png

Now, Let's make a gesture your hand

First, Call a function and named it

Second, Make a command for your finger to move with this code: "servo name".write(degree you want it to rotate);

Remember to close a function when you are done !!!

Screenshot (10).png

Now you can make as much gesture as you want. Easy, right ???

BUT NOT YETT!!!

how do you get it to move ??

I got you in the next step:)))

Screenshot (12).png

As you have done with your gesture

Open a function loop and it inside is your desired hand gesture function

Close it and now it will get to work properly

Screenshot (13).png

That will be the end of my Instructable of robot hand circuit

Thank you !!!