SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control systemAnkush Jamthikar
 
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 TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMNishil Patel
 
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 Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEMIoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEMjohn solomon j
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking SystemSubhash Gupta
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSKrishna Moparthi
 
Vehicle tracking system using iot and gps
Vehicle tracking system using iot and gpsVehicle tracking system using iot and gps
Vehicle tracking system using iot and gpskrishna kumar
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSJithin Prasad
 
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
 
Accisdent detection and notificstion system
Accisdent detection and notificstion systemAccisdent detection and notificstion system
Accisdent detection and notificstion systemSolomon Mutwiri
 
Google driverless car technical seminar report (.docx)
Google driverless car technical seminar report (.docx)Google driverless car technical seminar report (.docx)
Google driverless car technical seminar report (.docx)gautham p
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking SystemVikas Agarwal
 
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
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadNishanth C
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iotrahul ranjan
 

What's hot (20)

Vehicle Theft control system
Vehicle Theft control systemVehicle Theft control system
Vehicle Theft control system
 
Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7Vehicle tracking Using GPS,GSM & ARM7
Vehicle tracking Using GPS,GSM & ARM7
 
VEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEMVEHICLE TRACKING SYSTEM
VEHICLE TRACKING SYSTEM
 
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
 
Smart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle TheftSmart IoT Device for Vehicle Theft
Smart IoT Device for Vehicle Theft
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEMIoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
IoT BASED VEHICLE TRACKING AND TRAFFIC SURVIELLENCE SYSTEM
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking System
 
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMSACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
ACCIDENT DETECTION AND VEHICLE TRACKING USING GPS,GSM AND MEMS
 
Vehicle tracking system using iot and gps
Vehicle tracking system using iot and gpsVehicle tracking system using iot and gps
Vehicle tracking system using iot and gps
 
Accident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMSAccident messaging system using GPS,GSM and MEMS
Accident messaging system using GPS,GSM and MEMS
 
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
 
Accisdent detection and notificstion system
Accisdent detection and notificstion systemAccisdent detection and notificstion system
Accisdent detection and notificstion system
 
Google driverless car technical seminar report (.docx)
Google driverless car technical seminar report (.docx)Google driverless car technical seminar report (.docx)
Google driverless car technical seminar report (.docx)
 
Vehicle Tracking System Using GPS
Vehicle Tracking System Using GPSVehicle Tracking System Using GPS
Vehicle Tracking System Using GPS
 
Vehicle Tracking System
Vehicle Tracking SystemVehicle Tracking System
Vehicle Tracking System
 
GPS Vehicle Tracking Technology
GPS Vehicle Tracking Technology GPS Vehicle Tracking Technology
GPS Vehicle Tracking Technology
 
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...
 
Advanced vehicle security system 2016 upload
Advanced vehicle security system 2016 uploadAdvanced vehicle security system 2016 upload
Advanced vehicle security system 2016 upload
 
ppt on accident detection system based on Iot
ppt on accident detection system based on Iotppt on accident detection system based on Iot
ppt on accident detection system based on Iot
 

Similar to 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
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking SystemDiLip ChauDhary
 
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
 

Similar to 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 ...
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking System
 
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...
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

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