SlideShare a Scribd company logo
1 of 31
WIRELESS GESTURE CONTROLLED
ROBOTIC ARM
GROUPMEMBERS:
Sneha Daise Paulson - 40
Niloofer Abdul Jaleel - 23
Singh Pooja Kumari - 39
Sruthy Mohan - 44
1W. GESTURE CONTROLLED ROBOTIC ARM
INTRODUCTION
Now a days robots are increasingly being integrated into working
tasks to replace humans esp. to perform the repetitive task.
In worst case scenario, humans pick and place the bomb
somewhere for containment and for repeated pick and place
action in industries.
Therefore a human can be replaced by Robot to do work.
2W. GESTURE CONTROLLED ROBOTIC ARM
Human hand gestures-easier to interact with the robot.
Moves depending on the gesture made by your hand from a
distance.
Areas of
application:
• Medical science
• Surgeries
• Defense
3W. GESTURE CONTROLLED ROBOTIC ARM
BLOCK DIAGRAM:
•TRANSMITTER :
4W. GESTURE CONTROLLED ROBOTIC ARM
RECEIVER:
TRACTION MOVEMENT:
ARM CONTROL:
5W. GESTURE CONTROLLED ROBOTIC ARM
Useful for
sensing
vibrations in
systems.
Contain
capacitive
plates.
Some are fixed, while
others are attached to
miniscule springs that
move as acceleration
forces, act upon the
sensor.
As these plates move in relation to each other,
the capacitance between them changes. From these
changes, the acceleration can be determined.
They can be centered
on piezoelectric
materials. These tiny
crystal structures
output electrical
charge when placed
under mechanical
stress.
6W. GESTURE CONTROLLED ROBOTIC ARM
DESCRIPTION OF BLOCK DIAGRAM:
1. ACCELEROMETER:
VDD- give +5volt to this pin
GND- Connect this pin to the ground for biasing.
X- On this pin we will receive the analog data for x direction movement.
Y- On this pin we will receive the analog data for y direction movement.
Z- On this pin we will receive the analog data for z direction movement.
ST- this pin is use to set the sensitivity of the accelerometer 1.5g/2g/3g/4g.
7W. GESTURE CONTROLLED ROBOTIC ARM
The Accelerometer having 6 pin –
Gestures
for
platform
parallel to the
ground- stop
tilted
forward –
forward
movement
tilted
backward -
backward
movement
tilted towards
right – moves
towards right
tilted
towards left
- moves
towards left
8W. GESTURE CONTROLLED ROBOTIC ARM
Gestures
for arm
Hand
parallel to
the ground
- no
movement
Hand tilted
right – arm
widens
Hand tilted
left – arm
closes
9W. GESTURE CONTROLLED ROBOTIC ARM
2. RF TRANSCIEVER MODEM
•Working at 2.4 GHz frequency in half duplex mode with automatic
switching of receive/transmit mode with LED indication.
• Receives and Transmits serial data of adjustable baud rate of 9600/115200
bps
• Stable, small size, easier mounting.
• RF range 50-70 meters
• GND: Common Ground
• +3.3V/5V : Regulated positive power input 3.3V to 5V DC
• TX : Transmit Output
• RX : Receive Input
PIN DESCRIPTIONS:
10W. GESTURE CONTROLLED ROBOTIC ARM
3. MICROCONTROLLER (PIC16F877A)
• Operating speed: DC – 20 MHz clock input
• Up to 8K x 14 words of Flash Program Memory,
• Up to 368 x 8 bytes of Data Memory (RAM),
• Up to 256 x 8 bytes of EEPROM Data Memory
The processing is the most important part of the robot.
Peripheral Features:
• Timer0: 8-bit timer/counter with 8-bit prescaler
• Timer1: 16-bit timer/counter with prescaler
• Timer2: 8-bit timer/counter with prescaler and postscaler
11W. GESTURE CONTROLLED ROBOTIC ARM
• - Capture is 16-bit, max. resolution is 12.5 ns
• - Compare is 16-bit, max. resolution is 200 ns
• - PWM max. resolution is 10-bit
Two Capture, Compare, PWM modules
• Synchronous Serial Port (SSP) with SPI™ (Master mode) and
I2C™ (Master/Slave)
• Universal Synchronous Asynchronous Receiver Transmitter
(USART/SCI) with 9-bit address detection
• Parallel Slave Port (PSP) – 8 bits wide with external RD, WR and
CS controls (40/44-pin only)
• Brown-out detection circuitry for Brown-out Reset (BOR)
12W. GESTURE CONTROLLED ROBOTIC ARM
• 10-bit, up to 8-channel Analog-to-Digital Converter (A/D)
• Brown-out Reset (BOR)
• - Two analog comparators
• - Programmable on-chip voltage reference (VREF) module
• - Programmable input multiplexing from device inputs and
internal voltage reference
• - Comparator outputs are externally accessible
• Analog Comparator module with:
13W. GESTURE CONTROLLED ROBOTIC ARM
Analog Features:
• 100,000 erase/write cycle Enhanced Flash program memory
typical
• 1,000,000 erase/write cycle Data EEPROM memory typical
• Data EEPROM Retention > 40 years
• Self-reprogrammable under software control
• In-Circuit Serial Programming™ (ICSP™) via two pins
• Single-supply 5V In-Circuit Serial Programming
• Watchdog Timer (WDT) with its own on-chip RC oscillator
for reliable operation
• Programmable code protection
• Power saving Sleep mode
• Selectable oscillator options
• In-Circuit Debug (ICD) via two pins
Special Microcontroller
Features:
14W. GESTURE CONTROLLED ROBOTIC ARM
15W. GESTURE CONTROLLED ROBOTIC ARM
4. ACTUATOR(L293D)
H-Bridge base Motor Driver IC
The driver IC L293D is quad push-pull
drivers capable of delivering output
currents to 1A per channel respectively.
Accepts TTL logic levels
Drives inductive loads (DC motors)
Each channel has enable input
W. GESTURE CONTROLLED ROBOTIC ARM 16
5. ACTUATION
The "muscles" of a mechanical arm, the
parts which convert stored energy into
movement.
Most popular actuators are electric motors
that spin a wheel or gear, and linear
actuators that control industrial mechanical
arm in factors.
But there are some recent advances in
alternative types of actuators, powered by
electricity, chemicals, or compressed air.
is a robot manipulator, programmable with
similar functions to a human arm.
The end effectors can be designed to perform
any desired task such as, gripping, spinning
etc, depending on the application.
17W. GESTURE CONTROLLED ROBOTIC ARM
6. ROBOTIC ARM
W. GESTURE CONTROLLED ROBOTIC ARM 18
7. LCD DISPLAY (LM016L)
ALGORITHM
We are going to discuss:
1. Transmitter side algorithm
2. Receiver side algorithm
19W. GESTURE CONTROLLED ROBOTIC ARM
START
INITIALIZE PIC
INITIALIZE LCD
DISPLAY INITIAL MESSAGE
CHECK
MODE
SWITCH
DO ADC FOR X
VALUE
>Z FOR
‘F’
MOTION
TEXT ‘F’
MOTION
COMMAND
>Z FOR
‘B’
MOTION
TEXT ‘B’
MOTION
COMMAND
A
B
DO ADC FOR
X VALUE
>Z FOR
‘H’
MOTION
TEXT ‘H’
MOTION
COMMAND
>Z FOR
‘O’
MOTION
TEXT ‘O’
MOTION
COMMAND
B
YES
YES YES
YESYES
NO
NO NO
NO NO
NO
NO
TRANSMITTER SIDE ALGORITHM
20W. GESTURE CONTROLLED ROBOTIC ARM
A
DO ADC FOR
Y VALUE
>Z FOR
‘L’
MOTION
TEXT ‘L’
MOTION
COMMAND
>Z FOR
‘R’
MOTION
TEXT ‘R’
MOTION
COMMAND
B
NO
NO
NO
YES
YES
<Z FOR ‘B’
MOTION &
<Z FOR ‘F’
MOTION
TEXT ‘S’
COMMAND
YES
NO
21W. GESTURE CONTROLLED ROBOTIC ARM
RECEIVER SIDE ALGORITHM
START
INITIALIZE PIC
RECEPTION
CHECK
CHECK MODE
SET
MODE
CHECK ‘H’
COMMAND
CHECK ‘U’
COMMAND
DRIVE HOLD
MOTOR
ANTICLOCK-
WISE
CHECK
ARM OPEN
SENSOR
STOP HOLD
MOTOR
C
C
DRIVE HOLD
MOTOR
CLOCKWISE
CHECK
PROXIMIT
Y SWITCH
STOP HOLD
MOTOR
C
D
YES
YES
YES
NO
YES
C
NOYES
NO
NO
ARM
MODE TRACTION
MODE
NO
22W. GESTURE CONTROLLED ROBOTIC ARM
D
CHECK ‘F’
COMMAND
CHECK ‘B’
COMMAND
CHECK ‘L’
COMMAND
CHECK ‘R’
COMMAND
CHECK ‘S’
COMMAND
DRIVE ROBOT
MOTOR
FORWARD
DRIVE ROBOT
MOTOR
BACKWARD
DRIVE ROBOT
MOTOR LEFT
DRIVE ROBOT
MOTOR RIGHT
STOP
ROBOT C
YES
YES
YES
YES
YES
NO
NO
NO
NO
23W. GESTURE CONTROLLED ROBOTIC ARM
W. GESTURE CONTROLLED ROBOTIC ARM 24
TRANSMITTER SIDE CIRCUIT DIAGRAM
W. GESTURE CONTROLLED ROBOTIC ARM 25
RECEIVER SIDE CIRCUIT DIAGRAM
W. GESTURE CONTROLLED ROBOTIC ARM 26
PCB LAYOUTS
W. GESTURE CONTROLLED ROBOTIC ARM 27
TRANSMITTER
W. GESTURE CONTROLLED ROBOTIC ARM 28
RECEIVER
PROGRAM CODES
29W. GESTURE CONTROLLED ROBOTIC ARM
W. GESTURE CONTROLLED ROBOTIC ARM 30
CURRENT STATUS
31W. GESTURE CONTROLLED ROBOTIC ARM
Finally……
Thanks to The
Almighty GOD….
Thanks to all the
teachers for guiding us.
Thanks to our families
and….Thanks to
our friends

