SlideShare une entreprise Scribd logo
1  sur  31
A Presentation on project 
“Vehicle Tracking System Using 
GPS and GSM” 
1 9/22/2014
Outline: 
1. Introduction 
2. Hardware Components 
Laxmi 
3.Hardware Programming Algorithm 
4.User Interface 
Anit 
a 
Ras 
mi 
Ras 
u 
2 9/22/2014
1. INTRODUCTION 
1.1 Problem Statements 
1.2 Introduction 
1.3 Scope and Possible Application 
1.4 Objective 
1.5 System Overview 
3 9/22/2014
1.1 Problem statements 
Unsystematic Transportation Management 
Unmanaged Public Vehicle arrival time at bus 
stations. 
4 9/22/2014
1.2 Introduction 
 “Intelligent Transportation System” 
 Automated system 
 a tracking system for vehicle 
 uses GPS/GSM for tracking 
 determines precise location of a vehicle . 
 Uses tracking server to store data 
 Includes notice board to display current location of vehicle 
 Provides user interface like web and android application 
5 9/22/2014
1.3 Scope and Possible 
Applications 
 Accurate vehicle tracking 
 Systematic transportation management 
 Animal tracking 
 Security purpose 
 Implementation with Sajha Yatayat 
6 9/22/2014
1.4 Objective 
 To develop vehicular tracking system to monitor and 
manage a public transportation system 
 To provide commuters with exact location and estimated 
schedule of buses through notification board at bus stops or 
more conveniently through a website and an android 
application. 
7 9/22/2014
1.5 System Overview 
Fig: Block diagram of the system overview of the project. 
8 9/22/2014
2. Hardware Components 
2.1 GPS 
2.2 GSM 
2.3 NXP LPC 2148 
2.4 UART 
2.5 System Hardware 
9 9/22/2014
2.1. GPS 
(Global positioning system) 
GT-320R GPS module 
 Serial Interface : RS-232 level 
 Supply voltage: 5 V 
 GPS receiver channel : 12 parallel 
 acquisition sensitivity : -140dBm 
 tracking sensitivity : -150dBm 
 hot start : < 10 secs 
 cold start : < 50 second 
 Protocol used :NMEA-0183 
V3.01 GPRMC format 
10 9/22/2014
2.2 GSM 
(Global System for Mobile 
Communication) 
 The world’s most widely used cell phone technology. 
 Used Sim 900A module 
Features: 
 Quad band Module(850/900/1800/1900MHz.) 
 communicates through Port RS232 
 Used for Http Communication 
 Control via AT commands 
(SIMCOM enchanced) 
 power consumption: 600mA, 9V 
11 9/22/2014
AT Commands Examples 
AT 
Ok 
AT+CREG? 
OK 
AT+CPIN? 
OK 
12 9/22/2014
2.3. NXP LPC2148 
ARM7 TDMI-S based high-performance 32-bit RISC 
Microcontroller 
Features utilized: 
 512KB on-chip Flash ROM 
 32KB RAM 
 Two On Board UART connectors 
 On-board LCD 
 On Board 5V Connector 
13 9/22/2014
2.4 UART 
(Universal Asynchronous 
Receiver/Transmitter) 
 a piece of computer hardware that translates data between parallel 
and serial forms. 
 transmit the individual bits in a sequential fashion. 
 contains a shift register 
 Eg. RS232 DB9 connector 
14 9/22/2014
2.5 OVERALL SYSTEM HARDWARE 
GP 
S 
UART 
0 
UART1 
GSM 
LPC 
2148 
15 9/22/2014
3. Hardware Programming 
Algorithm 
3.1 Vehicle Tracking System 
3.2 Route Display Notice Board 
16 9/22/2014
3.1. Vehicle Tracking System 
Initialize the UART: 
UART0 (GPS @ 4800bps) and UART1 
(GSM @ 9600bps) 
Initialize GSM module using AT command 
and 
establish a secure GPRS connection 
Retrieve data from GPS ($GPRMC format) 
Send the GPS data to the Server using 
GPRS connection until the status of OK 
“200” is confirmed 
In case of error, repeat from step 2. 
17 9/22/2014
3.2.Route Displaying Notice Board 
Connect to the Server 
through GSM module via 
GPRS connection 
Download the GPS data 
stored in the Server. 
Display the current 
Location on LCD according 
to the data received 
18 9/22/2014
4 User Interface Application 
4.1 Server and Client Side 
4.2 Mechanism 
4.3 Web Application 
4.4 Mobile Application 
4.5 Problem Faced and Solved 
6.6 Limitation 
4.7 Future Enhancement 
19 4.8 conclusion 9/22/2014
4.1 Server Side 
 Windows 8 Azure 
