SlideShare a Scribd company logo
WIRELESS GESTURE
CONTROLLED
ROBOT
USING ACCELEROMETER
NAME –LOKENDAR KUMAR PAL
BE.TECH (ECE)
COLLOGE-DEV BHOOMI INSTITUE OF
TECHNOLOGY,DEHRADUUN.
INTRODUCTION
LOKENDAR KUMAR PAL
 A Gesture Controlled robot is a kind of
robot which can be controlled by your hand
gestures not by old buttons.
 You just need to wear a small transmitting
device in your hand which included an
acceleration meter.

 This will transmit an appropriate command
to the robot so that it can do whatever we
want.
LOKENDAR KUMAR PAL
 The transmitting device included a
comparator IC for analog to digital
conversion and an encoder IC(HT12E)
which is use to encode the four bit data
and then it will transmit by an RF
Transmitter module.
 At the receiving end an RF Receiver
module receiver's the encoded data and
decode it by an decoder IC(HT12D).
 This data is then processed by a
microcontroller (ATMEGA 16) and finally
our motor driver to control the motor's
LOKENDAR KUMAR PAL
Robot
Gesture device
LOKENDAR KUMAR PAL
 As we can see in the images one is robot
and the another is to transmit the gesture
data to robot.
 Now its time to break the task in different
module's to make the task easy and
simple any Project become easy or error
free if it is done in different modules. As
our project is already divided into two
different part transmitter and receiver.
LOKENDAR KUMAR PAL
CIRCUIT DIAGRAM FOR RECIEVER
A
T
M
E
G
A
1
6
LOKENDAR KUMAR PAL
CIRCUIT DIAGRAM FOR TRANSMITER
LOKENDAR KUMAR PAL
CIRCUIT DESCRIPTION
 Transmitter device or Gesture device: This
part contain four module in it--
 1- Accelerometer
 2- Comparator
 3- Encoder(HT12E)
 4- RF Transmitter
LOKENDAR KUMAR PAL
Accelerometer:-
 An Accelerometer is a kind
of sensor which gives an
analog data while moving
in X,Y,Z direction or may
be X,Y direction only
depends on the type of the
sensor.
 Here is a small image of an
Accelerometer shown. We
can see in the image that
their are some arrow
showing if we tilt these
sensor's in that direction
then the data at that
corresponding pin will
change in the analog form. LOKENDAR KUMAR PAL
 A Accelerometer have 6 pins-
 1- VDD- We will give the +5volt to this pin
 2- GND- We simply connect this pin to the
ground for biasing.
 3- X- On this pin we will receive the analog
data for x direction movement.
 4- Y- On this pin we will receive the analog
data for y direction movement.
 5- Z- On this pin we will receive the analog
data for z direction movement.
 6- ST- this pin is use to set the sensitivity of
the accelerometer 1.5g/2g/3g/4g.
LOKENDAR KUMAR PAL
COMPARATOR
 For the purpose to change the
analog voltage into digital we use
comparator which compare that
analog voltage to a reference
voltage and give a particular high
or low voltage.
 LM324 IC The figure shown here is
comparator IC. The pin 1,7,8 and
14 are use to give out put to the
microcontroller. We should connect
a reference voltage to the -ve
terminal for high output when input
is high(+ve terminal for high output
when input is low) from the LM324
IC.
 In this circuit we compare the data
from x with two terminal one for
positive x direction and negative x
direction and same for y direction.
 LOKENDAR KUMAR PAL
Encoder(HT12E IC):-
 The HT12E is an 4bit encoder which
encode the input data applied on it .The
pin description of the HT12E is shown in
the figure .
 Pin (1 to 8) A0-A7 known as address bits
so we do not need to consider them. Pin
no (9 and 18) are use to bias the IC as
pin-18 as VCC and pin-9 as GND Pin - 17
is connected to the rf transmitter module
Pin.
 Pin-16 and pin-15 are connected by an
Osc resistor known as Roscc(1.1
Mohm).Pin-14 is connected to ground to
enable the transmit.
 Pin-13 to pin-10 are known as AD0 to
AD3 those having the 4bit data which is
required to transmit.
LOKENDAR KUMAR PAL
RF Transmitter Module(TX):-
 The transmitter module is
working on the frequency of
433MHz and is easily available
in the market at the cost of
250rs .
 The vcc pin is connected to
the +terminal in the circuit.
 The data pin is connected to
the HT12E(pin no-17) that is
transmitted or we can say
that encoded data.
 The next pin is shown in
figure is GND that is
connected to the ground
terminal.
 Now the last pin ANT this is