More Related Content

What's hot

Robot arm control through human hand motion
Robot arm control through human hand motionRobot arm control through human hand motion
Robot arm control through human hand motionvignesh viki
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robotRahuldey1991
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robotnikhilsaini25
 
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNOObstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNOSanjay Kumar
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARPulkit Singhal
 
Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2Pragya
 
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...Julio César Carrasquel
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | ArduinoParvez Hafeez
 
Obstacle Avoidance Robot Summer training Presentation
Obstacle Avoidance Robot Summer training Presentation Obstacle Avoidance Robot Summer training Presentation
Obstacle Avoidance Robot Summer training Presentation Wasi Abbas
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTAsish Nayak
 
human detection robot
human detection robothuman detection robot
human detection robotS Ayub
 
HUMAN DETECTION ROBOT
HUMAN DETECTION ROBOTHUMAN DETECTION ROBOT
HUMAN DETECTION ROBOTRICHARD RAJAN
 
Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Dixit Patel
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line followerPriya Hada
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTSatyam Kumar
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeNidhiRaut7
 

What's hot (20)

Robot arm control through human hand motion
Robot arm control through human hand motionRobot arm control through human hand motion
Robot arm control through human hand motion
 
Obstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic VehicleObstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic Vehicle
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
Gesture Control Robot
Gesture Control RobotGesture Control Robot
Gesture Control Robot
 
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNOObstacle detection Robot using Ultrasonic Sensor and Arduino UNO
Obstacle detection Robot using Ultrasonic Sensor and Arduino UNO
 
BLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCARBLUETOOTH CONTROLLED ROBOCAR
BLUETOOTH CONTROLLED ROBOCAR
 
Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2Project Report on Hand gesture controlled robot part 2
Project Report on Hand gesture controlled robot part 2
 
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...
Introduction on STM32 Platform and Presentation of a Water-Level & Temperatur...
 
Hand Gesture controlled Robotic Arm | Android | Arduino
Hand Gesture controlled Robotic Arm  | Android | ArduinoHand Gesture controlled Robotic Arm  | Android | Arduino
Hand Gesture controlled Robotic Arm | Android | Arduino
 
Obstacle Avoidance Robot Summer training Presentation
Obstacle Avoidance Robot Summer training Presentation Obstacle Avoidance Robot Summer training Presentation
Obstacle Avoidance Robot Summer training Presentation
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
 
human detection robot
human detection robothuman detection robot
human detection robot
 
HUMAN DETECTION ROBOT
HUMAN DETECTION ROBOTHUMAN DETECTION ROBOT
HUMAN DETECTION ROBOT
 
Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1Pick and Place Robotic Arm 1
Pick and Place Robotic Arm 1
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Obstacle avoiding robot
Obstacle avoiding robotObstacle avoiding robot
Obstacle avoiding robot
 
Robotic arm
Robotic armRobotic arm
Robotic arm
 