-is a microsoft cloud application platform 
-features like: 
- cloud service 
-database mangement 
-virtual machine 
 SQL Server 2012(language) 
-is a relational database mangaement system 
-function of storing and retrieving data as per request 
by software application from any computer 
 Asp.net MVC( language) 
- is an open source web application framework 
 Visual Studio 2013 (developer tools) 
www.amicus-cloud. 
com 
http://dbatricksworl 
d.com 
20 9/22/2014
Client side 
Web Apps Android Apps 
-Html 
-Javascript 
-Ajax 
-css 
-000webhost.com( 
webhost) 
-Java 
-json 
-xml 
-eclipse (ADT) 
21 9/22/2014
4.2 Mechanism 
Asp.net 
MVC 
Web app 
Mobile app 
22 9/22/2014
4.3 Web Application 
23 9/22/2014
Google Maps 
24 9/22/2014
4.4 Mobile Application 
MOBILE 
APPS 
25 9/22/2014
ANDROID 
BUILD-IN 
GOOGLE 
MAPS 
26 9/22/2014
4.5 Problem Faced and Solved 
 The GPS module returned garbage data in initial days 
-solved by frequent powering gps module. 
 Connecting to the Server through GPRS due to network 
errors. 
-solved by placing module to open area 
 Frequent Failure Connecting to database (@webhost.com) 
- solved by moving database to Windows 8 
Azure cloud. 
 Uncomplete data display at LCD (sometimes) 
- by reseting microcontroller 
27 9/22/2014
4.6 limitation 
 Android application has to be refreshed each time as it 
receives new data from the server. 
 Due to network problem, people might face problem 
on their internet access due to which this service may 
get halt. 
28 9/22/2014
4.7 Scope and Future Enhancement 
Notice board with audio speakers for visually 
impaired and uneducated people. 
 Departed and Arrival time can be displayed at 
station. 
 Improvement in Android Application for 
continuous data refreshing. 
29 9/22/2014
Recommendation and Conclusion 
30 9/22/2014
References 
 [1] B. C. B. S. Anil Gaire, "GPS GSM Integration for Enhancing Public 
Transportation System," Lalitpur, 2013. 
 [2] D. S. W. Andrew Sloss, ARM System Developer's Guide, San 
Francisco: Morgan Kaufmann, March 2004. pg. 103-155 
 
 [3] E. H. H. J. Xiaoya Guo, "Design a Smart Bus System," [Online]. 
Available: http://www.ece.uvic.ca/~bhung/399/minutes/Final_Report.pdf. 
[Accessed 20 february 2014]. 
 [4] G. Developers, "Android Application Development.," [Online]. 
Available: http://developer.android.com/training/index.html. [Accessed 
20 july 2014]. 
 [5] "Manual of Board ET-BASE GSM SIM900," [Online]. Available: 
http://www.etteam.com. [Accessed 6 june 2014]. 
 [6] P. K. R. C. Bikash Poudel, "A Training M anual on FPGA and ARM," 
kathmandu. 
31 9/22/2014

Contenu connexe

Tendances

Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking SystemVikas Agarwal
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMNishil Patel
 
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...Sandeep Kunsoth
 
V2X Communications: Getting our Cars Talking
V2X Communications: Getting our Cars TalkingV2X Communications: Getting our Cars Talking
V2X Communications: Getting our Cars TalkingAlison Chaiken
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communicationR prasad
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous VehiclesYamini Verma
 
ACCIDENT DETECTION USING MOBILE PHONE.pptx
ACCIDENT DETECTION USING MOBILE  PHONE.pptxACCIDENT DETECTION USING MOBILE  PHONE.pptx
ACCIDENT DETECTION USING MOBILE PHONE.pptxAjay575757
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Ashutosh Upadhayay
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoRamesh Reddy
 
inter vehicle communication
inter vehicle communicationinter vehicle communication
inter vehicle communicationNitish Tanwar
 
Vehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapVehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapsanchit bhargava
 
Vehicle to vehicle communication
Vehicle to vehicle communication  Vehicle to vehicle communication
Vehicle to vehicle communication Mohamed Zaki
 
gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminarhiharshal277
 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...mahesh_rman
 
Accident detection and notification system
Accident detection and notification systemAccident detection and notification system
Accident detection and notification systemSolomon Mutwiri
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSAshutha K
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Study Hub
 

