SlideShare a Scribd company logo
HANDGesture ControlledWIRELESS LAND
ROVER
SAMPAD KUMAR PANDA
SANGRAM KESHARI BHUYAN
SARAT CHANDRA MEHER
SIDDHARTHA KUMAR MUDULI
SUBMITTED BY
GUIDED BY:
PROF. M. MADHURI
DEPT. OF EEE
AIM OF THE PROJECT
REFERENCES
TITLE SLIDE NO.
LITERATURE SURVEY
INTRODUCTION
BLOCK DIAGRAM
CIRCUITS
PROJECT LAYOUT
COMPONENTS
PROGRAMMING
ADVANTAGES
CONCLUSION
FUTURE UPGRADATIONS
CONTENT
06
05
02
01
07
08
12
24
28
25
26
27
1
Where human intervention is not possible or
is not desirable, as in the case of spying, so at
those places we can use service bots and
control the movement
AIM OF THE PROJECT
85% of people with disability are found in
developing countries and about 4% of Indian
population are affected, here service bots
become handy
We can use it in Warfield for bomb detection,
enemy search, etc.
The main challenge in HMI sector (Human Machine Interface) is
making an efficient service bot
These bots interact with the people, so finding natural and easy-to-
use interface is of fundamental importance.
Interaction can be performed using:-
1. Mechanical Devices
2. Gestures
Mechanical devices include certain losses and we need instructions
to use them.
The present technologies make use of geared motors, joysticks,
remotes and sometime hands to move in various directions.
2
INTRODUCTION
WHY GESTURE CONTROL ?
No physical contact with computer
Pick up and manipulate virtual objects
Navigate in a virtual environment
Mouse and Keyboard can be replaced
Interact with the 3D world
It includes our natural responses so can be easily leaned
Interact naturally without any mechanical devices
Communicate at a distance
It is much more efficient and safe to handle
3
GESTURE CONTROL
METHODS
WIRED/WIRELESS
GLOVE
DEPTH AWARE
CAMERA
STEREO
CAMERA
CONTROLLED
GESTURES
4
4
LITERATURE SURVEY
In the journal entitled “MEMS Accelerometer Based Non-specific
User Hand Gesture Recognition” MEMS accelerometer is used to
detect the gestures and compare with the given gesture sequence
This uses a segmentation algorithm to determine the extreme
points of input gesture and converted it into corresponding gesture
codes
Finally the code is matched with the standard pattern and specified
gesture function is performed
Instead of using patterns we use certain hand movements and
simple programming logic to implement the same
PROJECT LAYOUT
PROJECT
CONTROLLING AND
MONITORING
MODULE
MICROCONTROLLER
ACCELEROMETER
LCD
COMMUNICATION MODULE
ENCODER
DECODER
TRANSMITTER
RECEIVER
MACHINE
INTERFACE
MOTOR
DRIVER
MOTORS
7
BLOCK DIAGRAM
ACCELEROMETER MICROCONTROLLER ENCODER
TRANSMITTTER
MOTOR
MOTOR
DRIVER
DECODER
RECIEVER
RF COMMUNICATION
6
LCD
COMPONENTS
SL NO NAME SPECIFICATION
1 ACCELEROMETER(ADXL335) 1.8 V-3.6 V, 350 μA
2 MICROCONTROLLER(ATMEGA16) 8-bit, 0-16Mhz
3 ENCODER(HT12E) 8 address bits
4 DECODER(HT12D) 8 address & data bits
5 LCD 4.7 – 5.3V,8 bit data pin
6 TRANSMITTER(TX02) 433Mhz
7 RECEIVER 433Mhz
8 MOTOR DRIVER(L293D) Vsm=36V,Vem=7V,
Io=1.2A
9 MOTOR 100 RPM
10 VOLTAGE REGULATOR(LM7805) 1 A, -40C – 125C
11 RESISTER 1M, 47K
12 CAPACITOR
13 DIODES(IN4007) 50-1000V, 1A
8
CONTROLLING AND
MONITORING MODULE
9
MICROCONTROLLER
It takes input data from accelerometer and gives output instruction to
the motor driver through communication module
Port A is generally used for analog input to A/D converter and the
Pin-32(AREF) is used as analog reference pin for A/D converter
It has 40 pins out of which 32 pins (i.e., 4 PORTS) are bidirectional
input-output ports
ATMEGA16 is a 8 bit microcontroller with 16KB flash memory
It shows the current status of the land rover using a LCD
10
ACCELEROMETER
The signals are produced based on the variation of x-y-z coordinates
It is such a small module that we can fix it anywhere in the body
It is a small, thin, low power, complete 3-axis accelerometer with
signal conditioned voltage outputs.
User selects the bandwidth of the accelerometer using the CX, CY,
and CZ capacitors at the XOUT, YOUT, and ZOUT pins.
Measures static accelerations due to tilt and dynamic accelerations
due to motion , shock or vibration
Bandwidth- 0.5 to 1500Hz(x & y axes), 0.5 to 550Hz(z-axis)
11
CIRCUITS
INPUTS TO MICROCONTROLLER
12
COMMUNICATION
MODULE
13
LCD
It has separate Vcc and GND pins for display and background
The LCD receives input data from the microcontroller
It has 8 data pins and 3 command pins
It is a 16 X 2 segment display, with 16 pins
14
ENCODER
An encoder is a device that converts information from one format to
another i.e., parallel data into serial data
The HT12E is a 4bit encoder
It is mainly used in interfacing RF and infrared circuits
It receives input from the microcontroller and converts the parallel
data into serial data and then give it to transmitter for transmission.
1 M resistor is connected in between the pins 15 and 16 for
maintaining 434Mhz frequency
15
TRANSMITTER
In this RF system, the digital data is represented as variations in the
amplitude of carrier wave
The corresponding frequency range varies between 30 KHz
& 300GHz
The radio frequency has ability to pass through the obstacles plus it
provides good coverage of 10 meters
TX02 is an RF transmitter where RF stands for “Radio Frequency”
This kind of modulation is known as Amplitude Shift Keying (ASK)
16
CIRCUITS
OUTPUTS FROM MICROCONTROLLER
17
MACHINE INTERFACE
18
RECIEVER
Here the signal contains the serial data
It has 8 number of pins out of which 2 pins are data pins
The RF signal is tuned by a receiver
It receives the RF signal and send it to the decoder
19
DECODER
A decoder is a device which does the reverse operation of an encoder
Original information can be retrieved from the received signal
HT12D converts that serial data into parallel i.e., original data is
recovered
The decoder output is connected to the input of motor driver
47 K resistor is connected in between the pins 15 and 16 for
maintaining 434Mhz frequency
It has number of 18 pins
20
MOTOR DRIVER
The Drive used is L293D, which is also known as H-Bridge
The enable pins are connected to Pin 1 and Pin 9.
The input is 5V and the output is 12V
It has 4 input & 4 output ports, 4 ground and 2 enable pins
It act as an interface between 5V decoder and 12V DC motor
21
MOTOR
Two DC motors with a maximum speed of 100 rpm is used
The chosen rating of motor depends on the size of wheels and their
application
The motors are able to run in both the direction
They operate at an operating voltage of 12V
22
CIRCUITS
MACHINE INTERFACE
23
24
PROGRAMMING
The codes are written using a Atmel AVR tool that is AVR studio 4.
After writing the codes it is stored as a HEX file.
The HEX file is executed using SINAPROG HEX downloader
The details of the code are given in the AVR Studio 4
The file is flashed onto the microcontroller using AVR trainer board
and AVR USB programmer
ADVANTAGES
It proves to be handy for physically challenged people and for
spying
Major advantage is that it’s direction and motion can be controlled
just by hand movement
It can be used in those areas where humans cannot go
It is very much compact and easy to use
25
DRAWBACKS
The motion of the machine interface solely depends on the program.
Incase of any error in the program the interface have to face the
adverse affects
The main drawback is that the land rover can be controlled only in
4-directions. So a better sensing device is required.
Remote power supply is required at the interface, failing which the
land rover may be stuck in critical situations
As no feedbacks are present to verify whether land rover is moving
in correct direction or not is very much difficult
25
FUTURE UPGRADATIONS
On-board control through Keypad/Touch screen
Manual lock and/or auto lock facility
Allowing multiple users to control the land rover
Auto status save on power failure & power on status restore
Using image processing techniques to make it more sensitive
Using gyro sensor to make it more sensitive
26
CONCLUSION
The use of accelerometer makes this project compact and enables
it to move effectively in 4 directions
Cheap components makes it more accessible for the users
Though it consists of less components circuitry is easier and thus
troubleshooting becomes easier
It definitely have a commendable contribution towards the
Service Bots type Machine Interface
27
REFERENCES
http://www.scribd.com/doc/98400320/InTech-Real-Time-Robotic-
Hand-Control-Using-Hand-Gestures
http://www.dimensionengineering.com/info/accelerometers
http://www.atmel.com/devices/atmega16.aspx
Ruize Xu, Shengli Zhou, and Wen J. Li “MEMS Accelerometer Based
Non-specific User Hand Gesture Recognition” IEEE SENSORS
JOURNAL, VOL. 12, NO. 5, MAY 2012
EMBEDDED ROBOTIC “Mobile Robot Design and Applications with
Embedded Systems” By Thomas Bräunl
28
Umesh Yadav, Ankur Tripathi, Sonali Dubey, S.K.Dubey “GESTURE
CONTROL ROBOT”,IJATES, Volume No.02, Issue No. 05, May 2014
Hand Gesture Controlled Wireless Robot
Hand Gesture Controlled Wireless Robot

