vehicle tracking by gps gsm

31
Vehicle Tracking by GPS - GSM

Upload: edgefxkits-solutions

Post on 16-Apr-2017

210 views

Category:

Education


4 download

TRANSCRIPT

Page 1: Vehicle tracking by gps   gsm

Vehicle Tracking by GPS - GSM

Page 2: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Introduction

Vehicle tracking by GPS -

Vehicle Tracking System (VTS) is the technology used to determine the exact location of any vehicle using different methods like GPS and other radio navigation systems operating through satellites and ground based stations. This device is used to determine the precise location of a vehicle, and intimate the position to the concerned authority through an SMS.

This system is an important tool for tracking each vehicle at a given period of time and now it is becoming increasingly popular for people having expensive cars and hence as a theft prevention and retrieval device.

Vehicle Tracking by GPS – GSM

Page 3: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Block Diagram

Vehicle tracking by GPS – GSM

Vehicle Tracking by GPS – GSM

Page 4: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Hardware Components

• Microcontroller unit (AT89C52)

• Max232

• GSM module

• Resistors

• Capacitors

• Voltage Regulator

• DB9 connector

• GPS

• LCD display

Vehicle Tracking by GPS – GSM

Page 5: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Software Components

• Keil compiler

• Language: Embedded C

Vehicle Tracking by GPS – GSM

Page 7: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Microcontroller (AT89C52)

TRAT89C52 is an 8-bit microcontroller and belongs to Atmel's 8051 family.

It has 8KB of Flash programmable and erasable read only memory (PEROM).

It has an endurance of 1000 Write/Erase cycles.

Vehicle Tracking by GPS – GSM

Page 8: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Features of AT89C52

Compatibility with the MCS 51 family.

8-bit CPU frequency up to 33MHz.

RAM: 256 Bytes.

Flash memory: 8K Bytes.

3 timers / counters of 16 bits.

Two data pointers.

1 serial port (full duplex UART)

Vehicle Tracking by GPS – GSM

Page 9: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Max232 Max232 is designed by Maxim

Integrated Products.

It is a dual transmitter / dual receiver that typically used to convert the RX, TX, CTS, RTS signals.

It has two receivers that convert from RS-232 to TTL voltage levels

And two drivers that convert from TTL logic to RS-232 voltage levels.

Vehicle Tracking by GPS – GSM

Page 10: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

GSM

GSM is Global System for Mobile Communication.

It is one of the leading digital cellular system.

GSM is a standard set developed by the European Telecommunications Standards Institute (ETSI).

GSM modem is used for transmitting and receiving the data.

Vehicle Tracking by GPS – GSM

Page 11: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

GSM

SIM 300 is a tri- band GSM/GPRS engine.

It works on various frequencies i.e. EGSM 900MHz, DCS 1800MHz and PCS 1900MHz.

GSM Modules can be communicated to PIC-Microcontroller using normal serial USART protocol.

Vehicle Tracking by GPS – GSM

Page 12: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Resistors

Resistor limits the electrical current that flows through a circuit.

Resistance is the restriction of current.

The energy of the electrons that pass through the resistor are changed to heat and/or light.

These are used to reduce current flow, adjust signal levels and to divide voltages.

Vehicle Tracking by GPS – GSM

Page 13: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Capacitors Capacitor is a electrical component that

stores electrical energy in an electric field.

Most capacitors contain at least two electrical conductors in the form of metallic separated by a dielectric medium.

Capacitors are widely used in electronic circuits for blocking direct current while allowing alternating current to pass.

Vehicle Tracking by GPS – GSM

Page 14: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Voltage Regulator

Voltage regulator is designed to automatically maintain a constant voltage level.

It may be a simple "feed-forward" design or may include negative feedback control loops.

Depending on the design, it may be used to regulate one or more AC or DC voltages.

Vehicle Tracking by GPS – GSM

Page 15: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Global Positioning System (GPS)

GPS is a satellite navigation system that furnishes location and time information in all climatic conditions to the user.

It is used for navigation in planes, ships, cars and trucks also.

The system gives critical abilities to military and civilian users around the globe.

GPS module with 9600 baud rate is used to receive the data from the satellites.

Vehicle Tracking by GPS – GSM

Page 16: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Features of GPS

24 Satellites at different orbits.

Revolve around Earth twice a day.

For a 2D location, 3 GPS Satellites are used.

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