Tendances (20)

Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking System
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEM
 
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...REAL-TIME VEHICLE  LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
REAL-TIME VEHICLE LOCKING AND TRACKING SYSTEM USING GSM AND GPS TECHNOLOGY-A...
 
V2X Communications: Getting our Cars Talking
V2X Communications: Getting our Cars TalkingV2X Communications: Getting our Cars Talking
V2X Communications: Getting our Cars Talking
 
Inter vehicle communication
Inter vehicle communicationInter vehicle communication
Inter vehicle communication
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous Vehicles
 
ACCIDENT DETECTION USING MOBILE PHONE.pptx
ACCIDENT DETECTION USING MOBILE  PHONE.pptxACCIDENT DETECTION USING MOBILE  PHONE.pptx
ACCIDENT DETECTION USING MOBILE PHONE.pptx
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7
 
Vehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduinoVehicle accident detection and messaging system using GSM and arduino
Vehicle accident detection and messaging system using GSM and arduino
 
inter vehicle communication
inter vehicle communicationinter vehicle communication
inter vehicle communication
 
Vehicle tracking system using gps and google map
Vehicle tracking system using gps and google mapVehicle tracking system using gps and google map
Vehicle tracking system using gps and google map
 
Vehicle to vehicle communication
Vehicle to vehicle communication  Vehicle to vehicle communication
Vehicle to vehicle communication
 
gps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminargps gsm based vehicle tracking system seminar
gps gsm based vehicle tracking system seminar
 
Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...Automatic vehicle accident detection and messaging system using gsm and gps m...
Automatic vehicle accident detection and messaging system using gsm and gps m...
 
Accident detection and notification system
Accident detection and notification systemAccident detection and notification system
Accident detection and notification system
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPS
 
Vehicle Tracking System Using GPS
Vehicle Tracking System Using GPSVehicle Tracking System Using GPS
Vehicle Tracking System Using GPS
 
Autonomous vehicles
Autonomous vehiclesAutonomous vehicles
Autonomous vehicles
 
Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)Vehicle accident detection system (VAD)
Vehicle accident detection system (VAD)
 

Similaire à Vehicle tracking system using gps and gsm

Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...IJCSIS Research Publications
 
Real Time Tracking of Complete Transport System Using GPS
Real Time Tracking of Complete Transport System Using GPSReal Time Tracking of Complete Transport System Using GPS
Real Time Tracking of Complete Transport System Using GPSMit mysore
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gpsAlexander Decker
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsAlexander Decker
 
vehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdvehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdHamed Raza
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoIRJET Journal
 
GPS And GSM Based Vehicle Tracking System - Swisstrack GPS Erfahrungen
GPS And  GSM Based Vehicle Tracking System - Swisstrack GPS ErfahrungenGPS And  GSM Based Vehicle Tracking System - Swisstrack GPS Erfahrungen
GPS And GSM Based Vehicle Tracking System - Swisstrack GPS ErfahrungenSwisstrack GPS Erfahrungen
 
Automatic Vehicle Locator(AVL) Seminar report
 Automatic Vehicle Locator(AVL) Seminar report Automatic Vehicle Locator(AVL) Seminar report
Automatic Vehicle Locator(AVL) Seminar reportRohit Kumar patel
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
Advanced Integrated Communication System
Advanced Integrated Communication SystemAdvanced Integrated Communication System
Advanced Integrated Communication SystemMayank Srivastava
 
Cellular V2X is Gaining Momentum
Cellular V2X is Gaining MomentumCellular V2X is Gaining Momentum
Cellular V2X is Gaining MomentumQualcomm Research
 
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...IRJET Journal
 
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...IJERD Editor
 
wireless notice board
 wireless notice board wireless notice board
wireless notice boardAnmol Purohit
 

Similaire à Vehicle tracking system using gps and gsm (20)

Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...Development of Internet of Things based Decision Support for Vehicle Drivers ...
Development of Internet of Things based Decision Support for Vehicle Drivers ...
 
Final paper modified
Final paper   modifiedFinal paper   modified
Final paper modified
 
Real Time Tracking of Complete Transport System Using GPS
Real Time Tracking of Complete Transport System Using GPSReal Time Tracking of Complete Transport System Using GPS
Real Time Tracking of Complete Transport System Using GPS
 
11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps11.design and implementation of vehicle tracking system using gps
11.design and implementation of vehicle tracking system using gps
 
Design and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gpsDesign and implementation of vehicle tracking system using gps
Design and implementation of vehicle tracking system using gps
 
vehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcdvehicle tracking using gsm and gps with arduino and lcd
vehicle tracking using gsm and gps with arduino and lcd
 
Vehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by ArduinoVehicle Tracking System for School Bus by Arduino
Vehicle Tracking System for School Bus by Arduino
 
GPS And GSM Based Vehicle Tracking System - Swisstrack GPS Erfahrungen
GPS And  GSM Based Vehicle Tracking System - Swisstrack GPS ErfahrungenGPS And  GSM Based Vehicle Tracking System - Swisstrack GPS Erfahrungen
GPS And GSM Based Vehicle Tracking System - Swisstrack GPS Erfahrungen
 
Research skills
Research skillsResearch skills
Research skills
 
Bj4101347351
Bj4101347351Bj4101347351
Bj4101347351
 
111ei0254ppt8thsem
111ei0254ppt8thsem111ei0254ppt8thsem
111ei0254ppt8thsem
 
C010221015
C010221015C010221015
C010221015
 
Automatic Vehicle Locator(AVL) Seminar report
 Automatic Vehicle Locator(AVL) Seminar report Automatic Vehicle Locator(AVL) Seminar report
Automatic Vehicle Locator(AVL) Seminar report
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
Advanced Integrated Communication System
Advanced Integrated Communication SystemAdvanced Integrated Communication System
Advanced Integrated Communication System
 
Ak4103212215
Ak4103212215Ak4103212215
Ak4103212215
 
Cellular V2X is Gaining Momentum
Cellular V2X is Gaining MomentumCellular V2X is Gaining Momentum
Cellular V2X is Gaining Momentum
 
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
 
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...
Vehicle Tracking and Remote Data Acquisition System using Very High Frequency...
 
wireless notice board
 wireless notice board wireless notice board
wireless notice board
 

Dernier

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptJasonTagapanGulla
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptxNikhil Raut
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 

