Gesture Bot is a simple yet life-size robotic hand that is able to imitate hand gestures. It can be custom programmed to perform certain hand gestures.
The mechanics of the hand is powered by 10 servos that are used for the hinge points of the fingers and two stepper motors that control the wrist movements and base arm movements. At the heart of the box lies an Arduino Mega which controls all the electronics.
At of yet i am using the serial commands to control the robotic hand, although a lot of more features could be incorporated such as designing a control pad which relays feedback which can be facilitated with the numerous analog pins of the Arduino Mega.
Although all the functions of the hand work well, I do believe the design has some drawbacks in aesthetics and the if the degrees of freedom for movement of hinge points can be increased it would definitely function more like a life like hand.
THE BUILDI have divided the build into four main parts for ease of explanation. The Base, The Arm, The Hand and The Control Box.
THE BASE
The base assembly consists of the top and bottom structures. The top structure houses the Stepper Motor which moves the arm. The top structure is joined to the bottom structure with a plate bolting them together. A 12V rectangular LED set is fixed under the arm on the top structure. The bottom structure provides enough surface area to distribute the weight of the whole hand.
Another 12V LED strip runs along the circumference of the bottom structure. The Base Stepper Motor is connected to the Arm with a coupling flange and the arm is held in position with the bearing fixed from the opposite side. The bearing housing is bolted to the top structure of the base assembly
Finally a push button is fixed to the top structure to act as a kill switch to prevent further movement and then move back a certain amount of steps so that the hand will be in a definite position. A better option be to hook a POT on the shaft of the base stepper motor to get feedback of the current position of the stepper motor, but i have just left it as it is for now.
THE ARM
The arm is 3D printed as one whole piece and has a pocket in the top to fit the wrist stepper motor. The Arm is placed in position with the support from the bearing and the coupling flange connecting the shaft of the base stepper motor to the arm.
After fitting the wrist stepper motor in the arm, it is closed with a lid and the shaft of the wrist stepper motor and its coupling flange is concealed with the collar fixed in position below the hand assembly.
THE HAND
The hand assembly comprises of the hand base structure and the finger assembly. The hand base structure houses the five bottom servos (17g) which hinges the bottom links of the fingers. The finger assembly mainly has a small structures that supports the top servos(4.1g) which provide the top hinge of the fingers.
The servo wires of the servos have been glued with some slack to facilitate the movements of the small hand structures. The joints of the fingers are made with small arms that come with the servo motors.
THE CONTROL BOX
The Control Box houses the two TB6600 Stepper Motor drivers, a breadboard for the connections, a breadboard power supply, and the Arduino Mega micro controller board which controls all the movements of the robotic hand. I know that the TB6600 is a bit of an overkill for the NEMA 17 stepper motor but i had one extra lying around and also it fit well in the control box so i decided to go for it. I guess the control box could be miniaturized in size by replacing one TB6600 with and A4988 driver.
The three on/off switched on the top of the control box switches the 14.8V, 12V, and 7.4 batteries respectively. I have done this mainly because it is easy to test different parts of the hand by cutting power off to the parts that aren't concerned to the test, also i guess this would be a good precaution when playing with high voltage DC power units.
POWER MANAGEMENT
- 14.8V LIPO/4S/2600mAh Battery- Powers the Base stepper motor.
- 12V LIPO/3S/2200mAh Battery- Powers the Wrist stepper motor, the rectangular LED set, and the LED strip
- 7.4v LIPO/2S/800mAh Battery- Powers the five base servos (17g) in the hand assembly.
- 9V Generic Battery - Powers the Arduino Mega and the five top servos (4.1g) in the hand assembly.
POSSIBLE FUTURE DEVELOPMENTS
- Gesture Bot could be controlled with bluetooth or wifi via an APP. In addition to this a custom remote control device could be designed to be controlled with the numerous analog pins which haven't been used as of yet.
- In terms of design i believe there is a lot of room for improvement although there might pose some challenges to find the appropriate hardware to suit a sleek and slender robotic hand. i would love the input from the community on this and welcome any changes you make.
Comments