More Related Content

What's hot

Wireless gesture Controlled Robot
Wireless gesture Controlled RobotWireless gesture Controlled Robot
Wireless gesture Controlled Robot
VIBEK MAURYA
 
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
Pragya
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robot
VIBEK MAURYA
 
Final report obstacle avoiding roboat
Final report obstacle avoiding roboatFinal report obstacle avoiding roboat
Final report obstacle avoiding roboat
Shubham Thakur
 
Hand Gesture Controlled Robot
Hand Gesture Controlled RobotHand Gesture Controlled Robot
Hand Gesture Controlled Robot
Green University of Bangladesh
 
Gesture Control Car
Gesture Control CarGesture Control Car
Gesture Control Car
Piyumal Samarathunga
 
Voice controlled robot ppt
Voice controlled robot pptVoice controlled robot ppt
Voice controlled robot ppt
Noor Ul Hudda Memon
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
UVSofts Technologies
 
Gesture control car
Gesture control carGesture control car
Gesture control car
saurav kumar mourya
 
Obstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic VehicleObstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic Vehicle
Edgefxkits & Solutions
 
Obstacle avoiding Robot
Obstacle avoiding RobotObstacle avoiding Robot
Obstacle avoiding Robot
Rasheed Khan
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
Faisal Ahmed Bappi
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
Electronics - Embedded System
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
Rahuldey1991
 