Dernier (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Solving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.pptSolving The Right Triangles PowerPoint 2.ppt
Solving The Right Triangles PowerPoint 2.ppt
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Steel Structures - Building technology.pptx
Steel Structures - Building technology.pptxSteel Structures - Building technology.pptx
Steel Structures - Building technology.pptx
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 

Vehicle tracking system using gps and gsm

  • 1. A Presentation on project “Vehicle Tracking System Using GPS and GSM” 1 9/22/2014
  • 2. Outline: 1. Introduction 2. Hardware Components Laxmi 3.Hardware Programming Algorithm 4.User Interface Anit a Ras mi Ras u 2 9/22/2014
  • 3. 1. INTRODUCTION 1.1 Problem Statements 1.2 Introduction 1.3 Scope and Possible Application 1.4 Objective 1.5 System Overview 3 9/22/2014
  • 4. 1.1 Problem statements Unsystematic Transportation Management Unmanaged Public Vehicle arrival time at bus stations. 4 9/22/2014
  • 5. 1.2 Introduction  “Intelligent Transportation System”  Automated system  a tracking system for vehicle  uses GPS/GSM for tracking  determines precise location of a vehicle .  Uses tracking server to store data  Includes notice board to display current location of vehicle  Provides user interface like web and android application 5 9/22/2014
  • 6. 1.3 Scope and Possible Applications  Accurate vehicle tracking  Systematic transportation management  Animal tracking  Security purpose  Implementation with Sajha Yatayat 6 9/22/2014
  • 7. 1.4 Objective  To develop vehicular tracking system to monitor and manage a public transportation system  To provide commuters with exact location and estimated schedule of buses through notification board at bus stops or more conveniently through a website and an android application. 7 9/22/2014
  • 8. 1.5 System Overview Fig: Block diagram of the system overview of the project. 8 9/22/2014
  • 9. 2. Hardware Components 2.1 GPS 2.2 GSM 2.3 NXP LPC 2148 2.4 UART 2.5 System Hardware 9 9/22/2014
  • 10. 2.1. GPS (Global positioning system) GT-320R GPS module  Serial Interface : RS-232 level  Supply voltage: 5 V  GPS receiver channel : 12 parallel  acquisition sensitivity : -140dBm  tracking sensitivity : -150dBm  hot start : < 10 secs  cold start : < 50 second  Protocol used :NMEA-0183 V3.01 GPRMC format 10 9/22/2014
  • 11. 2.2 GSM (Global System for Mobile Communication)  The world’s most widely used cell phone technology.  Used Sim 900A module Features:  Quad band Module(850/900/1800/1900MHz.)  communicates through Port RS232  Used for Http Communication  Control via AT commands (SIMCOM enchanced)  power consumption: 600mA, 9V 11 9/22/2014
  • 12. AT Commands Examples AT Ok AT+CREG? OK AT+CPIN? OK 12 9/22/2014
  • 13. 2.3. NXP LPC2148 ARM7 TDMI-S based high-performance 32-bit RISC Microcontroller Features utilized:  512KB on-chip Flash ROM  32KB RAM  Two On Board UART connectors  On-board LCD  On Board 5V Connector 13 9/22/2014
  • 14. 2.4 UART (Universal Asynchronous Receiver/Transmitter)  a piece of computer hardware that translates data between parallel and serial forms.  transmit the individual bits in a sequential fashion.  contains a shift register  Eg. RS232 DB9 connector 14 9/22/2014
  • 15. 2.5 OVERALL SYSTEM HARDWARE GP S UART 0 UART1 GSM LPC 2148 15 9/22/2014
  • 16. 3. Hardware Programming Algorithm 3.1 Vehicle Tracking System 3.2 Route Display Notice Board 16 9/22/2014
  • 17. 3.1. Vehicle Tracking System Initialize the UART: UART0 (GPS @ 4800bps) and UART1 (GSM @ 9600bps) Initialize GSM module using AT command and establish a secure GPRS connection Retrieve data from GPS ($GPRMC format) Send the GPS data to the Server using GPRS connection until the status of OK “200” is confirmed In case of error, repeat from step 2. 17 9/22/2014
  • 18. 3.2.Route Displaying Notice Board Connect to the Server through GSM module via GPRS connection Download the GPS data stored in the Server. Display the current Location on LCD according to the data received 18 9/22/2014
  • 19. 4 User Interface Application 4.1 Server and Client Side 4.2 Mechanism 4.3 Web Application 4.4 Mobile Application 4.5 Problem Faced and Solved 6.6 Limitation 4.7 Future Enhancement 19 4.8 conclusion 9/22/2014
  • 20. 4.1 Server Side  Windows 8 Azure -is a microsoft cloud application platform -features like: - cloud service -database mangement -virtual machine  SQL Server 2012(language) -is a relational database mangaement system -function of storing and retrieving data as per request by software application from any computer  Asp.net MVC( language) - is an open source web application framework  Visual Studio 2013 (developer tools) www.amicus-cloud. com http://dbatricksworl d.com 20 9/22/2014
  • 21. Client side Web Apps Android Apps -Html -Javascript -Ajax -css -000webhost.com( webhost) -Java -json -xml -eclipse (ADT) 21 9/22/2014
  • 22. 4.2 Mechanism Asp.net MVC Web app Mobile app 22 9/22/2014
  • 23. 4.3 Web Application 23 9/22/2014
  • 24. Google Maps 24 9/22/2014
  • 25. 4.4 Mobile Application MOBILE APPS 25 9/22/2014
  • 26. ANDROID BUILD-IN GOOGLE MAPS 26 9/22/2014
  • 27. 4.5 Problem Faced and Solved  The GPS module returned garbage data in initial days -solved by frequent powering gps module.  Connecting to the Server through GPRS due to network errors. -solved by placing module to open area  Frequent Failure Connecting to database (@webhost.com) - solved by moving database to Windows 8 Azure cloud.  Uncomplete data display at LCD (sometimes) - by reseting microcontroller 27 9/22/2014
  • 28. 4.6 limitation  Android application has to be refreshed each time as it receives new data from the server.  Due to network problem, people might face problem on their internet access due to which this service may get halt. 28 9/22/2014
  • 29. 4.7 Scope and Future Enhancement Notice board with audio speakers for visually impaired and uneducated people.  Departed and Arrival time can be displayed at station.  Improvement in Android Application for continuous data refreshing. 29 9/22/2014
  • 31. References  [1] B. C. B. S. Anil Gaire, "GPS GSM Integration for Enhancing Public Transportation System," Lalitpur, 2013.  [2] D. S. W. Andrew Sloss, ARM System Developer's Guide, San Francisco: Morgan Kaufmann, March 2004. pg. 103-155   [3] E. H. H. J. Xiaoya Guo, "Design a Smart Bus System," [Online]. Available: http://www.ece.uvic.ca/~bhung/399/minutes/Final_Report.pdf. [Accessed 20 february 2014].  [4] G. Developers, "Android Application Development.," [Online]. Available: http://developer.android.com/training/index.html. [Accessed 20 july 2014].  [5] "Manual of Board ET-BASE GSM SIM900," [Online]. Available: http://www.etteam.com. [Accessed 6 june 2014].  [6] P. K. R. C. Bikash Poudel, "A Training M anual on FPGA and ARM," kathmandu. 31 9/22/2014
  • 32. Thank you!! 32 9/22/2014