SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5423
Design and Development of Gesture Controlled Robot
Vijay Javanjal1, Ajeet Kumar2, Durriya Korasawala3, Gayatri Bari4, Aishwarya Narkhede5
1Professor, Dept. of Mechanical Engineering, Dr. D. Y Patil Inst. of Technology, Pune, India
2,3,4,5U.G Student, Dept. of Mechanical Engineering, Dr. D. Y Patil Inst. of Technology, Pune, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Basically robots are manufactured to perform
specific tasks which human cannot perform. We can make
use of robots where conditions are quite certain like rescue
operations, fire fighting. Robots follow the instruction of
human and can perform task on that basis. In this way,
human can instruct the robot to perform specific task in
certain situation. Hence we can make use of robots for
those tasks which are harmful for humans. This paper
describes about hand gesture robot which can be controlled
by normal hand gestures. Mainly it consists of two parts
transmitter and receiver. Transmitter will transmit the
signal according to the position of accelerometer and
receiver will receive the signal. Here the program is
designed by Arduino uno.
1. Introduction
Now a days robotics is a emerging technology in the field
of science. Various universities in the world are inventing
new things in the field. There are two types of robots viz.
wireless and wired and both need controller device.
Compared to the methods of controlling robots by means
of physical devices, the method of gesture control is
becoming very popular in recent years. Gesture means
movement of hand and gesture control means recognizing
and interpreting these movements controlling a robotic
system without any physical system. By using this
technology human machine interaction is becoming easy.
Basically it is wireless type of robotic system. Objective of
this project is to develop a gesture controlled robot.
Components used are Arduino uno mini, accelerometer
sensor ADXL335, RF module transmitter and receiver,
encoder, decoder, etc.
At first stage we design the circuit for transmitter and
receiver and wrote the codes for arduino boards of
transmitter and receiver and for stage two we embedded
these programs on arduino boards using arduino software
and mounting camera and the metal detector circuit on
our robot.
2. Proposed Work:
The whole project is separated into two parts viz.
transmitter and receiver circuit. Transmitter circuit
consists Arduino uno mini, ADXL335(3 axis
accelerometer), RF receiver module, antenna, motor drive,
Ht12E, two DC motors. We fixed the wheels on the chassis
and mounted the Dc motors on the back wheels and use
dummy wheels for the front. Mounted the L293DIC on
breadboard and place it on chassis. We placed the arduino
on chassis. The analog output values from 3 axis
accelerometer are read and converted to digital values by
arduino. Then these digital values by arduino. Then these
digital values are sent to the radio frequency transmitter
and from RF transmitter to RF receiver. So according to
the signal received at RF receiver robot moves to a
particular direction.
Block Diagram
3. Hardware used:
3.1 Arduino Nano
Arduino nano is a small microcontroller board. It is based
on ATmega328P. It has some functionality as the Arduino
uno. It works with Mini B USB cable.
Specifications:
Architecture AVR
Operating voltage 5V
Digital i/o pins 22(6 of which are PWM)
PWM output 6
Analog IN pin 8
DC current per I/O pins 4amp
Input voltage 7-12 V
It has 32kb flash memory. Every pin from the 14 pins can
be used as an input or output. It’s operating voltage is 5V.
every pin can provide or receive upto 40 mA. Also, it has
internal pull up resistor of 20k ohms. Nano has 8 analog
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5424
inputs, these provide 10 its of resolution. It is very flexible
and also easy to use hardware.
3.2 Accelerometer
we have used accelerometer sensor ADXL335,which is 3-
axis viz.x-axis, Y-axis and z-axis. It is really compact in
structure. Because of its small size it is suitable for hand
gesture. Also it requires low power to operate. It operates
on 3.3V from arduino oard.ADXL335 has 6 pins,3 pins for
x,y,z axis and other three are for power supply (vcc),
ground(GND) and self test(ST). ADXL335 has many
advantages such as low cost, compact size. Also it has very
good temperature stability.
3.3 Encoder
We have used HT12E encoder. It has 18 pins. We use
encoder for standardization purpose. It converts
information from one format to another required standard
format. HT12E is 2 raise to 12th series encoder IC. The
main purpose of HT12E is, it converts parallel input into
serial output and then transmission through RF module
takes place i.e. signal is sent to RF transmitter. Through RF
transmitter it is then transferred to RF receiver. There is
need to decode this signal in receiver circuit. So we use
decodes. Its operating voltage is 5V.
3.4 Decoder
Decoder we use should e of same series. HT12D is the
decoder. It also consists of 18 pins.
3.5 RF Transmitter and Receiver
RF module has one transmitter and receiver. Rf module is
used for transfer of radio signal in between two devices.
Each of module has different operating frequency. We
have used 443 MHz RF, as it is most suitable for our
project. There is need to use encoder and decoder to
encode information before transmission through RF
transmitter and decode information after receiving
through RF receiver. It operates on 5V power supply.
3.6 Motor drive
It is used for controlling speed of motor. Motor drive we
used is L293D. it has total 16 pins among these 16 pins 4
are input pins, 4 are output pins,4 are vcc pins and 4 are
ground pins. The main purpose of motor drive in our
project is to control two DC motor simultaneously in one
direction.
4. Working
The robot is wireless. It works on radio signal transfer
through radio module. The gesture controlled robot is the
robot which moves according to hand gestures. It consists
of two sections mainly i.e. transmitter circuit and receiver
circuit. Transmitter circuit consists of accelerometer
sensor which senses it in all three directions and passes
signal to arduino. Arduino reads analog output values
from accelerometer and convert it into digital values.
Then this signal is encoded within the encoder for
standardization purpose and sent via radio frequency
transmitter to receiver circuit is fitted on a hand glove.
So, controller can wear this glove and control robot
according to his hand movements.
5. Receiver circuit & Transmitter Circuit
Now, the receiver circuit consists of antenna, RF receiver,
decoder, motor drive, signal transferred by RF transmitter
is caught by antenna and then sent to radio frequency
receiver. This signal needs to be decoded, which is done by
the decoder and then transferred to motor drive.
According to this signal motor drive controls the direction
of DC motor on robot and finally according to signal our
robot moves in that specific direction.
Fig:-Transmitter Circuit
We have introduced a metal detector kit in this robot. This
metal detector can detect metal from distance. It is non-
contact type metal detector we have used here. After some
more enhancement in the robot we can use the robot for
landmine detection in military. Also, we have used camera
for survillance purpose.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5425
Fig:-Receiver circuit
6. Conclusion
In this paper, the robot which works on hand gestures has
been developed. The robot is wireless and moves
according to movments of hands. This is possible because
we have used RF module which transmits and receives the
radio signals between two devices. RF module used is
operating at 433 MHz. the range of our robot is between
50-80 meters. We added metal detector circuit. So that
after some more evolution it can be used for landmine
detection. Also camera has been used for surveillance
purpose.
7. Future scope
It can also be upgraded to bomb detecting robot as it has
robotic arm it can also lift the bomb. GPS system can be
added to the robot by the help of which its location can be
tracked.
8. Acknowledgement
We would like to thank Dr.K.K.Dhande and Prof. Vijay
Javanjal for their support and contributing ideas for this
paper. We would like to thank various open sources and
related papers that facilitated our work.
9. References
[1] RiyazMansuri, SandeshVakale, AshishShinde, Tanveer
Patel, “Hand Gesture Control Robot Vechile”, IJECT, Vol-4,
Issue SPL-2, PP. 77-80, JAN-MARCH 2013.
[2] Recimoto, J. GestureWrist and
GesturePad:“Unobtrusive Wearable Interaction Devices”,
Paper..Tokyo: Sony Computer Science Laboratories,
Inc,(2001)
[3] Zimmerman, T., Smith, J.R., Paradiso, J.A.Allport,D.,
Gershenfeld, N. “Applying Electric FieldSensing to Human-
Computer Interfaces”, Denver:ACM Press, (1995)
[4] Mitsubishi Electric Research Laboratories. MERL
(23.01.2007) “Television Set Controlled by Hand
Gestures”.