connected to a small wire as
an antenna.
LOKENDAR KUMAR PAL
Receiver or Robot
 This part contain four module--
 1. Receiver
 2. Decoder(HT12D)
 3. Process(microcontroller 8051)
 4. Actuator (Motor driver L293D)
LOKENDAR KUMAR PAL
RF Receiver Module(RX):-
 The RF receiver module will
receive the data which is
transferred by the gesture
device. It is also working as
similar to the transmitter
module.
 Connect the +vcc pin to the
5volt terminal Connect the
ground pin to the ground
terminal.
 The data pin is then connected to
the HT12D (pin-14). So that we
can get the decoded 4 bit data
Connect the +vcc pin to the
5volt terminal Connect the
ground pin to the ground
terminal.
 The data pin is then connected to
the HT12D (pin-14). So that we
can get the decoded 4 bit data
LOKENDAR KUMAR PAL
Decoder (HT12D):-
 In a very simple way we can say that an
HT12D converts that serial data into
parallel which is received by the rf
receiver module. The input data is
decoded when no error or unmatched
codes are found. A valid transmission in
indicated by a high signal at VT pin that is
pin no 17.
 Pin 18 : It is use to give the +vcc or
biasing to the IC HT12D this pin is
connected with the +5 volt.
 Pin 17 : It is the valid transmission pin it
will high when the transmission is ok so
that we connected this pin to an led for
indication.
 Pin 16-15: we connect these two pin
directly by a 51k resistor.
 Pin 14 : This pin is connected with the rf
receiver module data pin to receiving the
 serial data.
 Pin 10-13: These pins are data pin which
is transferred by the gesture module LOKENDAR KUMAR PAL
Process (Microcontroller ATMEGA 16):
 The processing is the most important part of
the robot. Till now we get the data from the
decoder now based on that data we have to
make some decision so here the role of
microcontroller is coming up. We use an
ATMEGA16 microcontroller for our circuit to give
them a decision capability. Our microcontroller
is made up by Atmel the product name is
ATMEGA 16.
LOKENDAR KUMAR PAL
LOKENDAR KUMAR PAL
 The basic circuit to
initialize the
microcontroller is
 we use the port 1 as an
input port and port 2
as an output port.
 so the Data from the
decoder will connect
with pin 1,2,3,4 and
motor should be
 connect with pin
21,22,23,24.
 For forward the data to
the Port2 is 0a or for
backward it is 05 then
for left its 02 and
 for right it is 08.
LOKENDAR KUMAR PAL
ACTUATOR'S(L293D):
 The Actuator's are those devices which actually
gives the movement or to do a task like motor's.
 In the real world their are various types of
motor's available which works on different
voltages.
 So we need motor driver for running them
through the controller. To get interface between
motor and microcontroller . We use L293D motor
driver IC in our circuit.
 Motor driver as in the circuit a 2 pin male
connector is connected to the pin 8 this will
provide the operating voltage for the motor like
if we want to run, our voltage on 12 volt. so we
just have to connec12volt power source
LOKENDAR KUMAR PAL
LOKENDAR KUMAR PAL
SOFTWARE USED:
 AVR Studio 4.:- For programming
 Proteus.:- for simulation
LOKENDAR KUMAR PAL
APPLICATION:
 Explosive Material Detection for Police,
Military.
 To search mines ,survey in dangerous area
where man can’t travel.
 To make mobile BOM to damage enemy
tanks,bunkars etc. for military purpose etc.
LOKENDAR KUMAR PAL
FUTURE SCOPE:
 We can add explosive material Detector to
track the path of Army.
 We can Drive our Robot in Heavy traffic from
anywhere using our Remote.
 We can add webcam to see the traffic in our
laptop.
LOKENDAR KUMAR PAL
THANK YOU !!
LOKENDAR KUMAR PAL

More Related Content

PDF
ACCELEROMETER BASED GESTURE ROBO CAR
PPTX
GESTURE CONTROL ROBOT
PPTX
Human robot interaction based on gesture identification
PPTX
Gesture controled robot
PPTX
Hand Gesture Controlled Wireless Robot
PPTX
Presentation on gesture control robot
DOCX
Hand gesture controlled robot
PPTX
Gesture Control Robot
ACCELEROMETER BASED GESTURE ROBO CAR
GESTURE CONTROL ROBOT
Human robot interaction based on gesture identification
Gesture controled robot
Hand Gesture Controlled Wireless Robot
Presentation on gesture control robot
Hand gesture controlled robot
Gesture Control Robot

What's hot (20)