Final report on line follower
Final report on line followerFinal report on line follower
Final report on line follower
 
GESTURE CONTROL ROBOT
GESTURE CONTROL ROBOTGESTURE CONTROL ROBOT
GESTURE CONTROL ROBOT
 
Automatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John CollegeAutomatic Fire Fighting Robot by St John College
Automatic Fire Fighting Robot by St John College
 

Viewers also liked

Word embeddings et leurs applications (Meetup TDS, 2016-06-30)
Word embeddings et leurs applications (Meetup TDS, 2016-06-30)Word embeddings et leurs applications (Meetup TDS, 2016-06-30)
Word embeddings et leurs applications (Meetup TDS, 2016-06-30)Camille Pradel
 
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...La plateforme CHESS un outil pour l’analyse comparative des technologies de c...
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...Nabil Bouzerna
 
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...Bennett King
 
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsElectronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsIEEEP Karachi
 
Cyborgs-The next generation human-robotic devices
Cyborgs-The next generation human-robotic devicesCyborgs-The next generation human-robotic devices
Cyborgs-The next generation human-robotic devicesRohit Agrawal
 
Cyborg Presentation
Cyborg PresentationCyborg Presentation
Cyborg Presentationshas3233
 
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014Glasscamp
 
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007  Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007 Nabil Bouzerna
 
La reconnaissance gestuelle
La reconnaissance gestuelleLa reconnaissance gestuelle
La reconnaissance gestuellebeblop
 
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...Nabil Bouzerna
 
Petit-déjeuner OCTO - Objets connectés : We Are Able !
Petit-déjeuner OCTO - Objets connectés : We Are Able !Petit-déjeuner OCTO - Objets connectés : We Are Able !
Petit-déjeuner OCTO - Objets connectés : We Are Able !OCTO Technology
 
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-date
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-dateSODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-date
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-dateNabil Bouzerna
 
Future@SystemX - Nabil Bouzerna - Experiment IMM Project
Future@SystemX - Nabil Bouzerna - Experiment IMM ProjectFuture@SystemX - Nabil Bouzerna - Experiment IMM Project
Future@SystemX - Nabil Bouzerna - Experiment IMM ProjectNabil Bouzerna
 
Gesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTGesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTSuraj Rai
 

Viewers also liked (20)

Word embeddings et leurs applications (Meetup TDS, 2016-06-30)
Word embeddings et leurs applications (Meetup TDS, 2016-06-30)Word embeddings et leurs applications (Meetup TDS, 2016-06-30)
Word embeddings et leurs applications (Meetup TDS, 2016-06-30)
 
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...La plateforme CHESS un outil pour l’analyse comparative des technologies de c...
La plateforme CHESS un outil pour l’analyse comparative des technologies de c...
 
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...
Cyborg Design: Multimodal Interactions, Information, and Environments for Wea...
 
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed PatientsElectronic Hand Glove for Speed Impaired and Paralyzed Patients
Electronic Hand Glove for Speed Impaired and Paralyzed Patients
 