More Related Content

DOC
PDF
IRJET- i-Stroller (Robot)
PDF
IRJET- Bluetooth Controlled Metal Detecting Robot with Message Alert
PPTX
Gesture controled robot
PDF
IRJET - Zigbee based Street Light Control System
DOCX
Hand movement controlled robotic vehicle
PDF
IRJET- Automated Elevator-An Attentive Elevator to Elevate using Speech Recog...
PDF
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- i-Stroller (Robot)
IRJET- Bluetooth Controlled Metal Detecting Robot with Message Alert
Gesture controled robot
IRJET - Zigbee based Street Light Control System
Hand movement controlled robotic vehicle
IRJET- Automated Elevator-An Attentive Elevator to Elevate using Speech Recog...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...

What's hot (20)

DOC
Obstacle Detctor Robot report
PDF
B044020609
PDF
Iaetsd autonomous pick and place rover for long distance
PDF
IRJET- Design of an FPGA based Control System for Robot
PDF
IRJET- Android based Home Automation System with Power Optimization Modes
PDF
IRJET- Design and Implementation of Driverless Car using Machine Learning
PDF
IRJET - Speed Control of DC Motor by using IoT
PDF
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
DOCX
Obstacle avoiding robot.doc
PDF
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
PDF
ArduinoBased Head GestureControlled Robot UsingWireless Communication
PDF
Control robotic module using LIFA
PDF
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
PDF
V01 i010403
PDF
RFID AND GSM BASED CAMPUS SECURITY SYSTEM
DOC
Obstacle avoiding robot(Lab report)
PDF
IRJET - Expansion of Logic Gates using Trainer
PDF
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
DOC
WIRELESS ROBOT
PDF
Ijecet 06 06_004
Obstacle Detctor Robot report
B044020609
Iaetsd autonomous pick and place rover for long distance
IRJET- Design of an FPGA based Control System for Robot
IRJET- Android based Home Automation System with Power Optimization Modes
IRJET- Design and Implementation of Driverless Car using Machine Learning
IRJET - Speed Control of DC Motor by using IoT
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
Obstacle avoiding robot.doc
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
ArduinoBased Head GestureControlled Robot UsingWireless Communication
Control robotic module using LIFA
Major Project Synopsis Report on IoT based DC Motor Through a Web-site
V01 i010403
RFID AND GSM BASED CAMPUS SECURITY SYSTEM
Obstacle avoiding robot(Lab report)
IRJET - Expansion of Logic Gates using Trainer
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
WIRELESS ROBOT
Ijecet 06 06_004
Ad