line following robot ppt
line following robot pptline following robot ppt
line following robot pptSuchit Moon
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology
Nagamani Gurram
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Muhammad Ahkam Khan
 
Blue Eyes Technology
Blue Eyes TechnologyBlue Eyes Technology
Blue Eyes Technology
Ramki M
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
Ratan Srikanth
 

What's hot (20)

Wireless gesture Controlled Robot
Wireless gesture Controlled RobotWireless gesture Controlled Robot
Wireless gesture Controlled Robot
 
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
 
Wireless gesture controlled robot
Wireless gesture controlled robotWireless gesture controlled robot
Wireless gesture controlled robot
 
Final report obstacle avoiding roboat
Final report obstacle avoiding roboatFinal report obstacle avoiding roboat
Final report obstacle avoiding roboat
 
Hand Gesture Controlled Robot
Hand Gesture Controlled RobotHand Gesture Controlled Robot
Hand Gesture Controlled Robot
 
Gesture Control Car
Gesture Control CarGesture Control Car
Gesture Control Car
 
Voice controlled robot ppt
Voice controlled robot pptVoice controlled robot ppt
Voice controlled robot ppt
 
Line follower robot
Line follower robotLine follower robot
Line follower robot
 
Gesture control car
Gesture control carGesture control car
Gesture control car
 
Obstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic VehicleObstacle Avoidance Robotic Vehicle
Obstacle Avoidance Robotic Vehicle
 
Obstacle avoiding Robot
Obstacle avoiding RobotObstacle avoiding Robot
Obstacle avoiding Robot
 
Robotic Sensor
Robotic SensorRobotic Sensor
Robotic Sensor
 