Cyborgs-The next generation human-robotic devices
Cyborgs-The next generation human-robotic devicesCyborgs-The next generation human-robotic devices
Cyborgs-The next generation human-robotic devices
 
Glove sector
Glove sectorGlove sector
Glove sector
 
Cyborg Presentation
Cyborg PresentationCyborg Presentation
Cyborg Presentation
 
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014
Glass Camp - Meetup #15 Presse & Media @Presstalis - Décembre 2014
 
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007  Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007
Nabil bouzerna - Mémoire d'ingénieur / Master Thesis ENSIIE - ADVESTIGO - 2007
 
La reconnaissance gestuelle
La reconnaissance gestuelleLa reconnaissance gestuelle
La reconnaissance gestuelle
 
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...
SODA-IIoT4ConnectedCars: Spread updates between cars with limited Internet ac...
 
Deaf and dumb
Deaf and dumbDeaf and dumb
Deaf and dumb
 
Petit-déjeuner OCTO - Objets connectés : We Are Able !
Petit-déjeuner OCTO - Objets connectés : We Are Able !Petit-déjeuner OCTO - Objets connectés : We Are Able !
Petit-déjeuner OCTO - Objets connectés : We Are Able !
 
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-date
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-dateSODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-date
SODA-IIoT4Automotive: Blockchain to keep the Automotive ECU up-to-date
 
Smart glove
Smart gloveSmart glove
Smart glove
 
Future@SystemX - Nabil Bouzerna - Experiment IMM Project
Future@SystemX - Nabil Bouzerna - Experiment IMM ProjectFuture@SystemX - Nabil Bouzerna - Experiment IMM Project
Future@SystemX - Nabil Bouzerna - Experiment IMM Project
 
Gesture Recognition
Gesture RecognitionGesture Recognition
Gesture Recognition
 
Gesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTGesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPT
 
Gestures and body language
Gestures and body languageGestures and body language
Gestures and body language
 
Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
 

Similar to Wireless gesture robotic arm

Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detectorncct
 
Robotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motorRobotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motorjovin Richard
 
Warehouse Managing Robot
Warehouse Managing  Robot Warehouse Managing  Robot
Warehouse Managing Robot Arjun R Krishna
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanismJakshil Gandhi
 
crane control using accelerometer
crane control using accelerometercrane control using accelerometer
crane control using accelerometerrdeepali92
 
Snake presentation_ppt
Snake presentation_pptSnake presentation_ppt
Snake presentation_pptIIT Bombay
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamshiva kumar cheruku
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamshiva kumar cheruku
 
Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Ahmed Raad
 
Wirelessly Actuated Snake Prototype
Wirelessly Actuated Snake PrototypeWirelessly Actuated Snake Prototype
Wirelessly Actuated Snake PrototypeIIT Bombay
 
Haptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerHaptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerijiert bestjournal
 
Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...ionzkollam
 
REPORT texto braillefinal
REPORT texto braillefinalREPORT texto braillefinal
REPORT texto braillefinalASWATHI K
 
Mitsubishi ac servos melservo je
Mitsubishi ac servos melservo jeMitsubishi ac servos melservo je
Mitsubishi ac servos melservo jeDien Ha The
 

Similar to Wireless gesture robotic arm (20)

Robotic Hand
Robotic HandRobotic Hand
Robotic Hand
 
Newppt major
Newppt majorNewppt major
Newppt major
 
Bot Robo Tanker Sound Detector
Bot Robo  Tanker  Sound DetectorBot Robo  Tanker  Sound Detector
Bot Robo Tanker Sound Detector
 
Robotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motorRobotic Arm using flex sensor and servo motor
Robotic Arm using flex sensor and servo motor
 
Warehouse Managing Robot
Warehouse Managing  Robot Warehouse Managing  Robot
Warehouse Managing Robot
 
Pick and place mechanism
Pick and place mechanismPick and place mechanism
Pick and place mechanism
 
Robo arm final 2 (2)
Robo arm final  2 (2)Robo arm final  2 (2)
Robo arm final 2 (2)
 
