0% found this document useful (0 votes)
160 views4 pages

64.bus Tracking System Using Gps & GSM Using 8051

This document describes a vehicle tracking system that uses a GPS receiver and GSM modem to track the location of a vehicle. An AT89S52 microcontroller interfaces with the GPS receiver and GSM modem to continuously monitor the vehicle's location given by the GPS as latitude and longitude. When requested, the microcontroller sends an SMS with the vehicle's coordinates to the requesting phone via the GSM modem. The system draws power from a 12V battery and uses serial communication between the microcontroller and modems to send location data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
160 views4 pages

64.bus Tracking System Using Gps & GSM Using 8051

This document describes a vehicle tracking system that uses a GPS receiver and GSM modem to track the location of a vehicle. An AT89S52 microcontroller interfaces with the GPS receiver and GSM modem to continuously monitor the vehicle's location given by the GPS as latitude and longitude. When requested, the microcontroller sends an SMS with the vehicle's coordinates to the requesting phone via the GSM modem. The system draws power from a 12V battery and uses serial communication between the microcontroller and modems to send location data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

BUS Tracking System using GPS and GSM modem

ABSTRACT:

In this Project it is proposed to design an embedded system which is used for tracking
and positioning of any vehicle by using Global Positioning System (GPS) and Global system for
mobile communication (GSM).

In this project AT89S52 microcontroller is used for interfacing to various hardware


peripherals. The current design is an embedded application, which will continuously monitor a
moving Vehicle and report the status of the Vehicle on demand. For doing so an AT89S52
microcontroller is interfaced serially to a GSM Modem and GPS Receiver. A GSM modem is
used to send the position (Latitude and Longitude) of the vehicle from a remote place. The GPS
modem will continuously give the data i.e. the latitude and longitude indicating the position of
the vehicle. The GPS modem gives many parameters as the output, but only the NMEA data
coming out is read and displayed on to the LCD. The same data is sent to the mobile at the
other end from where the position of the vehicle is demanded.

The hardware interfaces to microcontroller are LCD display, GSM modem and GPS Receiver.
The design uses RS-232 protocol for serial communication between the modems and the
microcontroller. A serial driver IC is used for converting TTL voltage levels to RS-232 voltage
levels.

When the request by user is sent to the number at the modem, the system automatically sends
a return reply to that mobile indicating the position of the vehicle in terms of latitude and
longitude.

POWER SUPPLY:


Step Down Bridge Filter Regulator

section
Transformer Rectifier Circuit

BLOCK DIAGRAM: VEHICLE SECTION


Ph: 9948832456, 8688632456, 0891-3081950 GPS
Email: - [email protected]

POWER SUPPLY
16X2 LCD DISPLAY
BUS Tracking System using GPS and GSM modem

POWER SUPPLY
16X2 LCD DISPLAY

GPS
RESET
RESET

CKT
ARM
CKT
RESET PROCESSOR
8051
LPC2148
CONTROLLER
CONTROLLER

OSCILLAT
CRYSTAL MAX232
ORY CKT

DRIVER RELAY
IC
GSM
RELAY MODEM

CIRCUIT OPERATION:

Ph: 9948832456, 8688632456, 0891-3081950 Email: - [email protected]


BUS Tracking System using GPS and GSM modem
The project is vehicle positioning and navigation system we can locate the vehicle around the
globe with 8052 micro controller, GPS receiver, GSM modem, MAX 232. Microcontroller used is
AT89S52. The code is written in the internal memory of Microcontroller i.e. ROM. With help of
instruction set it processes the instructions and it acts as interface between GSM and GPS with
help of serial communication of 8052. GPS always transmits the data and GSM transmits and
receive the data.

GPS pin TX is connected to microcontroller via MAX232. GSM pins TX and RX are connected
to microcontroller serial ports.

Microcontroller communicates with the help of serial communication. First it takes the data from
the GPS receiver and then sends the information to the owner in the form of SMS with help of
GSM modem.

GPS receiver works on 9600 baud rate is used to receive the data from space Segment (from
Satellites), the GPS values of different Satellites are sent to microcontroller AT89S52, where
these are processed and forwarded to GSM. At the time of processing GPS receives only
$GPRMC values only. From these values microcontroller takes only latitude and longitude
values excluding time, altitude, name of the satellite, authentication etc. E.g. LAT: 1728:2470
LOG: 7843.3089 GSM modem with a baud rate 57600.GSM is a Global system for mobile
communication in this project it acts as a SMS Receiver and SMS sender.

The power is supplied to components like GSM, GPS and Micro control circuitry using a
12V/3.2A battery .GSM requires 12v,GPS and microcontroller requires 5v .with the help of
regulators we regulate the power between three components.

INTERFACES USED:

Embedded controller AT8051 controller


16X2 LCD Interfacing.
GPS interface
GSM interface
MAX232 interface

Ph: 9948832456, 8688632456, 0891-3081950 Email: - [email protected]


BUS Tracking System using GPS and GSM modem

SOFTWARES USED:
A Cross compiler for compiling and linking the code written for 8051 CONTROLLER.
Serial communication software for downloading code to AT8051.
Operating system: Windows XP.

Ph: 9948832456, 8688632456, 0891-3081950 Email: - [email protected]

You might also like