Robot Programming
Robot ProgrammingRobot Programming
Robot Programming
 
Obstacle avoiding robot.doc
Obstacle avoiding robot.docObstacle avoiding robot.doc
Obstacle avoiding robot.doc
 
Obstacle avoidance robot
Obstacle avoidance robotObstacle avoidance robot
Obstacle avoidance robot
 
line following robot ppt
line following robot pptline following robot ppt
line following robot ppt
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology
 
Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)Wireless Gesture Controlled Robot (FYP Report)
Wireless Gesture Controlled Robot (FYP Report)
 
Blue Eyes Technology
Blue Eyes TechnologyBlue Eyes Technology
Blue Eyes Technology
 
Obstacle Avoidance Robot
Obstacle Avoidance RobotObstacle Avoidance Robot
Obstacle Avoidance Robot
 

Viewers also liked

HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
Noufal Nechiyan
 
Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
PrachiWadekar
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
Sujith Kumar KS
 
surveillance and metal detecting robot
surveillance and metal detecting robotsurveillance and metal detecting robot
surveillance and metal detecting robotDeepshika Reddy
 
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - PresentationTowards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
Thiwanka Makumburage
 
Bomb Disposal Robot PPT Summary
Bomb Disposal Robot PPT SummaryBomb Disposal Robot PPT Summary
Bomb Disposal Robot PPT Summary
Alberto Charro
 
Hand Gesture Recognition using Neural Network
Hand Gesture Recognition using Neural NetworkHand Gesture Recognition using Neural Network
Hand Gesture Recognition using Neural Network
Bhagwat Singh Rathore
 
Human machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognitionHuman machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognition
Manoj Harsule
 
Gesture control bot
Gesture control botGesture control bot
Gesture control bot
Akshay Jirafe
 
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
MEMS  ACCELEROMETER  BASED NONSPECIFIC – USER HAND GESTURE  RECOGNITIONMEMS  ACCELEROMETER  BASED NONSPECIFIC – USER HAND GESTURE  RECOGNITION
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITIONGrace Abraham
 
FINAL YEAR PROJECT
FINAL YEAR PROJECT FINAL YEAR PROJECT
FINAL YEAR PROJECT
Bormonz Mumbai
 
Artificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognitionArtificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognition
Vigneshwer Dhinakaran
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
Muhammed M. Mekki
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
Arjun Singh
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
Shounak Katyayan
 
Getting started with pic microcontrollers
Getting started with pic microcontrollersGetting started with pic microcontrollers
Getting started with pic microcontrollers
Pantech ProLabs India Pvt Ltd
 
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
Parvez Hafeez
 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
Chris Gledhill
 
Kathakali
KathakaliKathakali
Kathakali
THANKACHAN V P
 

Viewers also liked (20)

HAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIRHAND GESTURE CONTROLLED WHEEL CHAIR
HAND GESTURE CONTROLLED WHEEL CHAIR
 
Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
 
Zeroth review.ppt
Zeroth review.pptZeroth review.ppt
Zeroth review.ppt
 
surveillance and metal detecting robot
surveillance and metal detecting robotsurveillance and metal detecting robot
surveillance and metal detecting robot
 
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - PresentationTowards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
 
hand gestures
hand gestureshand gestures
hand gestures
 
Bomb Disposal Robot PPT Summary
Bomb Disposal Robot PPT SummaryBomb Disposal Robot PPT Summary
Bomb Disposal Robot PPT Summary
 
Hand Gesture Recognition using Neural Network
Hand Gesture Recognition using Neural NetworkHand Gesture Recognition using Neural Network
Hand Gesture Recognition using Neural Network
 
Human machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognitionHuman machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognition
 
Gesture control bot
Gesture control botGesture control bot
Gesture control bot
 
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
MEMS  ACCELEROMETER  BASED NONSPECIFIC – USER HAND GESTURE  RECOGNITIONMEMS  ACCELEROMETER  BASED NONSPECIFIC – USER HAND GESTURE  RECOGNITION
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
 
FINAL YEAR PROJECT
FINAL YEAR PROJECT FINAL YEAR PROJECT
FINAL YEAR PROJECT
 
Artificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognitionArtificial Neural Network for hand Gesture recognition
Artificial Neural Network for hand Gesture recognition
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
 