crane control using accelerometer
crane control using accelerometercrane control using accelerometer
crane control using accelerometer
 
Snake presentation_ppt
Snake presentation_pptSnake presentation_ppt
Snake presentation_ppt
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue team
 
Zigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue teamZigbee based metal detecting robot to assist bomb detection and rescue team
Zigbee based metal detecting robot to assist bomb detection and rescue team
 
Obstacle observing
Obstacle observingObstacle observing
Obstacle observing
 
Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf Tu robot controltu_robot_control.pdf
Tu robot controltu_robot_control.pdf
 
Wirelessly Actuated Snake Prototype
Wirelessly Actuated Snake PrototypeWirelessly Actuated Snake Prototype
Wirelessly Actuated Snake Prototype
 
Gesture controlled vehicle part-1
Gesture controlled vehicle part-1Gesture controlled vehicle part-1
Gesture controlled vehicle part-1
 
Haptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometerHaptic gloves controlled robotic arm using MEMS accelerometer
Haptic gloves controlled robotic arm using MEMS accelerometer
 
Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...Smart tanker robot for security operations in the protected area with wireles...
Smart tanker robot for security operations in the protected area with wireles...
 
REPORT texto braillefinal
REPORT texto braillefinalREPORT texto braillefinal
REPORT texto braillefinal
 
EMBEDDED SYSTEMS
EMBEDDED SYSTEMSEMBEDDED SYSTEMS
EMBEDDED SYSTEMS
 
Mitsubishi ac servos melservo je
Mitsubishi ac servos melservo jeMitsubishi ac servos melservo je
Mitsubishi ac servos melservo je
 

Recently uploaded

Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESNarmatha D
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...Amil Baba Dawood bangali
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 