DOCX
Gesture control robot
PPTX
Gesture control robot using accelerometer ppt
PPT
accelerometer based gesture controlled robotic arm
PPTX
Mems based hand gesture controlled robot
PDF
ArduinoBased Head GestureControlled Robot UsingWireless Communication
PPTX
gesture recognition robot
PPTX
Gesture Controlled Robot
PPTX
Gesture based appliance control
PPTX
presentation
PDF
Wireless gesture Controlled Robot
PPTX
Hand Gesture controlled Robotic Arm | Android | Arduino
PPTX
GESTURE CONTROL ROBOTS
PPTX
Hand Gesture Controlled Robot
PPTX
Hand gesture controlled wheel chair
PPTX
Hand gesture controlled robot with arduino
DOCX
Hand movement controlled robotic vehicle
PPTX
Gesture control bot
PDF
IRJET- Vehicle Black Box System using IoT
PDF
Intelligent incremental encoders from ifm. The first with display and IO-Link.
PPTX
Wireless gesture controlled robotic arm
Gesture control robot
Gesture control robot using accelerometer ppt
accelerometer based gesture controlled robotic arm
Mems based hand gesture controlled robot
ArduinoBased Head GestureControlled Robot UsingWireless Communication
gesture recognition robot
Gesture Controlled Robot
Gesture based appliance control
presentation
Wireless gesture Controlled Robot
Hand Gesture controlled Robotic Arm | Android | Arduino
GESTURE CONTROL ROBOTS
Hand Gesture Controlled Robot
Hand gesture controlled wheel chair
Hand gesture controlled robot with arduino
Hand movement controlled robotic vehicle
Gesture control bot
IRJET- Vehicle Black Box System using IoT
Intelligent incremental encoders from ifm. The first with display and IO-Link.
Wireless gesture controlled robotic arm
Ad

Viewers also liked (20)

PDF
Wireless Gesture Controlled Robot (FYP Report)
PPTX
Hand gesture based wheel chair for disable
PPTX
HAND GESTURE CONTROLLED WHEEL CHAIR
PPT
Unit i
PPTX
Pc controlled robot
PDF
Automation in agriculture field using arm 7 based robot
PPTX
Highlights from the Oct 24 - Nov 5, 2016 Seminar
PPTX
rescue robot based on embedded and ROV
PPTX
Brain technology
PPTX
embedded systems and robotics on avr platform
PPTX
Obstacle Avoidance Robot
PPTX
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
PPT
Moct magneto-optic-current-transformer
DOCX
Arduino bluetooth controlled robot
DOCX
Pick and place Line following robot report
PPT
Introduction to Mobile IPv6
PDF
IPv6 Fundamentals
PPT
AVR Fundamentals
PPTX
Diode - Operational Principle
Wireless Gesture Controlled Robot (FYP Report)
Hand gesture based wheel chair for disable
HAND GESTURE CONTROLLED WHEEL CHAIR
Unit i
Pc controlled robot
Automation in agriculture field using arm 7 based robot
Highlights from the Oct 24 - Nov 5, 2016 Seminar
rescue robot based on embedded and ROV
Brain technology
embedded systems and robotics on avr platform
Obstacle Avoidance Robot
MEMS ACCELEROMETER BASED NONSPECIFIC – USER HAND GESTURE RECOGNITION
Moct magneto-optic-current-transformer
Arduino bluetooth controlled robot
Pick and place Line following robot report
Introduction to Mobile IPv6
IPv6 Fundamentals
AVR Fundamentals
Diode - Operational Principle
Ad

Similar to WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER (20)

PPTX
accelerometer based robot.pptx
PDF
Rf controlled pick up and drop robot
PDF
Hand Gesture Control Robot
PPTX
Tunnel robot ppt
PDF
Gesture Control Robot using Arduino
PDF
IRJET- Design and Development of Gesture Controlled Robot
PPTX
Gesture controlled Robot
PDF
IRJET- Explosive Ordinanace Disposal Robot
DOCX
DLD-LAB-PROPOSAL
DOCX
Gesture control robot using accelerometer documentation
PPTX
k10681
PPTX
Remote Operated Spy Robot Circuit
DOC
DOCX
Rf module interfacing without microcontrollers
PPTX
Newppt major
PPTX
Multitasking automated frame
PPTX
Robotic Hand
PPTX
PDF
Performance analysis of gesture controlled robotic car
PPT
RC Car detailed analysis
accelerometer based robot.pptx
Rf controlled pick up and drop robot
Hand Gesture Control Robot
Tunnel robot ppt
Gesture Control Robot using Arduino
IRJET- Design and Development of Gesture Controlled Robot
Gesture controlled Robot
IRJET- Explosive Ordinanace Disposal Robot
DLD-LAB-PROPOSAL
Gesture control robot using accelerometer documentation
k10681
Remote Operated Spy Robot Circuit
Rf module interfacing without microcontrollers
Newppt major
Multitasking automated frame
Robotic Hand
Performance analysis of gesture controlled robotic car
RC Car detailed analysis