Getting started with pic microcontrollers
Getting started with pic microcontrollersGetting started with pic microcontrollers
Getting started with pic microcontrollers
 
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
 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
 
Kathakali
KathakaliKathakali
Kathakali
 

Similar to Hand Gesture Controlled Wireless Robot

War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android application
Dheeraj Kumar
 
Touchpad Monitored Car
Touchpad Monitored CarTouchpad Monitored Car
Touchpad Monitored Car
IOSR Journals
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car
IOSR Journals
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfid
Sriteja Rst
 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
Yoga Lakshmi
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
thrishna Jayaraj
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
Adrija Chowdhury
 
RFID based car parking system-final ver
RFID based car parking system-final verRFID based car parking system-final ver
RFID based car parking system-final verDebasis Nayak
 
Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptx
SyedMohiuddin62
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
Asish Nayak
 
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
FINGER-PRINT BASED ELECTRONIC VOTING MACHINEFINGER-PRINT BASED ELECTRONIC VOTING MACHINE
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
Shakir Rahmani
 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity card
Albert Jose
 
DTMF based Different Load control
DTMF  based Different Load controlDTMF  based Different Load control
DTMF based Different Load control
MaheshMankar7592
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
Alexander Decker
 
Vfd
VfdVfd
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
Pratik Gupta
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
pratikguptateddy
 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Boardswarnimmaurya
 

Similar to Hand Gesture Controlled Wireless Robot (20)

War robot with night vision camera android application
War robot with night vision camera  android applicationWar robot with night vision camera  android application
War robot with night vision camera android application
 
Touchpad Monitored Car
Touchpad Monitored CarTouchpad Monitored Car
Touchpad Monitored Car
 
Touchpad Monitored Car
Touchpad Monitored Car Touchpad Monitored Car
Touchpad Monitored Car
 
Wireless fuel level sensor using rfid
Wireless fuel level sensor using rfidWireless fuel level sensor using rfid
Wireless fuel level sensor using rfid
 
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATIONACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
 
DMRC
DMRCDMRC
DMRC
 
SMART TRAFFIC CONTROL
SMART TRAFFIC CONTROLSMART TRAFFIC CONTROL
SMART TRAFFIC CONTROL
 
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILESACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
 
RFID based car parking system-final ver
RFID based car parking system-final verRFID based car parking system-final ver
RFID based car parking system-final ver
 
wireless traffic density control using sensor
wireless traffic density control using sensorwireless traffic density control using sensor
wireless traffic density control using sensor
 
Fire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptxFire Fighter Robot with Night Vision Camera (1).pptx
Fire Fighter Robot with Night Vision Camera (1).pptx
 
WIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOTWIRELESS FLOOR CLEANING ROBOT
WIRELESS FLOOR CLEANING ROBOT
 
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
FINGER-PRINT BASED ELECTRONIC VOTING MACHINEFINGER-PRINT BASED ELECTRONIC VOTING MACHINE
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
 
Tracking police man using rf proximity card
Tracking police man using rf proximity cardTracking police man using rf proximity card
Tracking police man using rf proximity card
 
DTMF based Different Load control
DTMF  based Different Load controlDTMF  based Different Load control
DTMF based Different Load control
 
Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...Mobile robotic platform to gathering real time sensory data in wireless perso...
Mobile robotic platform to gathering real time sensory data in wireless perso...
 
Vfd
VfdVfd
Vfd
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
 
automation,vfd,plc,scada overview
automation,vfd,plc,scada overviewautomation,vfd,plc,scada overview
automation,vfd,plc,scada overview
 
Smart LED Notice Board
Smart LED Notice BoardSmart LED Notice Board
Smart LED Notice Board
 

Recently uploaded

ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 

Recently uploaded (20)

ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 

