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

PPTX
Gesture control robot using accelerometer ppt
PPTX
GESTURE CONTROL ROBOT
DOCX
Gesture Controlled Car_Project report
PPTX
Gesture controled robot
PDF
Wireless gesture Controlled Robot
PDF
Gesture Control Car
PPTX
Hand Gesture Controlled Robot
PPTX
Hand gesture controlled robot with arduino
Gesture control robot using accelerometer ppt
GESTURE CONTROL ROBOT
Gesture Controlled Car_Project report
Gesture controled robot
Wireless gesture Controlled Robot
Gesture Control Car
Hand Gesture Controlled Robot
Hand gesture controlled robot with arduino

What's hot (20)

PPTX
Gesture Control Robot
PPTX
Obstacle avoidance robot
PPTX
Gesture control wheel chair 1
PPTX
Sensor Based Blind Stick
PDF
Report - Line Following Robot
PPTX
Agriculture Robot
PPTX
Obstacle avoiding Robot
PPTX
Gesture control robot using by Ardiuno
PPTX
Bluetooth controlled robot
PPT
The line follower robot
DOCX
Obstacle avoiding robot.doc
PPT
Obstacle detctor
PDF
ACCELEROMETER BASED HAND GESTURE CONTROLLED ROBOT USING ARDUINO
PPTX
HUMAN FOLLOWING ROBOT
PPTX
Gesture control car
PDF
Gesture control car
DOCX
Final report obstacle avoiding roboat
DOCX
Obstacle Avoiding Robot Report Robot23
PPTX
ROBOTIC IRRIGATION USING ARDUINO
PPTX
Hand Gesture controlled Robotic Arm | Android | Arduino
Gesture Control Robot
Obstacle avoidance robot
Gesture control wheel chair 1
Sensor Based Blind Stick
Report - Line Following Robot
Agriculture Robot
Obstacle avoiding Robot
Gesture control robot using by Ardiuno
Bluetooth controlled robot
The line follower robot
Obstacle avoiding robot.doc
Obstacle detctor
ACCELEROMETER BASED HAND GESTURE CONTROLLED ROBOT USING ARDUINO
HUMAN FOLLOWING ROBOT
Gesture control car
Gesture control car
Final report obstacle avoiding roboat
Obstacle Avoiding Robot Report Robot23
ROBOTIC IRRIGATION USING ARDUINO
Hand Gesture controlled Robotic Arm | Android | Arduino
Ad

Viewers also liked (20)

PPTX
HAND GESTURE CONTROLLED WHEEL CHAIR
PDF
Wireless Gesture Controlled Robot (FYP Report)
PPTX
Gesture recognition
PPTX
Zeroth review.ppt
PPTX
surveillance and metal detecting robot
PPTX
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
PPTX
hand gestures
PPTX
Bomb Disposal Robot PPT Summary
PDF
Hand Gesture Recognition using Neural Network
PPTX
Human machine interaction using Hand gesture recognition
PPTX
Gesture control bot
PPTX
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
PDF
FINAL YEAR PROJECT
PPTX
Artificial Neural Network for hand Gesture recognition
PPTX
Hand gesture recognition
PPTX
Password based door locking system
PPTX
Hand Gesture Recognition
PPTX
Getting started with pic microcontrollers
PPT
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
PPT
Kathakali
HAND GESTURE CONTROLLED WHEEL CHAIR
Wireless Gesture Controlled Robot (FYP Report)
Gesture recognition
Zeroth review.ppt
surveillance and metal detecting robot
Towards Virtual Rehabilitation - MCS (UCSC) Research Project 2016 - Presentation
hand gestures
Bomb Disposal Robot PPT Summary
Hand Gesture Recognition using Neural Network
Human machine interaction using Hand gesture recognition
Gesture control bot
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
FINAL YEAR PROJECT
Artificial Neural Network for hand Gesture recognition
Hand gesture recognition
Password based door locking system
Hand Gesture Recognition
Getting started with pic microcontrollers
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
Kathakali
Ad

Similar to Hand Gesture Controlled Wireless Robot (20)

PPT
War robot with night vision camera android application
PDF
Touchpad Monitored Car
PDF
Touchpad Monitored Car
PPTX
Wireless fuel level sensor using rfid
PPTX
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
PPTX
SMART TRAFFIC CONTROL
PPTX
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
PPTX
RFID based car parking system-final ver
DOCX
Gesture control robot
PPTX
wireless traffic density control using sensor
PPTX
Fire Fighter Robot with Night Vision Camera (1).pptx
PPTX
WIRELESS FLOOR CLEANING ROBOT
PPTX
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
PDF
Tracking police man using rf proximity card
PPTX
DTMF based Different Load control
PDF
Mobile robotic platform to gathering real time sensory data in wireless perso...
PPTX
automation,vfd,plc,scada overview
PPTX
automation,vfd,plc,scada overview
PPTX
War robot with night vision camera android application
Touchpad Monitored Car
Touchpad Monitored Car
Wireless fuel level sensor using rfid
ACCIDENT PREVENTION IN VEHICLE WITH EFFECTIVE RESCUE OPERATION
SMART TRAFFIC CONTROL
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
RFID based car parking system-final ver
Gesture control robot
wireless traffic density control using sensor
Fire Fighter Robot with Night Vision Camera (1).pptx
WIRELESS FLOOR CLEANING ROBOT
FINGER-PRINT BASED ELECTRONIC VOTING MACHINE
Tracking police man using rf proximity card
DTMF based Different Load control
Mobile robotic platform to gathering real time sensory data in wireless perso...
automation,vfd,plc,scada overview
automation,vfd,plc,scada overview

Recently uploaded (20)

PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PPTX
Welding lecture in detail for understanding
DOCX
573137875-Attendance-Management-System-original
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
composite construction of structures.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Well-logging-methods_new................
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
PPT on Performance Review to get promotions
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Welding lecture in detail for understanding
573137875-Attendance-Management-System-original
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
composite construction of structures.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
CYBER-CRIMES AND SECURITY A guide to understanding
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Embodied AI: Ushering in the Next Era of Intelligent Systems
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Well-logging-methods_new................
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Model Code of Practice - Construction Work - 21102022 .pdf
PPT on Performance Review to get promotions
Mitigating Risks through Effective Management for Enhancing Organizational Pe...

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