Similar to IRJET- Design and Development of Gesture Controlled Robot (20)

PDF
Gesture Control Robot using Arduino
DOCX
Hand gesture controlled robot
PDF
Performance analysis of gesture controlled robotic car
DOCX
DLD-LAB-PROPOSAL
PDF
Gesture controlled car.pdf
DOCX
Gesture control robot
PDF
ACCELEROMETER BASED HAND GESTURE CONTROLLED ROBOT USING ARDUINO
PDF
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
PDF
Hand Gesture Control Robot
PDF
GESTURE CONTROLLED CbbhnjjnjjjjjAR (2).pdf
PDF
IRJET- An Approach to Accelerometer based Controlled Robot
PDF
PDF
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
PPTX
Gesture Control robot.pptx
PDF
IRJET- Design and Implementation of Gesture Controlled Robot with a Robotic ARM
PPTX
Gesture Controlled Robot
PPTX
Humanoid robot gesture control with wifi gesture.pptx
PPTX
Hand Gesture Controlled Wireless Robot
PPTX
PDF
Hhjkkkkgggggjkjgfhkkkkhgde5uiooitrdffffj
Gesture Control Robot using Arduino
Hand gesture controlled robot
Performance analysis of gesture controlled robotic car
DLD-LAB-PROPOSAL
Gesture controlled car.pdf
Gesture control robot
ACCELEROMETER BASED HAND GESTURE CONTROLLED ROBOT USING ARDUINO
Hand Motion Controlled Robotic Vehicle with Obstacle Detection
Hand Gesture Control Robot
GESTURE CONTROLLED CbbhnjjnjjjjjAR (2).pdf
IRJET- An Approach to Accelerometer based Controlled Robot
IRJET- Mechanical Design and Fabrication of Hand Motion Controlled Robotic...
Gesture Control robot.pptx
IRJET- Design and Implementation of Gesture Controlled Robot with a Robotic ARM
Gesture Controlled Robot
Humanoid robot gesture control with wifi gesture.pptx
Hand Gesture Controlled Wireless Robot
Hhjkkkkgggggjkjgfhkkkkhgde5uiooitrdffffj
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Lecture Notes Electrical Wiring System Components
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Geodesy 1.pptx...............................................
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Sustainable Sites - Green Building Construction
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Lecture Notes Electrical Wiring System Components
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
bas. eng. economics group 4 presentation 1.pptx
UNIT 4 Total Quality Management .pptx
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Geodesy 1.pptx...............................................
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
CH1 Production IntroductoryConcepts.pptx
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Sustainable Sites - Green Building Construction
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
UNIT-1 - COAL BASED THERMAL POWER PLANTS
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx

IRJET- Design and Development of Gesture Controlled Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5423 Design and Development of Gesture Controlled Robot Vijay Javanjal1, Ajeet Kumar2, Durriya Korasawala3, Gayatri Bari4, Aishwarya Narkhede5 1Professor, Dept. of Mechanical Engineering, Dr. D. Y Patil Inst. of Technology, Pune, India 2,3,4,5U.G Student, Dept. of Mechanical Engineering, Dr. D. Y Patil Inst. of Technology, Pune, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Basically robots are manufactured to perform specific tasks which human cannot perform. We can make use of robots where conditions are quite certain like rescue operations, fire fighting. Robots follow the instruction of human and can perform task on that basis. In this way, human can instruct the robot to perform specific task in certain situation. Hence we can make use of robots for those tasks which are harmful for humans. This paper describes about hand gesture robot which can be controlled by normal hand gestures. Mainly it consists of two parts transmitter and receiver. Transmitter will transmit the signal according to the position of accelerometer and receiver will receive the signal. Here the program is designed by Arduino uno. 1. Introduction Now a days robotics is a emerging technology in the field of science. Various universities in the world are inventing new things in the field. There are two types of robots viz. wireless and wired and both need controller device. Compared to the methods of controlling robots by means of physical devices, the method of gesture control is becoming very popular in recent years. Gesture means movement of hand and gesture control means recognizing and interpreting these movements controlling a robotic system without any physical system. By using this technology human machine interaction is becoming easy. Basically it is wireless type of robotic system. Objective of this project is to develop a gesture controlled robot. Components used are Arduino uno mini, accelerometer sensor ADXL335, RF module transmitter and receiver, encoder, decoder, etc. At first stage we design the circuit for transmitter and receiver and wrote the codes for arduino boards of transmitter and receiver and for stage two we embedded these programs on arduino boards using arduino software and mounting camera and the metal detector circuit on our robot. 2. Proposed Work: The whole project is separated into two parts viz. transmitter and receiver circuit. Transmitter circuit consists Arduino uno mini, ADXL335(3 axis accelerometer), RF receiver module, antenna, motor drive, Ht12E, two DC motors. We fixed the wheels on the chassis and mounted the Dc motors on the back wheels and use dummy wheels for the front. Mounted the L293DIC on breadboard and place it on chassis. We placed the arduino on chassis. The analog output values from 3 axis accelerometer are read and converted to digital values by arduino. Then these digital values by arduino. Then these digital values are sent to the radio frequency transmitter and from RF transmitter to RF receiver. So according to the signal received at RF receiver robot moves to a particular direction. Block Diagram 3. Hardware used: 3.1 Arduino Nano Arduino nano is a small microcontroller board. It is based on ATmega328P. It has some functionality as the Arduino uno. It works with Mini B USB cable. Specifications: Architecture AVR Operating voltage 5V Digital i/o pins 22(6 of which are PWM) PWM output 6 Analog IN pin 8 DC current per I/O pins 4amp Input voltage 7-12 V It has 32kb flash memory. Every pin from the 14 pins can be used as an input or output. It’s operating voltage is 5V. every pin can provide or receive upto 40 mA. Also, it has internal pull up resistor of 20k ohms. Nano has 8 analog
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5424 inputs, these provide 10 its of resolution. It is very flexible and also easy to use hardware. 3.2 Accelerometer we have used accelerometer sensor ADXL335,which is 3- axis viz.x-axis, Y-axis and z-axis. It is really compact in structure. Because of its small size it is suitable for hand gesture. Also it requires low power to operate. It operates on 3.3V from arduino oard.ADXL335 has 6 pins,3 pins for x,y,z axis and other three are for power supply (vcc), ground(GND) and self test(ST). ADXL335 has many advantages such as low cost, compact size. Also it has very good temperature stability. 3.3 Encoder We have used HT12E encoder. It has 18 pins. We use encoder for standardization purpose. It converts information from one format to another required standard format. HT12E is 2 raise to 12th series encoder IC. The main purpose of HT12E is, it converts parallel input into serial output and then transmission through RF module takes place i.e. signal is sent to RF transmitter. Through RF transmitter it is then transferred to RF receiver. There is need to decode this signal in receiver circuit. So we use decodes. Its operating voltage is 5V. 3.4 Decoder Decoder we use should e of same series. HT12D is the decoder. It also consists of 18 pins. 3.5 RF Transmitter and Receiver RF module has one transmitter and receiver. Rf module is used for transfer of radio signal in between two devices. Each of module has different operating frequency. We have used 443 MHz RF, as it is most suitable for our project. There is need to use encoder and decoder to encode information before transmission through RF transmitter and decode information after receiving through RF receiver. It operates on 5V power supply. 3.6 Motor drive It is used for controlling speed of motor. Motor drive we used is L293D. it has total 16 pins among these 16 pins 4 are input pins, 4 are output pins,4 are vcc pins and 4 are ground pins. The main purpose of motor drive in our project is to control two DC motor simultaneously in one direction. 4. Working The robot is wireless. It works on radio signal transfer through radio module. The gesture controlled robot is the robot which moves according to hand gestures. It consists of two sections mainly i.e. transmitter circuit and receiver circuit. Transmitter circuit consists of accelerometer sensor which senses it in all three directions and passes signal to arduino. Arduino reads analog output values from accelerometer and convert it into digital values. Then this signal is encoded within the encoder for standardization purpose and sent via radio frequency transmitter to receiver circuit is fitted on a hand glove. So, controller can wear this glove and control robot according to his hand movements. 5. Receiver circuit & Transmitter Circuit Now, the receiver circuit consists of antenna, RF receiver, decoder, motor drive, signal transferred by RF transmitter is caught by antenna and then sent to radio frequency receiver. This signal needs to be decoded, which is done by the decoder and then transferred to motor drive. According to this signal motor drive controls the direction of DC motor on robot and finally according to signal our robot moves in that specific direction. Fig:-Transmitter Circuit We have introduced a metal detector kit in this robot. This metal detector can detect metal from distance. It is non- contact type metal detector we have used here. After some more enhancement in the robot we can use the robot for landmine detection in military. Also, we have used camera for survillance purpose.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 5425 Fig:-Receiver circuit 6. Conclusion In this paper, the robot which works on hand gestures has been developed. The robot is wireless and moves according to movments of hands. This is possible because we have used RF module which transmits and receives the radio signals between two devices. RF module used is operating at 433 MHz. the range of our robot is between 50-80 meters. We added metal detector circuit. So that after some more evolution it can be used for landmine detection. Also camera has been used for surveillance purpose. 7. Future scope It can also be upgraded to bomb detecting robot as it has robotic arm it can also lift the bomb. GPS system can be added to the robot by the help of which its location can be tracked. 8. Acknowledgement We would like to thank Dr.K.K.Dhande and Prof. Vijay Javanjal for their support and contributing ideas for this paper. We would like to thank various open sources and related papers that facilitated our work. 9. References [1] RiyazMansuri, SandeshVakale, AshishShinde, Tanveer Patel, “Hand Gesture Control Robot Vechile”, IJECT, Vol-4, Issue SPL-2, PP. 77-80, JAN-MARCH 2013. [2] Recimoto, J. GestureWrist and GesturePad:“Unobtrusive Wearable Interaction Devices”, Paper..Tokyo: Sony Computer Science Laboratories, Inc,(2001) [3] Zimmerman, T., Smith, J.R., Paradiso, J.A.Allport,D., Gershenfeld, N. “Applying Electric FieldSensing to Human- Computer Interfaces”, Denver:ACM Press, (1995) [4] Mitsubishi Electric Research Laboratories. MERL (23.01.2007) “Television Set Controlled by Hand Gestures”.