Vehicle Tracking by GPS – GSM

Page 17: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Liquid Crystal Display (LCD)

Liquid crystal display (LCD) is a flat panel display or video display that uses the light modulating properties of liquid crystals.

LCDs are used in a wide range of applications

• Computer monitors.• Instrument panels• Aircraft cockpit displays.• Television.

Vehicle Tracking by GPS – GSM

Page 18: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Liquid Crystal Display

These are energy efficient and offer safer disposal.

Its low electrical power consumption enables it to be used in battery.

Vehicle Tracking by GPS – GSM

Page 19: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Circuit Description

Vehicle tracking by GPS - GSM consists of a microcontroller, GPS module, GSM modem and 9V DC power supply.

GPS module gets the location information from satellites in the form of latitude and longitude.

The microcontroller processes this information and sends it to the GSM modem.

The GSM modem then sends the information to the owner’s mobile phone.

Vehicle Tracking by GPS – GSM

Page 20: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Working Principle

Vehicle Tracking by GPS – GPS consists of GPS receiver and GSM modem with a micro controller.

The whole system is attached to the vehicle.

One GSM mobile phone is attached to the computer with VB(Visual basic) application.

So the GPS system will send the longitudinal and altitude values corresponding to the position of vehicle to GSM Modem.

Vehicle Tracking by GPS – GSM

Page 21: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Working Principle

Imagine the bus has left from Hyderabad at 8 o clock in the morning.

If the officer in charge for that vehicle wants to know where the vehicle is, he will come to the computer and click on the vehicle number on the VB program.

The VB program will send an SMS to the vehicle number.

The SMS sent would come through the GSM service provider and then reach the vehicle, which is traveling.

Vehicle Tracking by GPS – GSM

Page 22: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Working Principle

Because the vehicle has a GSM device with SIM card.

This GSM modem will receive the SMS and send to the microcontroller in the vehicle.

The microcontroller will receive this SMS and compare the password and the command.

If every thing matches then it will perform the request required by the office.

Vehicle Tracking by GPS – GSM

Page 23: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Working Principle

Name of the place is assigned for each longitude & latitude.

The GSM receiver in the vehicle office receives these data & gives to the PC through serial port.

The VB program in the PC checks this data with its database & displays the details of the vehicle on the screen.

The device is password controlled i.e. person who knows the device password only able to operate.

Vehicle Tracking by GPS – GSM

Page 24: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Working Principle

In case of any mishaps such as fire , theft or obstacle ,the device will automatically send an alert to the registered number i.e, the number that is feeded into the memory of microcontroller.

Vehicle Tracking by GPS – GSM

Page 25: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Testing Connect the circuit to GPS and GSM modem.

Switch on the circuit.

Switch on the GPS module and wait for 10-15 minutes for initialisation.

Switch on the GSM modem.

Dial the mobile number in the GSM modem. After two rings, the ringing stops automatically.

Vehicle Tracking by GPS – GSM

Page 26: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Testing

Wait for a few seconds. You will get an SMS alert in your mobile.

Check your SMS inbox. You will see the latitude and longitude data in the form of SMS text.

Open a standard map and locate the point on the map.

You can also enter latitude and longitude values in a software on any suitable software.

Vehicle Tracking by GPS – GSM

Page 27: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Applications

Stolen vehicle recovery.

Field service management.

It is used for food delivery and car rental companies.

Easily installed in any vehicle such as cars, boats and motorbikes.

It can be used to track animals in the jungle.

Vehicle Tracking by GPS – GSM

Page 28: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Advantages

It provides more security.

We can access the system from the remote place.

It reduce vehicle abuse.

Fleet monitoring.

Route monitoring.

Vehicle Tracking by GPS – GSM

Page 29: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Limitations

If there is noise in edge detected image, then it is hard to track the vehicle.

Vehicle Tracking by GPS – GSM

Page 30: Vehicle tracking by gps   gsm

http://www.edgefxkits.com/

Conclusion

Vehicle Tracking System using GPS and GSM all about controlling theft of a vehicle and to find out the exact location of any vehicle. The system is about making vehicle more secure by the use of GPS, GSM technology and a web application. Vehicle Tracking system resulted in improving overall productivity with better fleet management. Vehicle tracking both on case of personnel as well as business purpose improves safety and security.

Vehicle Tracking by GPS – GSM