robotic hand

25
ROBOTIC HAND CONTROLLED BY HAND GESTURE

Upload: mansoor-ghani

Post on 28-Jan-2015

121 views

Category:

Business


4 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Robotic Hand

ROBOTIC HAND

CONTROLLED BY HAND

GESTURE

Page 2: Robotic Hand

ABSTRACT• Robotic hand controlled by hand

gesture Robot is a robot which can be controlled by simple gesture.

• The sensor will record the movement of hand in a specific direction which will result in the movement of the robot in the respective direction.

• The wired connection enables the user the interact with the robot in a more friendly way.

Page 3: Robotic Hand

• Part 1: Introduction to our Project • Part 2: Introduction to Implementation Tools

• Part 3 Results and Conclusions

• Part 4: Possible uses

WORK BREAKDOWN STRUCTURE

Page 4: Robotic Hand

Our “Microcontroller based robotic hand controlled by hand gesture” robot work on the principle of flex sensor which records hand movement and the information is then transferred to a encoder, which makes it ready for transmit on the receiving end, the information is received via wired connection decoded & then passed on to the Arduino. Microcontroller which takes various decisions based on the received information. These decisions are passed to the motor drive which triggers the motor in different configuration to make the robot move in a specific direction.

INTRODUCTION

Page 5: Robotic Hand

The following Block diagram helps to understand the working of the Robot.

INTRODUCTION

Page 6: Robotic Hand

• Part 1 : Introduction to our Project

• Part 2: Introduction to Implementation Tools• Part 3 Results and Conclusions

• Part 4: Possible uses

WORK BREAKDOWN STRUCTURE

Page 7: Robotic Hand

ARDUINO

Page 8: Robotic Hand

The Arduino is a microcontroller board based on the ATmega328.

Arduino is a open source electronics prototyping platform based on flexible, easy to use hardware and software.

The Arduino can sense the environment by receiving input from a verity of sensor and can effect its surroundings by controlling motors and other actuators.

ARDUINO

Page 9: Robotic Hand

The Arduino can be powered via the USB connection or

with an external power source is selected automatically. The operating voltage is 5V.

It has 14 Digital I/O pins 6 of them providing PWM outputs.

It has 6 Analogue input pins.

ARDUINO

Page 10: Robotic Hand

The Atmega328 has 32 KB (with 0.5 KB used for boot loader).

It also has 2 KB of SRAM and 1 KB of EEPROM.

The Atmega328 provides UART TTL (5V) serial communication, which is available on digital pins 0 (RX) and 1 (TX).

The Arduino can be programmed with the Arduino software ( download).

ARDUINO

Page 11: Robotic Hand

FLEX

SENSO

R

SEW THE GLOVE

Page 12: Robotic Hand

FLEX SENSOR

Flex sensors are sensors that change in resistance on the amount of bend on the sensor.

They convert the change in bend to the electrical resistance, the more the bend , the more the resistance value.

Inside the flex sensor are carbon resistive material elements within the thin flexible substrate.

More carbon means less resistance.

Page 13: Robotic Hand

They are usually in the form of 1 to 5 inches long that vary in resistance from approx.: 10KΩ to 50KΩ.

They are used in gloves to sense the finger movements.

A 22kΩ resistor is also placed in series with each flex sensor in order to protect it.

Flex sensors are used to convert the flexing motion of the fingers into rotational motion of the servo motors.

FLEX SENSOR

Page 14: Robotic Hand

SERVO MOTOR

Page 15: Robotic Hand

Servo Motors are DC Motors to provide a precise angular motion.

The servo motors has three wires, one is for power, one is for ground, and one is for a control input.

The Servo motors are used in robotic arms and legs, sensor scanners and in RC toys like RC helicopter, airplanes and cars.

SERVO MOTOR

Page 16: Robotic Hand

SERVO MOTOR

Power Supply for Servo MotorsThe servo requires a DC supply of 4.8 V to 6 V. The DC supply can be given through a battery or a regulator.

Selection of Servo Motors

The typical specifications of servo motors are torque, speed.

Page 17: Robotic Hand

WORKING OF SERVO MOTOR Servos are constructed from three basic pieces; a motor, a

potentiometer (variable resister) and a control board.

The potentiometer is fed into the servo control circuit and when the control circuit detects that the position is correct, it stops the motor.

If the control circuit detects that the angle is not correct, it will turn the motor the correct direction until the angle is correct.

Normally a servo is used to control an angular motion between 0 and 180 degrees.

SERVO MOTOR

Page 18: Robotic Hand

• Part 1 : Introduction to our Project

• Part 2: Introduction to Implementation Tools

• Part 3 Results and Conclusions• Part 4: Possible uses

WORK BREAKDOWN STRUCTURE

Page 19: Robotic Hand

CONCLUSION

CERTANITY

The over all system perform responsibly well.

The robotic hand is capable to carry normal routine function as human hand does.

The microcontroller accepts inputs from the sensor and generates the proper control signals based on those inputs.

Page 20: Robotic Hand

UNCERTANITY The lift capacity of the servo motors on the robotic hand

is limited.

The usable lifetime of the flex sensors seems to be limited.

The sensors themselves are very fragile and easily wear out from overuse.

Careful maintenance and protection of the flex sensors is crucial to successful operation of the system.

CONCLUSION

Page 21: Robotic Hand

• Part 1 : Introduction to our Project

• Part 2: Introduction to Implementation Tools

• Part 3 Results and Conclusions

• Part 4: Possible uses

WORK BREAKDOWN STRUCTURE

Page 22: Robotic Hand

POSSIBLE USES• Gaming (Virtual Motion)

Page 23: Robotic Hand

• Handicapped persons

POSSIBLE USES

Page 24: Robotic Hand

• Musical instrument.

POSSIBLE USES

Page 25: Robotic Hand

THE END