21
REAL TIME VEHICLE TRACKING SYSTEM Using GPS and GSM

Vehicle tracking system using GSM and GPS

Embed Size (px)

Citation preview

Page 1: Vehicle tracking system using GSM and GPS

REAL TIME VEHICLE TRACKING SYSTEMUsing GPS and GSM

Page 2: Vehicle tracking system using GSM and GPS

230 to 12 VStep Down Transformer

AT89S52µc

MAX232

GSM Modem GPS Modem

16x2 LCD Display

Relay

Block Diagram:

Page 3: Vehicle tracking system using GSM and GPS

Power Supply

Page 4: Vehicle tracking system using GSM and GPS

Transformer(12-0-12)V :i) Step

down ii) 0-9V

with 500mARectifier:=> Bridge Rectifier

=> Bidirectional to unidirectional

Page 5: Vehicle tracking system using GSM and GPS

Voltage Regulator: 7805 for 5V constant DC

Filter: => Capacitor of 1000µF and 25/50V

Page 6: Vehicle tracking system using GSM and GPS

AT89S52 Microcontroller:

AT89S52

Page 7: Vehicle tracking system using GSM and GPS

Features:o Compatibility with the MCS 51 familyo 8-bit CPU frequency up to 33MHz;o RAM: 256 Byteso Flash memory: 8K Byteso 3 timers / counters of 16 bits;o Two data pointerso 1 serial port (full duplex UART)o supports up to 10 000 rewriteso contains the oscillator;o Short programming time.

Page 8: Vehicle tracking system using GSM and GPS

GPS and GSM

Page 9: Vehicle tracking system using GSM and GPS

GPS

Page 10: Vehicle tracking system using GSM and GPS

Þ To Find location by using Latitude and Longitude data

Why we use GPS ?

Features of GPS: 24 Satellites at different orbitsRevolve around Earth twice a day

For a 2D location, 3 GPS Satellites are used

For a 3D location, more than 3 Satellites are used

Page 11: Vehicle tracking system using GSM and GPS

How it Works ?

TriangulationAugmentation

Page 12: Vehicle tracking system using GSM and GPS

A GPS Signal contains three different bits of information(1).Pseudo random code

(2).Ephemeris data

(3).Almanac data

THE SIGNAL

Page 13: Vehicle tracking system using GSM and GPS

BASIC CONCEPTS OF GPS Receivers require clear line-of-sight; thus, they will not work indoors or

where tall objects obscure the sky

Page 14: Vehicle tracking system using GSM and GPS

GSM

Page 15: Vehicle tracking system using GSM and GPS
Page 16: Vehicle tracking system using GSM and GPS
Page 17: Vehicle tracking system using GSM and GPS
Page 18: Vehicle tracking system using GSM and GPS

IC MAX232: • MAX232 IC is used to convert the TTL/CMOS logic levels to RS232 logic levels during serial communication of microcontrollers with PC

• The controller operates at TTL logic level (0-5V)

• whereas the serial communication in PC works on RS232 standards (-25 V to + 25V)

Page 19: Vehicle tracking system using GSM and GPS

Schematic Diagram

Page 20: Vehicle tracking system using GSM and GPS

APPLICATIONS: Stolen vehicle recovery . Field service management. It is used for food delivery and car rental companies.

ADVANTAGES: It provides more security than other system. From the remote place we can access the system.

Page 21: Vehicle tracking system using GSM and GPS

ThankYou