Recently uploaded (20)

PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Pre independence Education in Inndia.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Computing-Curriculum for Schools in Ghana
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Cell Types and Its function , kingdom of life
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
STATICS OF THE RIGID BODIES Hibbelers.pdf
O5-L3 Freight Transport Ops (International) V1.pdf
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
human mycosis Human fungal infections are called human mycosis..pptx
Renaissance Architecture: A Journey from Faith to Humanism
Microbial diseases, their pathogenesis and prophylaxis
Pre independence Education in Inndia.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Computing-Curriculum for Schools in Ghana
Anesthesia in Laparoscopic Surgery in India
Cell Types and Its function , kingdom of life
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Abdominal Access Techniques with Prof. Dr. R K Mishra
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
VCE English Exam - Section C Student Revision Booklet
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
Pharmacology of Heart Failure /Pharmacotherapy of CHF

WIRELESS GESTURED CONTROLLED ROBOT USING ACCELEROMETER

  • 1. WIRELESS GESTURE CONTROLLED ROBOT USING ACCELEROMETER NAME –LOKENDAR KUMAR PAL BE.TECH (ECE) COLLOGE-DEV BHOOMI INSTITUE OF TECHNOLOGY,DEHRADUUN.
  • 3.  A Gesture Controlled robot is a kind of robot which can be controlled by your hand gestures not by old buttons.  You just need to wear a small transmitting device in your hand which included an acceleration meter.   This will transmit an appropriate command to the robot so that it can do whatever we want. LOKENDAR KUMAR PAL
  • 4.  The transmitting device included a comparator IC for analog to digital conversion and an encoder IC(HT12E) which is use to encode the four bit data and then it will transmit by an RF Transmitter module.  At the receiving end an RF Receiver module receiver's the encoded data and decode it by an decoder IC(HT12D).  This data is then processed by a microcontroller (ATMEGA 16) and finally our motor driver to control the motor's LOKENDAR KUMAR PAL
  • 6.  As we can see in the images one is robot and the another is to transmit the gesture data to robot.  Now its time to break the task in different module's to make the task easy and simple any Project become easy or error free if it is done in different modules. As our project is already divided into two different part transmitter and receiver. LOKENDAR KUMAR PAL
  • 7. CIRCUIT DIAGRAM FOR RECIEVER A T M E G A 1 6 LOKENDAR KUMAR PAL
  • 8. CIRCUIT DIAGRAM FOR TRANSMITER LOKENDAR KUMAR PAL
  • 9. CIRCUIT DESCRIPTION  Transmitter device or Gesture device: This part contain four module in it--  1- Accelerometer  2- Comparator  3- Encoder(HT12E)  4- RF Transmitter LOKENDAR KUMAR PAL
  • 10. Accelerometer:-  An Accelerometer is a kind of sensor which gives an analog data while moving in X,Y,Z direction or may be X,Y direction only depends on the type of the sensor.  Here is a small image of an Accelerometer shown. We can see in the image that their are some arrow showing if we tilt these sensor's in that direction then the data at that corresponding pin will change in the analog form. LOKENDAR KUMAR PAL
  • 11.  A Accelerometer have 6 pins-  1- VDD- We will give the +5volt to this pin  2- GND- We simply connect this pin to the ground for biasing.  3- X- On this pin we will receive the analog data for x direction movement.  4- Y- On this pin we will receive the analog data for y direction movement.  5- Z- On this pin we will receive the analog data for z direction movement.  6- ST- this pin is use to set the sensitivity of the accelerometer 1.5g/2g/3g/4g. LOKENDAR KUMAR PAL
  • 12. COMPARATOR  For the purpose to change the analog voltage into digital we use comparator which compare that analog voltage to a reference voltage and give a particular high or low voltage.  LM324 IC The figure shown here is comparator IC. The pin 1,7,8 and 14 are use to give out put to the microcontroller. We should connect a reference voltage to the -ve terminal for high output when input is high(+ve terminal for high output when input is low) from the LM324 IC.  In this circuit we compare the data from x with two terminal one for positive x direction and negative x direction and same for y direction.  LOKENDAR KUMAR PAL
  • 13. Encoder(HT12E IC):-  The HT12E is an 4bit encoder which encode the input data applied on it .The pin description of the HT12E is shown in the figure .  Pin (1 to 8) A0-A7 known as address bits so we do not need to consider them. Pin no (9 and 18) are use to bias the IC as pin-18 as VCC and pin-9 as GND Pin - 17 is connected to the rf transmitter module Pin.  Pin-16 and pin-15 are connected by an Osc resistor known as Roscc(1.1 Mohm).Pin-14 is connected to ground to enable the transmit.  Pin-13 to pin-10 are known as AD0 to AD3 those having the 4bit data which is required to transmit. LOKENDAR KUMAR PAL
  • 14. RF Transmitter Module(TX):-  The transmitter module is working on the frequency of 433MHz and is easily available in the market at the cost of 250rs .  The vcc pin is connected to the +terminal in the circuit.  The data pin is connected to the HT12E(pin no-17) that is transmitted or we can say that encoded data.  The next pin is shown in figure is GND that is connected to the ground terminal.  Now the last pin ANT this is connected to a small wire as an antenna. LOKENDAR KUMAR PAL
  • 15. Receiver or Robot  This part contain four module--  1. Receiver  2. Decoder(HT12D)  3. Process(microcontroller 8051)  4. Actuator (Motor driver L293D) LOKENDAR KUMAR PAL
  • 16. RF Receiver Module(RX):-  The RF receiver module will receive the data which is transferred by the gesture device. It is also working as similar to the transmitter module.  Connect the +vcc pin to the 5volt terminal Connect the ground pin to the ground terminal.  The data pin is then connected to the HT12D (pin-14). So that we can get the decoded 4 bit data Connect the +vcc pin to the 5volt terminal Connect the ground pin to the ground terminal.  The data pin is then connected to the HT12D (pin-14). So that we can get the decoded 4 bit data LOKENDAR KUMAR PAL
  • 17. Decoder (HT12D):-  In a very simple way we can say that an HT12D converts that serial data into parallel which is received by the rf receiver module. The input data is decoded when no error or unmatched codes are found. A valid transmission in indicated by a high signal at VT pin that is pin no 17.  Pin 18 : It is use to give the +vcc or biasing to the IC HT12D this pin is connected with the +5 volt.  Pin 17 : It is the valid transmission pin it will high when the transmission is ok so that we connected this pin to an led for indication.  Pin 16-15: we connect these two pin directly by a 51k resistor.  Pin 14 : This pin is connected with the rf receiver module data pin to receiving the  serial data.  Pin 10-13: These pins are data pin which is transferred by the gesture module LOKENDAR KUMAR PAL
  • 18. Process (Microcontroller ATMEGA 16):  The processing is the most important part of the robot. Till now we get the data from the decoder now based on that data we have to make some decision so here the role of microcontroller is coming up. We use an ATMEGA16 microcontroller for our circuit to give them a decision capability. Our microcontroller is made up by Atmel the product name is ATMEGA 16. LOKENDAR KUMAR PAL
  • 20.  The basic circuit to initialize the microcontroller is  we use the port 1 as an input port and port 2 as an output port.  so the Data from the decoder will connect with pin 1,2,3,4 and motor should be  connect with pin 21,22,23,24.  For forward the data to the Port2 is 0a or for backward it is 05 then for left its 02 and  for right it is 08. LOKENDAR KUMAR PAL
  • 21. ACTUATOR'S(L293D):  The Actuator's are those devices which actually gives the movement or to do a task like motor's.  In the real world their are various types of motor's available which works on different voltages.  So we need motor driver for running them through the controller. To get interface between motor and microcontroller . We use L293D motor driver IC in our circuit.  Motor driver as in the circuit a 2 pin male connector is connected to the pin 8 this will provide the operating voltage for the motor like if we want to run, our voltage on 12 volt. so we just have to connec12volt power source LOKENDAR KUMAR PAL
  • 23. SOFTWARE USED:  AVR Studio 4.:- For programming  Proteus.:- for simulation LOKENDAR KUMAR PAL
  • 24. APPLICATION:  Explosive Material Detection for Police, Military.  To search mines ,survey in dangerous area where man can’t travel.  To make mobile BOM to damage enemy tanks,bunkars etc. for military purpose etc. LOKENDAR KUMAR PAL
  • 25. FUTURE SCOPE:  We can add explosive material Detector to track the path of Army.  We can Drive our Robot in Heavy traffic from anywhere using our Remote.  We can add webcam to see the traffic in our laptop. LOKENDAR KUMAR PAL