Recently uploaded (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Industrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIESIndustrial Safety Unit-I SAFETY TERMINOLOGIES
Industrial Safety Unit-I SAFETY TERMINOLOGIES
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
NO1 Certified Black Magic Specialist Expert Amil baba in Uae Dubai Abu Dhabi ...
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 

Wireless gesture robotic arm

  • 1. WIRELESS GESTURE CONTROLLED ROBOTIC ARM GROUPMEMBERS: Sneha Daise Paulson - 40 Niloofer Abdul Jaleel - 23 Singh Pooja Kumari - 39 Sruthy Mohan - 44 1W. GESTURE CONTROLLED ROBOTIC ARM
  • 2. INTRODUCTION Now a days robots are increasingly being integrated into working tasks to replace humans esp. to perform the repetitive task. In worst case scenario, humans pick and place the bomb somewhere for containment and for repeated pick and place action in industries. Therefore a human can be replaced by Robot to do work. 2W. GESTURE CONTROLLED ROBOTIC ARM
  • 3. Human hand gestures-easier to interact with the robot. Moves depending on the gesture made by your hand from a distance. Areas of application: • Medical science • Surgeries • Defense 3W. GESTURE CONTROLLED ROBOTIC ARM
  • 4. BLOCK DIAGRAM: •TRANSMITTER : 4W. GESTURE CONTROLLED ROBOTIC ARM
  • 5. RECEIVER: TRACTION MOVEMENT: ARM CONTROL: 5W. GESTURE CONTROLLED ROBOTIC ARM
  • 6. Useful for sensing vibrations in systems. Contain capacitive plates. Some are fixed, while others are attached to miniscule springs that move as acceleration forces, act upon the sensor. As these plates move in relation to each other, the capacitance between them changes. From these changes, the acceleration can be determined. They can be centered on piezoelectric materials. These tiny crystal structures output electrical charge when placed under mechanical stress. 6W. GESTURE CONTROLLED ROBOTIC ARM DESCRIPTION OF BLOCK DIAGRAM: 1. ACCELEROMETER:
  • 7. VDD- give +5volt to this pin GND- Connect this pin to the ground for biasing. X- On this pin we will receive the analog data for x direction movement. Y- On this pin we will receive the analog data for y direction movement. Z- On this pin we will receive the analog data for z direction movement. ST- this pin is use to set the sensitivity of the accelerometer 1.5g/2g/3g/4g. 7W. GESTURE CONTROLLED ROBOTIC ARM The Accelerometer having 6 pin –
  • 8. Gestures for platform parallel to the ground- stop tilted forward – forward movement tilted backward - backward movement tilted towards right – moves towards right tilted towards left - moves towards left 8W. GESTURE CONTROLLED ROBOTIC ARM
  • 9. Gestures for arm Hand parallel to the ground - no movement Hand tilted right – arm widens Hand tilted left – arm closes 9W. GESTURE CONTROLLED ROBOTIC ARM
  • 10. 2. RF TRANSCIEVER MODEM •Working at 2.4 GHz frequency in half duplex mode with automatic switching of receive/transmit mode with LED indication. • Receives and Transmits serial data of adjustable baud rate of 9600/115200 bps • Stable, small size, easier mounting. • RF range 50-70 meters • GND: Common Ground • +3.3V/5V : Regulated positive power input 3.3V to 5V DC • TX : Transmit Output • RX : Receive Input PIN DESCRIPTIONS: 10W. GESTURE CONTROLLED ROBOTIC ARM
  • 11. 3. MICROCONTROLLER (PIC16F877A) • Operating speed: DC – 20 MHz clock input • Up to 8K x 14 words of Flash Program Memory, • Up to 368 x 8 bytes of Data Memory (RAM), • Up to 256 x 8 bytes of EEPROM Data Memory The processing is the most important part of the robot. Peripheral Features: • Timer0: 8-bit timer/counter with 8-bit prescaler • Timer1: 16-bit timer/counter with prescaler • Timer2: 8-bit timer/counter with prescaler and postscaler 11W. GESTURE CONTROLLED ROBOTIC ARM
  • 12. • - Capture is 16-bit, max. resolution is 12.5 ns • - Compare is 16-bit, max. resolution is 200 ns • - PWM max. resolution is 10-bit Two Capture, Compare, PWM modules • Synchronous Serial Port (SSP) with SPI™ (Master mode) and I2C™ (Master/Slave) • Universal Synchronous Asynchronous Receiver Transmitter (USART/SCI) with 9-bit address detection • Parallel Slave Port (PSP) – 8 bits wide with external RD, WR and CS controls (40/44-pin only) • Brown-out detection circuitry for Brown-out Reset (BOR) 12W. GESTURE CONTROLLED ROBOTIC ARM
  • 13. • 10-bit, up to 8-channel Analog-to-Digital Converter (A/D) • Brown-out Reset (BOR) • - Two analog comparators • - Programmable on-chip voltage reference (VREF) module • - Programmable input multiplexing from device inputs and internal voltage reference • - Comparator outputs are externally accessible • Analog Comparator module with: 13W. GESTURE CONTROLLED ROBOTIC ARM Analog Features:
  • 14. • 100,000 erase/write cycle Enhanced Flash program memory typical • 1,000,000 erase/write cycle Data EEPROM memory typical • Data EEPROM Retention > 40 years • Self-reprogrammable under software control • In-Circuit Serial Programming™ (ICSP™) via two pins • Single-supply 5V In-Circuit Serial Programming • Watchdog Timer (WDT) with its own on-chip RC oscillator for reliable operation • Programmable code protection • Power saving Sleep mode • Selectable oscillator options • In-Circuit Debug (ICD) via two pins Special Microcontroller Features: 14W. GESTURE CONTROLLED ROBOTIC ARM
  • 15. 15W. GESTURE CONTROLLED ROBOTIC ARM 4. ACTUATOR(L293D) H-Bridge base Motor Driver IC The driver IC L293D is quad push-pull drivers capable of delivering output currents to 1A per channel respectively. Accepts TTL logic levels Drives inductive loads (DC motors) Each channel has enable input
  • 16. W. GESTURE CONTROLLED ROBOTIC ARM 16 5. ACTUATION The "muscles" of a mechanical arm, the parts which convert stored energy into movement. Most popular actuators are electric motors that spin a wheel or gear, and linear actuators that control industrial mechanical arm in factors. But there are some recent advances in alternative types of actuators, powered by electricity, chemicals, or compressed air.
  • 17. is a robot manipulator, programmable with similar functions to a human arm. The end effectors can be designed to perform any desired task such as, gripping, spinning etc, depending on the application. 17W. GESTURE CONTROLLED ROBOTIC ARM 6. ROBOTIC ARM
  • 18. W. GESTURE CONTROLLED ROBOTIC ARM 18 7. LCD DISPLAY (LM016L)
  • 19. ALGORITHM We are going to discuss: 1. Transmitter side algorithm 2. Receiver side algorithm 19W. GESTURE CONTROLLED ROBOTIC ARM
  • 20. START INITIALIZE PIC INITIALIZE LCD DISPLAY INITIAL MESSAGE CHECK MODE SWITCH DO ADC FOR X VALUE >Z FOR ‘F’ MOTION TEXT ‘F’ MOTION COMMAND >Z FOR ‘B’ MOTION TEXT ‘B’ MOTION COMMAND A B DO ADC FOR X VALUE >Z FOR ‘H’ MOTION TEXT ‘H’ MOTION COMMAND >Z FOR ‘O’ MOTION TEXT ‘O’ MOTION COMMAND B YES YES YES YESYES NO NO NO NO NO NO NO TRANSMITTER SIDE ALGORITHM 20W. GESTURE CONTROLLED ROBOTIC ARM
  • 21. A DO ADC FOR Y VALUE >Z FOR ‘L’ MOTION TEXT ‘L’ MOTION COMMAND >Z FOR ‘R’ MOTION TEXT ‘R’ MOTION COMMAND B NO NO NO YES YES <Z FOR ‘B’ MOTION & <Z FOR ‘F’ MOTION TEXT ‘S’ COMMAND YES NO 21W. GESTURE CONTROLLED ROBOTIC ARM
  • 22. RECEIVER SIDE ALGORITHM START INITIALIZE PIC RECEPTION CHECK CHECK MODE SET MODE CHECK ‘H’ COMMAND CHECK ‘U’ COMMAND DRIVE HOLD MOTOR ANTICLOCK- WISE CHECK ARM OPEN SENSOR STOP HOLD MOTOR C C DRIVE HOLD MOTOR CLOCKWISE CHECK PROXIMIT Y SWITCH STOP HOLD MOTOR C D YES YES YES NO YES C NOYES NO NO ARM MODE TRACTION MODE NO 22W. GESTURE CONTROLLED ROBOTIC ARM
  • 23. D CHECK ‘F’ COMMAND CHECK ‘B’ COMMAND CHECK ‘L’ COMMAND CHECK ‘R’ COMMAND CHECK ‘S’ COMMAND DRIVE ROBOT MOTOR FORWARD DRIVE ROBOT MOTOR BACKWARD DRIVE ROBOT MOTOR LEFT DRIVE ROBOT MOTOR RIGHT STOP ROBOT C YES YES YES YES YES NO NO NO NO 23W. GESTURE CONTROLLED ROBOTIC ARM
  • 24. W. GESTURE CONTROLLED ROBOTIC ARM 24 TRANSMITTER SIDE CIRCUIT DIAGRAM
  • 25. W. GESTURE CONTROLLED ROBOTIC ARM 25 RECEIVER SIDE CIRCUIT DIAGRAM
  • 26. W. GESTURE CONTROLLED ROBOTIC ARM 26 PCB LAYOUTS
  • 27. W. GESTURE CONTROLLED ROBOTIC ARM 27 TRANSMITTER
  • 28. W. GESTURE CONTROLLED ROBOTIC ARM 28 RECEIVER
  • 29. PROGRAM CODES 29W. GESTURE CONTROLLED ROBOTIC ARM
  • 30. W. GESTURE CONTROLLED ROBOTIC ARM 30 CURRENT STATUS
  • 31. 31W. GESTURE CONTROLLED ROBOTIC ARM Finally…… Thanks to The Almighty GOD…. Thanks to all the teachers for guiding us. Thanks to our families and….Thanks to our friends