You are on page 1of 17

GESTURE CONTROLLED SLIDE

NAVIGATOR

(UNDER THE GUIDANCE OF )

MS. GITANJALI PANDOVE

Submitted To:- ECE DEPARTMENT DCRUST MURTHAL


MOTIVATION
 Power-point presentation tool is one of the trending
method for many people who are exchanging
knowledge.
 The speaker’s best position is between the audience
and screen of power-point and this location is far
away the mouse or keyboard.
 So why not build a project which can navigate
between the slide by the gesture of presenter.
OBJECTIVES
 Interactive Presentation
 No Operator Required
 No Disturbance
 Wireless Navigation
CONCEPT
 Accelerometer sensor measures acceleration forces.
 Provide an analog data while moving in X,Y,Z
direction.
 Convert to digital form.
 Transport data wirelessly.
 Processed By Microcontroller.
 Swipe Controller Application
BLOCK DIAGRAM
TRANSMITTER
 This circuit will be attached to the hand of user.
 Accelerometer sensor will sense the input.
 Comparator will convert the analog to digital form.
 Encoder will encode the input into 4-bit signal.
 Encoded data will be transmitted by RF transmitter.
TRANSMITTER CIRCUIT
RECEIVER
 This circuit will be interfaced to laptop using USB
cable.
 The RF receiver will receive 4-bit encoded data.
 Decoder will decode the data and will give it to
microcontroller.
 Data will be processed by microcontroller.
 Particular command will be passed to laptop.
RECEIVER CIRCUIT
COMPONENTS
Accelerometer(ADXL335)
 Gives an analog data while

moving in X,Y,Z direction.


 ADXL335 has a measuring

range of ±3 g.
 16 pin module.

 When sensor is tilted in a particular direction the


signal will appear on the corresponding pin.
Comparator(LM324)
 Change the analog voltage
into digital.
 The pin 1,7,8 and 14 are
use to give output.
 Compare the analog voltage
to a reference voltage and
gives a particular high or low
voltage.
Encoder (HT12E IC)

 HT12E is a 4-bit encoder.


 A0-A7 known as address
bits.
 Pin-17 is connected to
RF transmitter module.
 Pin-16 and Pin-15 are
connected by an Osc
resistor.
RF Transmitter Module (TX)

 Transmitter module is
working on the frequency
of 433MHz.
 The data pin is connected
to the HT12E (pin no-17)-
encoded data.
 ANT is connected to small
wire as an antenna.
RF Receiver Module (RX)

 Receive the data which is


transferred by the gesture
device.
 The data pin is then connected

to the HT12D.
Decoder (HT12D)

 Decoder IC (HT12D)
converts serial data
into parallel.
 Pin 17:valid transmission

pin.
 Pin 14: This is connected

with the RF receiver


module data
Microcontroller (PIC18F4580)
 Peripheral Interface Controller.
 8 bit microcontroller.
 40 pin microcontroller.
 Divided into 5 I/O ports.
 16 bit address bus and 8 bit data bus.
 PICKit 2 will be used to program the microcontroller.
 RISC architecture.
 Wide range of interfaces including I²C, A/D, PWM.
Pin Diagram

U1
13 15
OSC1/CLKI RC0/T1OSO/T1CKI
1 16
MCLR/VPP RC1/T1OSI
17
RC2/CCP1
2 18
RA0/AN0/CVREF RC3/SCK/SCL
3 23
RA1/AN1 RC4/SDI/SDA
4 24
RA2/AN2/VREF- RC5/SDO
5 25
RA3/AN3/VREF+ RC6/TX/CK
6 26
RA4/T0CKI RC7/RX/DT
7
RA5/AN4/SS/LVDIN
14 19
RA6/OSC2/CLKO RD0/PSP0/C1IN+
20
RD1/PSP1/C1IN-
33 21
RB0/INT0 RD2/PSP2/C2IN+
34 22
RB1/INT1 RD3/PSP3/C2IN-
35 27
RB2/INT2/CANTX RD4/PSP4/ECCP1/P1A
36 28
RB3/CANRX RD5/PSP5/P1B
37 29
RB4 RD6/PSP6/P1C
38 30
RB5/PGM RD7/PSP7/P1D
39
RB6/PGC
40 8
RB7/PGD RE0/RD/AN5
9
RE1/WR/C1OUT/AN6
10
RE2/CS/C2OUT/AN7
PIC18F458

You might also like