Hand Gesture Controlled Wireless Robot

  • 1. HANDGesture ControlledWIRELESS LAND ROVER SAMPAD KUMAR PANDA SANGRAM KESHARI BHUYAN SARAT CHANDRA MEHER SIDDHARTHA KUMAR MUDULI SUBMITTED BY GUIDED BY: PROF. M. MADHURI DEPT. OF EEE
  • 2. AIM OF THE PROJECT REFERENCES TITLE SLIDE NO. LITERATURE SURVEY INTRODUCTION BLOCK DIAGRAM CIRCUITS PROJECT LAYOUT COMPONENTS PROGRAMMING ADVANTAGES CONCLUSION FUTURE UPGRADATIONS CONTENT 06 05 02 01 07 08 12 24 28 25 26 27
  • 3. 1 Where human intervention is not possible or is not desirable, as in the case of spying, so at those places we can use service bots and control the movement AIM OF THE PROJECT 85% of people with disability are found in developing countries and about 4% of Indian population are affected, here service bots become handy We can use it in Warfield for bomb detection, enemy search, etc.
  • 4. The main challenge in HMI sector (Human Machine Interface) is making an efficient service bot These bots interact with the people, so finding natural and easy-to- use interface is of fundamental importance. Interaction can be performed using:- 1. Mechanical Devices 2. Gestures Mechanical devices include certain losses and we need instructions to use them. The present technologies make use of geared motors, joysticks, remotes and sometime hands to move in various directions. 2 INTRODUCTION
  • 5. WHY GESTURE CONTROL ? No physical contact with computer Pick up and manipulate virtual objects Navigate in a virtual environment Mouse and Keyboard can be replaced Interact with the 3D world It includes our natural responses so can be easily leaned Interact naturally without any mechanical devices Communicate at a distance It is much more efficient and safe to handle 3
  • 7. 4 LITERATURE SURVEY In the journal entitled “MEMS Accelerometer Based Non-specific User Hand Gesture Recognition” MEMS accelerometer is used to detect the gestures and compare with the given gesture sequence This uses a segmentation algorithm to determine the extreme points of input gesture and converted it into corresponding gesture codes Finally the code is matched with the standard pattern and specified gesture function is performed Instead of using patterns we use certain hand movements and simple programming logic to implement the same
  • 8. PROJECT LAYOUT PROJECT CONTROLLING AND MONITORING MODULE MICROCONTROLLER ACCELEROMETER LCD COMMUNICATION MODULE ENCODER DECODER TRANSMITTER RECEIVER MACHINE INTERFACE MOTOR DRIVER MOTORS 7
  • 9. BLOCK DIAGRAM ACCELEROMETER MICROCONTROLLER ENCODER TRANSMITTTER MOTOR MOTOR DRIVER DECODER RECIEVER RF COMMUNICATION 6 LCD
  • 10. COMPONENTS SL NO NAME SPECIFICATION 1 ACCELEROMETER(ADXL335) 1.8 V-3.6 V, 350 μA 2 MICROCONTROLLER(ATMEGA16) 8-bit, 0-16Mhz 3 ENCODER(HT12E) 8 address bits 4 DECODER(HT12D) 8 address & data bits 5 LCD 4.7 – 5.3V,8 bit data pin 6 TRANSMITTER(TX02) 433Mhz 7 RECEIVER 433Mhz 8 MOTOR DRIVER(L293D) Vsm=36V,Vem=7V, Io=1.2A 9 MOTOR 100 RPM 10 VOLTAGE REGULATOR(LM7805) 1 A, -40C – 125C 11 RESISTER 1M, 47K 12 CAPACITOR 13 DIODES(IN4007) 50-1000V, 1A 8
  • 12. MICROCONTROLLER It takes input data from accelerometer and gives output instruction to the motor driver through communication module Port A is generally used for analog input to A/D converter and the Pin-32(AREF) is used as analog reference pin for A/D converter It has 40 pins out of which 32 pins (i.e., 4 PORTS) are bidirectional input-output ports ATMEGA16 is a 8 bit microcontroller with 16KB flash memory It shows the current status of the land rover using a LCD 10
  • 13. ACCELEROMETER The signals are produced based on the variation of x-y-z coordinates It is such a small module that we can fix it anywhere in the body It is a small, thin, low power, complete 3-axis accelerometer with signal conditioned voltage outputs. User selects the bandwidth of the accelerometer using the CX, CY, and CZ capacitors at the XOUT, YOUT, and ZOUT pins. Measures static accelerations due to tilt and dynamic accelerations due to motion , shock or vibration Bandwidth- 0.5 to 1500Hz(x & y axes), 0.5 to 550Hz(z-axis) 11
  • 16. LCD It has separate Vcc and GND pins for display and background The LCD receives input data from the microcontroller It has 8 data pins and 3 command pins It is a 16 X 2 segment display, with 16 pins 14
  • 17. ENCODER An encoder is a device that converts information from one format to another i.e., parallel data into serial data The HT12E is a 4bit encoder It is mainly used in interfacing RF and infrared circuits It receives input from the microcontroller and converts the parallel data into serial data and then give it to transmitter for transmission. 1 M resistor is connected in between the pins 15 and 16 for maintaining 434Mhz frequency 15
  • 18. TRANSMITTER In this RF system, the digital data is represented as variations in the amplitude of carrier wave The corresponding frequency range varies between 30 KHz & 300GHz The radio frequency has ability to pass through the obstacles plus it provides good coverage of 10 meters TX02 is an RF transmitter where RF stands for “Radio Frequency” This kind of modulation is known as Amplitude Shift Keying (ASK) 16
  • 21. RECIEVER Here the signal contains the serial data It has 8 number of pins out of which 2 pins are data pins The RF signal is tuned by a receiver It receives the RF signal and send it to the decoder 19
  • 22. DECODER A decoder is a device which does the reverse operation of an encoder Original information can be retrieved from the received signal HT12D converts that serial data into parallel i.e., original data is recovered The decoder output is connected to the input of motor driver 47 K resistor is connected in between the pins 15 and 16 for maintaining 434Mhz frequency It has number of 18 pins 20
  • 23. MOTOR DRIVER The Drive used is L293D, which is also known as H-Bridge The enable pins are connected to Pin 1 and Pin 9. The input is 5V and the output is 12V It has 4 input & 4 output ports, 4 ground and 2 enable pins It act as an interface between 5V decoder and 12V DC motor 21
  • 24. MOTOR Two DC motors with a maximum speed of 100 rpm is used The chosen rating of motor depends on the size of wheels and their application The motors are able to run in both the direction They operate at an operating voltage of 12V 22
  • 26. 24 PROGRAMMING The codes are written using a Atmel AVR tool that is AVR studio 4. After writing the codes it is stored as a HEX file. The HEX file is executed using SINAPROG HEX downloader The details of the code are given in the AVR Studio 4 The file is flashed onto the microcontroller using AVR trainer board and AVR USB programmer
  • 27. ADVANTAGES It proves to be handy for physically challenged people and for spying Major advantage is that it’s direction and motion can be controlled just by hand movement It can be used in those areas where humans cannot go It is very much compact and easy to use 25
  • 28. DRAWBACKS The motion of the machine interface solely depends on the program. Incase of any error in the program the interface have to face the adverse affects The main drawback is that the land rover can be controlled only in 4-directions. So a better sensing device is required. Remote power supply is required at the interface, failing which the land rover may be stuck in critical situations As no feedbacks are present to verify whether land rover is moving in correct direction or not is very much difficult 25
  • 29. FUTURE UPGRADATIONS On-board control through Keypad/Touch screen Manual lock and/or auto lock facility Allowing multiple users to control the land rover Auto status save on power failure & power on status restore Using image processing techniques to make it more sensitive Using gyro sensor to make it more sensitive 26
  • 30. CONCLUSION The use of accelerometer makes this project compact and enables it to move effectively in 4 directions Cheap components makes it more accessible for the users Though it consists of less components circuitry is easier and thus troubleshooting becomes easier It definitely have a commendable contribution towards the Service Bots type Machine Interface 27
  • 31. REFERENCES http://www.scribd.com/doc/98400320/InTech-Real-Time-Robotic- Hand-Control-Using-Hand-Gestures http://www.dimensionengineering.com/info/accelerometers http://www.atmel.com/devices/atmega16.aspx Ruize Xu, Shengli Zhou, and Wen J. Li “MEMS Accelerometer Based Non-specific User Hand Gesture Recognition” IEEE SENSORS JOURNAL, VOL. 12, NO. 5, MAY 2012 EMBEDDED ROBOTIC “Mobile Robot Design and Applications with Embedded Systems” By Thomas Bräunl 28 Umesh Yadav, Ankur Tripathi, Sonali Dubey, S.K.Dubey “GESTURE CONTROL ROBOT”,IJATES, Volume No.02, Issue No. 05, May 2014