SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | Page 2179
Vehicle Tracking System for School Bus by Arduino
Supriya A Salunke1, Vitthal B. Jagtap2, Avinash D Harale3
1Solapur University, Department of Electronics
SKN Sinhgad College of Engineering, Pandharpur, Solapur,India.
2Pune University, Department of Electronics
S.B Patil College of Engineering,Indapur, Pune, India.
3Solapur University, Department of Electronics,
SKN Sinhgad College of Engineering, Pandharpur, Solapur,India.
Keywords: GPS and GPRS shield, Arduino uno board
,GPS Antenna, GPRS antenna
1. INTRODUCTION
The aim of this project is to design & develop a vehicle
tracking system using GPRS which can be easily
controlled by arduino uno. In this modern, fast moving
and insecure world, it is became a basic necessity to be
aware of one’s safety. The number of vehicles also
increases on roads and highways. The proposed
system is a GPS based real time vehicle tracking
system, is used for security applications as well as any
organization that maintains a large fleet and wants
accurate real-time information about vehicle position.
For the implementation of this system use
navigational technologies such as GPS, GPRS and
database technologies.The system will be installing in a
vehicle to allow the owner to track the vehicle’s
location, this system will use GPS and GPRS module.
Global Positioning System can determine the precise
location of a vehicle.The GPS antenna present in the
GPS receiver module receives the information from the
GPS satellite in NMEA (National Marine Electronics
Association) format and this information transmits to a
server using GPRS module. GPRS provide TCP/IP
connection with tracking server. Tracking server has
----------------------------------------------------------------------------------------------------------------------------------------
Abstract: Global Positioning System (GPS) is becoming
widely used for tracking and monitoring vehicles. The
system has been use for tracking vehicle in real time
using GPRS (General Packet Radio Service) technology.
The systems provide the possibility of tracking the
location of vehicles at an affordable cost.
A vehicle tracking system can be enables the fleet
operator to find out the location of the vehicle
throughout the journey of the vehicle. The system has
provided GPS-GPRS based vehicle tracking system. The
current position of the vehicle has been acquire by GPS
device which is integrating into the target vehicle and
the location coordinates can sent through GPRS, it
provide by the GSM network. The GPS receiver is used to
give latitude and longitude of the current location. The
proposed system can be built using the microcontroller.
This is the heart of the system. The GPS receiver
connecting to microcontroller through the serial port
and used to obtain the current location. The GPS
receiver acquires the current position of the location and
this information of vehicle transmits to tracking server
using GPRS modem. GPRS provide TCP/IP connection
with tracking server. Tracking server receives vehicle
location information via network and stores this
information in database. This information is available to
authorized users of the system over the internet on map.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2180
received vehicle location information via network and
stores this information in database. This information is
available to authorized users of the system over the
internet on map.
GPS is a satellite based navigation system, it is
made up of 24 satellites, these satellites placed into the
orbit. These satellites transmit coded information
towards GPS receiver, this information use to identify
vehicle locations on earth by measuring the distance
from the satellites.
GPRS network is an "always on", private network
for data. It uses the existing GSM network to transmit
and receive TCP/IP based data to and from GPRS
device/module. It support packet switched data
services such as email and web browser. GPRS allows
network operators to implement IP-based core
architecture for data applications. The GPRS can
transfer data at the maximum rate of 115.2 kbps. It is
most suitable for a real-time tracking management
system.
2. DESIGN METHOD:
The main objective of this project is to develop a
vehicle location tracking system for tracking purpose.
The signal received from satellite is sent to hardware
devices for further processing and finally the signal is
sent to the PC for displaying on the Google Map. This
project is divided into two parts which are the tracking
part and a displaying part. The tracking part is
responsible for obtaining the user location while the
control and displaying part is for displaying the
detected location on the Google Map.
The hardware devices that are used in this
project are the GPS and GPRS Shield Module and
Arduino UNO Microcontroller. All of these hardware
devices being programmed by using AT commands,
and Arduino programming, php script. The software
that used to write the code is Arduino IDE. Besides
that, a user interface was created by using a php script.
A. Hardware Representation:
Figure 1: Hardware representation of vehicle tracking
system using GPRS
B. GPS Receiver Module
Every single location in the entire globe can be
specified in terms of geographical coordinates. The
geographical coordinate is a system which specifies
any given location on the earth surface as latitude and
longitude. There are devices which can read the
geographical coordinates of a place with the help of the
signals received from a number of satellites orbiting
the earth. The system of satellites which helps in the
positioning of a place is called Global Positioning
System (GPS). The devices which can read the
geographical coordinates of a place with the help of at
least four GPS satellites are called GPS Receiver or
simply GPS module.
The GPS module continuously produces a set of
data regarding the position of the earth surface where
it is situated which includes the current position with
respect to the equator of the earth in terms of Latitude
and Longitude. In this project the data regarding the
geographical coordinate is extracted from the
GPS output with the help of the Arduino. The Arduino
can be used as a stand-alone board of which the output
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2181
or inputs can be taken from the boards or given to the
board.
C. GPS and GPRS shield assembly
First assemble the GPRS+GPS shield with the
antennas and the simcard installed, and configure your
APN, login and password.. Also, set the URL with the IP
address of your computer (external IP, not the LAN IP
address) or your server's domain. The GPRS+GPS
shield is connecting to the network and GPS module
get position data and the 3G module that sends the
HTTP request with the coordinates of the vehicle. It
starts to send the HTTP request every few seconds
with data of the position (latitude and longitude). It
sends the GPS data through the Internet to the php.
Script in your computer.Then we get the position of the
device in Google Maps
Figure 2: Bottom view of GPS and GPRS module
Table 1: LED status
Status SIM908 behavior
Off SIM908 is not running
64ms On/ 800ms Off
SIM908 not registered the
network
64ms On/ 3000ms
Off
SIM908 registered to the
network
SIM908 registered to
the network
PPP GPRS communication
is established
The LED of the shield shows the status of the
GPRS+GPS module. The Table 1.shows the meaning of
the blink of the LED.
D. Control and displaying
php script is use to provide user interface for
end user. To use the php script an server with php
active is required. You can run the script in a PC.
E. Mapping
The Map form contains only a single Web
browser. This form accepts the latitude and longitude
and uses that data to display the position on the Google
Maps. A query string is formed using round the latitude
and longitude is passed to the web browser to navigate
to the location which indicated by the latitude and
longitude. To show the map with the marker we need
url. The IP address or server domain is the same.
F. AT commands used for System
These AT commands are used to get gps data on
serial window of arduino IDE..
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2182
Table 2: Get GPS data operation
AT command Response Description
AT+CGPSPWR OK Powers the GPS
AT+CGPSRST OK Sets the reset mode
AT+CGPSSTATUS
Gets the status:
Unknown, Not Fix,
2D Fix and 3D Fix
AT+CGPSINF NMEA
string
Gets NMEA strings
3.Hardware Required:
A. GPS and GPRS Quadband module(SIM908)
SIM908 module is a complete Quad-Band
GSM/GPRS module which combines GPS technology for
satellite navigation.
General features
•Quad-Band 850/900/1800/1900MHz
•GPRS multi-slot class 10
•GPRS mobile station class B
•Low power consumption
•Dimensions: 30*30*3.2mm
•Weight:5.2g
Specification for GPS
•Receiver type
- 42-channel
- GPS L1 C/A code,
- High-performance STE engine
•Sensitivity
- Tracking: -160 dBm
- Cold starts : -143 dBm
•Time-To-First-Fix
- Cold starts: 30s (typ.)
- Hot starts: 1s (typ.)
•Power consumption (GSM engine in idle mode)
- Acquisition 77mA
- Tracking 76mA
B. GPRS+GPS shield:
Figure 3: Top view of GPS and GPRS module
The shield uses the battery to powers itself but it can't
power the Arduino board. To recharge the battery with the
shield you only need to power the Arduino. The shield uses
the 5v (ICSP header) to charge the battery.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2183
C. Antennas Connection With Module:
Figure 4: External antenna connection with shield
External GPS Antenna specifications: It includes a SMA-
Female to UFL pigtail.
 Frecuency: GPS 1575.42 MHz
 Impedance: 50 Ohms
 Polarization: RHCP
 Gain: 26dB at 3V, 28dB at 5V
 VSWR: <1.2:1
 Supply Voltage 2.7V - 5.5V
 Current: 15mA - 25mA
 Power (max.): 125mW
 Connector: SMA Male
 Size: 41mm x 34mm x 13.7mm
 Operating temperature -40°Cto +85°C
External GPRS antenna specification
The new quadband antenna offers a gain of 2.14 dBi. It
includes a RPSMA to uFL pigtail.
 Frequency: 4G/LTE (791-862/1710-2690 MHz),
3G (UMTS 2.1 GHz), GSM Quadband (850-900-
1800-1900 MHz) WIFI / BLUETOOTH (2.4 GHz)
 Impedance: 50 Ohms
 Polarization: horizontal
 Gain: 2.14dBi
 VSWR: <2:1
 Power handling: 25W
 Connector: RPSMA Male
 Size: 114mm x 9mm
 Operating temperature: -40°Cto +85°C
D. Arduino uno Board:
Figure 5: Arduino Uno board
The Uno is a microcontroller board based on the
ATmega328P. It has 14 digital input/output pins (of which
6 can be used as PWM outputs), 6 analog inputs, a 16 MHz
quartz crystal, a USB connection, a power jack, an ICSP
header and a reset button. It contains everything needed to
support the microcontroller; simply connect it to a
computer with a USB cable or power it with a AC-to-DC
adapter or battery to get started.
4. Results
Figure 6: SKN Korti to Pandharpur bus location
positions
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2184
Figure 7: SKN Korti to Pandharpur bus location
positions
Figure 8: SKN Korti to Pandharpur bus location positions
Figure 9: Indapur to Akluj bus location positions
Above figure shows Different bus locations for
experimental purpose, like
1) SKN korti Pandharpur Bus location
2) Indapur to Akluj Bus locations
5. Conclusion:
The goal of this project was to be to create a
Vehicle tracking system to tracked bus location. System
gave longitude and latitude for bus location.
The implementation of this control structure
on tracked location using GPS and GPRS, it shows a good
performance in very difficult terrain, even with the
limitation of having GPS sensitivity.
References
[1] Saurabh S chakole, Vivek R. Kapur, and
Y.A.Suryawanshi, “ARM Hardware Platform and
Vehicular Monitoring and Tracking”, International
Conference on Communication Systems and Network
Technologies, pp.757-761, 2013.
[2] Ali Ziya Alkar, Member, IEEE, and Mehmet Atif Karaca
, “ An Internet-Based Interactive Embedded Data-
Acquisition System for Real-Time Applications”,IEEE
Transactions on instrumentation and measurement, vol.
58, no. 3, pp 522- 529, March 2009.
[3] Chih-Ching LI, Chh-Chen Wu, H. S. Liu, and M. Y.
Tseng, “A Real Time GPRS Surveillance System using the
Embedded System”, pp.1228-1234, 2003.
[4] Ming Lu a, Wu Chen b, Xuesong Shen , Hoi-Ching Lam
and Jianye Liu c ,“Positioning and tracking construction
vehicles in highly dense urban areas and Building
construction sites”, pp.647–656, 2007.
[5] Xing Jianping, Zhang Jun, Cheng Hebin, Li Changqing
and Shi Xiaohui,“ GPS Real Time Vehicle Alarm
Monitoring System Base on GPRS/CSD using The
Embedded System”, pp.1155-1158, 2006
[6] S.Sahitya and N.Swetha,“Real time vehicle tracking
system using GPS and GPRS”,International Journal of
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2185
Research in Computer and Communication Technology,
Vol 3, pp.1329-1333, October 2014.
[7] Lee, S., Tewolde, G and Kwon, J., "Design and
implementation of vehicle tracking System using
GPS/GSM/GPRS technology and smartphone
application." Internet of Things (WF-IoT), IEEE, 2014.
[8] Fabio Valente, Giammarco Zacheo, Pierfrancesco
Losito and Pietro Camarda, “A Telecommunications
Framework for Real-Time Monitoring of Dangerous
Goods Transport”, pp.13-18, 2009.

More Related Content

What's hot

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
 
Gps interface in gsm network
Gps interface in gsm networkGps interface in gsm network
Gps interface in gsm networkAnup Singhania
 
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
 
Vehicle Tracking and Locking System
Vehicle Tracking and Locking SystemVehicle Tracking and Locking System
Vehicle Tracking and Locking SystemKumar Prateek
 
Vehical tracking system
Vehical tracking systemVehical tracking system
Vehical tracking systemmangal das
 
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7Noor Mohammad's Faltoos
 
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION DrunkenSoul
 
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 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
 
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 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
 
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
 
project report. final
project report. finalproject report. final
project report. finalKumar Prateek
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...kailashgavare
 
Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)IRJET Journal
 
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
 

What's hot (20)

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
 
Research skills
Research skillsResearch skills
Research skills
 
Gps interface in gsm network
Gps interface in gsm networkGps interface in gsm network
Gps interface in gsm network
 
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
 
Vehicle Tracking and Locking System
Vehicle Tracking and Locking SystemVehicle Tracking and Locking System
Vehicle Tracking and Locking System
 
Vehicle Tracking System Using GPS
Vehicle Tracking System Using GPSVehicle Tracking System Using GPS
Vehicle Tracking System Using GPS
 
Vehical tracking system
Vehical tracking systemVehical tracking system
Vehical tracking system
 
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
DESIGN OF INTELLIGENT MOBILE VEHICLE CHECKING SYSTEM BASED ON ARM 7
 
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
ANTI-VEHICLE TRACKING SYSTEM USING SMARTPHONE APPLICATION
 
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 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
 
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 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
 
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 tracking by gps gsm
Vehicle tracking by gps   gsm Vehicle tracking by gps   gsm
Vehicle tracking by gps gsm
 
project report. final
project report. finalproject report. final
project report. final
 
Vehicle tracting system
Vehicle tracting systemVehicle tracting system
Vehicle tracting system
 
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
AUTOMATIC VEHICLE ACCIDENT INFORMATION BY SMS SYSTEM (AVAIS SYSTEM) Gps gsm a...
 
Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)Review on Tunnel Field Effect Transistors (TFET)
Review on Tunnel Field Effect Transistors (TFET)
 
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
 

Similar to Vehicle Tracking System for School Bus by Arduino

IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking SystemIRJET Journal
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET Journal
 
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
 
GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148IRJET Journal
 
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
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodISAR Publications
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerIRJET Journal
 
Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd Iaetsd
 
Vehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSVehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSIRJET Journal
 
Goo tracking final
Goo tracking finalGoo tracking final
Goo tracking finalekofficiel
 
update last year project.pptx
update last year project.pptxupdate last year project.pptx
update last year project.pptxMuhammadAdeel1171
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...IRJET Journal
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking Systemijtsrd
 
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATION
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATIONREAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATION
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATIONIJCSEA Journal
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring Niranjan Shintre
 

Similar to Vehicle Tracking System for School Bus by Arduino (20)

IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking System
 
IRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control SystemIRJET- GSM & GPS Based Vehicle Theft Control System
IRJET- GSM & GPS Based Vehicle Theft Control System
 
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
 
Final paper modified
Final paper   modifiedFinal paper   modified
Final paper modified
 
Vehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial VehiclesVehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial Vehicles
 
GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148GPS Based Vehicle Location using ARM 7 LPC 2148
GPS Based Vehicle Location using ARM 7 LPC 2148
 
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 ...
 
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking MethodIJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
IJRET-V1I1P4 - Vehicle Tracking System Using GPS Tracking Method
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data Visualizer
 
Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5Iaetsd smart vehicle tracking system using gsm, gps and rc5
Iaetsd smart vehicle tracking system using gsm, gps and rc5
 
Vehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPSVehicle Theft Detection and Tracking Based on GSM and GPS
Vehicle Theft Detection and Tracking Based on GSM and GPS
 
Goo tracking final
Goo tracking finalGoo tracking final
Goo tracking final
 
update last year project.pptx
update last year project.pptxupdate last year project.pptx
update last year project.pptx
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
Advanced Anti Accidental Solution by Pre Analyzing, Tracking and Detection of...
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
GPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking SystemGPS and GSM Based Vehicle Tracking System
GPS and GSM Based Vehicle Tracking System
 
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATION
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATIONREAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATION
REAL TIME WEB BASED SYSTEM FOR OBSERVING SAG AT SUBSTATION
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring GPS Assisted Roadmapping and Vehicle Monitoring
GPS Assisted Roadmapping and Vehicle Monitoring
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
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
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
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
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
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
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .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
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
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
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

Vehicle Tracking System for School Bus by Arduino

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | Page 2179 Vehicle Tracking System for School Bus by Arduino Supriya A Salunke1, Vitthal B. Jagtap2, Avinash D Harale3 1Solapur University, Department of Electronics SKN Sinhgad College of Engineering, Pandharpur, Solapur,India. 2Pune University, Department of Electronics S.B Patil College of Engineering,Indapur, Pune, India. 3Solapur University, Department of Electronics, SKN Sinhgad College of Engineering, Pandharpur, Solapur,India. Keywords: GPS and GPRS shield, Arduino uno board ,GPS Antenna, GPRS antenna 1. INTRODUCTION The aim of this project is to design & develop a vehicle tracking system using GPRS which can be easily controlled by arduino uno. In this modern, fast moving and insecure world, it is became a basic necessity to be aware of one’s safety. The number of vehicles also increases on roads and highways. The proposed system is a GPS based real time vehicle tracking system, is used for security applications as well as any organization that maintains a large fleet and wants accurate real-time information about vehicle position. For the implementation of this system use navigational technologies such as GPS, GPRS and database technologies.The system will be installing in a vehicle to allow the owner to track the vehicle’s location, this system will use GPS and GPRS module. Global Positioning System can determine the precise location of a vehicle.The GPS antenna present in the GPS receiver module receives the information from the GPS satellite in NMEA (National Marine Electronics Association) format and this information transmits to a server using GPRS module. GPRS provide TCP/IP connection with tracking server. Tracking server has ---------------------------------------------------------------------------------------------------------------------------------------- Abstract: Global Positioning System (GPS) is becoming widely used for tracking and monitoring vehicles. The system has been use for tracking vehicle in real time using GPRS (General Packet Radio Service) technology. The systems provide the possibility of tracking the location of vehicles at an affordable cost. A vehicle tracking system can be enables the fleet operator to find out the location of the vehicle throughout the journey of the vehicle. The system has provided GPS-GPRS based vehicle tracking system. The current position of the vehicle has been acquire by GPS device which is integrating into the target vehicle and the location coordinates can sent through GPRS, it provide by the GSM network. The GPS receiver is used to give latitude and longitude of the current location. The proposed system can be built using the microcontroller. This is the heart of the system. The GPS receiver connecting to microcontroller through the serial port and used to obtain the current location. The GPS receiver acquires the current position of the location and this information of vehicle transmits to tracking server using GPRS modem. GPRS provide TCP/IP connection with tracking server. Tracking server receives vehicle location information via network and stores this information in database. This information is available to authorized users of the system over the internet on map.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2180 received vehicle location information via network and stores this information in database. This information is available to authorized users of the system over the internet on map. GPS is a satellite based navigation system, it is made up of 24 satellites, these satellites placed into the orbit. These satellites transmit coded information towards GPS receiver, this information use to identify vehicle locations on earth by measuring the distance from the satellites. GPRS network is an "always on", private network for data. It uses the existing GSM network to transmit and receive TCP/IP based data to and from GPRS device/module. It support packet switched data services such as email and web browser. GPRS allows network operators to implement IP-based core architecture for data applications. The GPRS can transfer data at the maximum rate of 115.2 kbps. It is most suitable for a real-time tracking management system. 2. DESIGN METHOD: The main objective of this project is to develop a vehicle location tracking system for tracking purpose. The signal received from satellite is sent to hardware devices for further processing and finally the signal is sent to the PC for displaying on the Google Map. This project is divided into two parts which are the tracking part and a displaying part. The tracking part is responsible for obtaining the user location while the control and displaying part is for displaying the detected location on the Google Map. The hardware devices that are used in this project are the GPS and GPRS Shield Module and Arduino UNO Microcontroller. All of these hardware devices being programmed by using AT commands, and Arduino programming, php script. The software that used to write the code is Arduino IDE. Besides that, a user interface was created by using a php script. A. Hardware Representation: Figure 1: Hardware representation of vehicle tracking system using GPRS B. GPS Receiver Module Every single location in the entire globe can be specified in terms of geographical coordinates. The geographical coordinate is a system which specifies any given location on the earth surface as latitude and longitude. There are devices which can read the geographical coordinates of a place with the help of the signals received from a number of satellites orbiting the earth. The system of satellites which helps in the positioning of a place is called Global Positioning System (GPS). The devices which can read the geographical coordinates of a place with the help of at least four GPS satellites are called GPS Receiver or simply GPS module. The GPS module continuously produces a set of data regarding the position of the earth surface where it is situated which includes the current position with respect to the equator of the earth in terms of Latitude and Longitude. In this project the data regarding the geographical coordinate is extracted from the GPS output with the help of the Arduino. The Arduino can be used as a stand-alone board of which the output
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2181 or inputs can be taken from the boards or given to the board. C. GPS and GPRS shield assembly First assemble the GPRS+GPS shield with the antennas and the simcard installed, and configure your APN, login and password.. Also, set the URL with the IP address of your computer (external IP, not the LAN IP address) or your server's domain. The GPRS+GPS shield is connecting to the network and GPS module get position data and the 3G module that sends the HTTP request with the coordinates of the vehicle. It starts to send the HTTP request every few seconds with data of the position (latitude and longitude). It sends the GPS data through the Internet to the php. Script in your computer.Then we get the position of the device in Google Maps Figure 2: Bottom view of GPS and GPRS module Table 1: LED status Status SIM908 behavior Off SIM908 is not running 64ms On/ 800ms Off SIM908 not registered the network 64ms On/ 3000ms Off SIM908 registered to the network SIM908 registered to the network PPP GPRS communication is established The LED of the shield shows the status of the GPRS+GPS module. The Table 1.shows the meaning of the blink of the LED. D. Control and displaying php script is use to provide user interface for end user. To use the php script an server with php active is required. You can run the script in a PC. E. Mapping The Map form contains only a single Web browser. This form accepts the latitude and longitude and uses that data to display the position on the Google Maps. A query string is formed using round the latitude and longitude is passed to the web browser to navigate to the location which indicated by the latitude and longitude. To show the map with the marker we need url. The IP address or server domain is the same. F. AT commands used for System These AT commands are used to get gps data on serial window of arduino IDE..
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2182 Table 2: Get GPS data operation AT command Response Description AT+CGPSPWR OK Powers the GPS AT+CGPSRST OK Sets the reset mode AT+CGPSSTATUS Gets the status: Unknown, Not Fix, 2D Fix and 3D Fix AT+CGPSINF NMEA string Gets NMEA strings 3.Hardware Required: A. GPS and GPRS Quadband module(SIM908) SIM908 module is a complete Quad-Band GSM/GPRS module which combines GPS technology for satellite navigation. General features •Quad-Band 850/900/1800/1900MHz •GPRS multi-slot class 10 •GPRS mobile station class B •Low power consumption •Dimensions: 30*30*3.2mm •Weight:5.2g Specification for GPS •Receiver type - 42-channel - GPS L1 C/A code, - High-performance STE engine •Sensitivity - Tracking: -160 dBm - Cold starts : -143 dBm •Time-To-First-Fix - Cold starts: 30s (typ.) - Hot starts: 1s (typ.) •Power consumption (GSM engine in idle mode) - Acquisition 77mA - Tracking 76mA B. GPRS+GPS shield: Figure 3: Top view of GPS and GPRS module The shield uses the battery to powers itself but it can't power the Arduino board. To recharge the battery with the shield you only need to power the Arduino. The shield uses the 5v (ICSP header) to charge the battery.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2183 C. Antennas Connection With Module: Figure 4: External antenna connection with shield External GPS Antenna specifications: It includes a SMA- Female to UFL pigtail.  Frecuency: GPS 1575.42 MHz  Impedance: 50 Ohms  Polarization: RHCP  Gain: 26dB at 3V, 28dB at 5V  VSWR: <1.2:1  Supply Voltage 2.7V - 5.5V  Current: 15mA - 25mA  Power (max.): 125mW  Connector: SMA Male  Size: 41mm x 34mm x 13.7mm  Operating temperature -40°Cto +85°C External GPRS antenna specification The new quadband antenna offers a gain of 2.14 dBi. It includes a RPSMA to uFL pigtail.  Frequency: 4G/LTE (791-862/1710-2690 MHz), 3G (UMTS 2.1 GHz), GSM Quadband (850-900- 1800-1900 MHz) WIFI / BLUETOOTH (2.4 GHz)  Impedance: 50 Ohms  Polarization: horizontal  Gain: 2.14dBi  VSWR: <2:1  Power handling: 25W  Connector: RPSMA Male  Size: 114mm x 9mm  Operating temperature: -40°Cto +85°C D. Arduino uno Board: Figure 5: Arduino Uno board The Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started. 4. Results Figure 6: SKN Korti to Pandharpur bus location positions
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2184 Figure 7: SKN Korti to Pandharpur bus location positions Figure 8: SKN Korti to Pandharpur bus location positions Figure 9: Indapur to Akluj bus location positions Above figure shows Different bus locations for experimental purpose, like 1) SKN korti Pandharpur Bus location 2) Indapur to Akluj Bus locations 5. Conclusion: The goal of this project was to be to create a Vehicle tracking system to tracked bus location. System gave longitude and latitude for bus location. The implementation of this control structure on tracked location using GPS and GPRS, it shows a good performance in very difficult terrain, even with the limitation of having GPS sensitivity. References [1] Saurabh S chakole, Vivek R. Kapur, and Y.A.Suryawanshi, “ARM Hardware Platform and Vehicular Monitoring and Tracking”, International Conference on Communication Systems and Network Technologies, pp.757-761, 2013. [2] Ali Ziya Alkar, Member, IEEE, and Mehmet Atif Karaca , “ An Internet-Based Interactive Embedded Data- Acquisition System for Real-Time Applications”,IEEE Transactions on instrumentation and measurement, vol. 58, no. 3, pp 522- 529, March 2009. [3] Chih-Ching LI, Chh-Chen Wu, H. S. Liu, and M. Y. Tseng, “A Real Time GPRS Surveillance System using the Embedded System”, pp.1228-1234, 2003. [4] Ming Lu a, Wu Chen b, Xuesong Shen , Hoi-Ching Lam and Jianye Liu c ,“Positioning and tracking construction vehicles in highly dense urban areas and Building construction sites”, pp.647–656, 2007. [5] Xing Jianping, Zhang Jun, Cheng Hebin, Li Changqing and Shi Xiaohui,“ GPS Real Time Vehicle Alarm Monitoring System Base on GPRS/CSD using The Embedded System”, pp.1155-1158, 2006 [6] S.Sahitya and N.Swetha,“Real time vehicle tracking system using GPS and GPRS”,International Journal of
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | SO 9001:2008 Certified Journal | Page 2185 Research in Computer and Communication Technology, Vol 3, pp.1329-1333, October 2014. [7] Lee, S., Tewolde, G and Kwon, J., "Design and implementation of vehicle tracking System using GPS/GSM/GPRS technology and smartphone application." Internet of Things (WF-IoT), IEEE, 2014. [8] Fabio Valente, Giammarco Zacheo, Pierfrancesco Losito and Pietro Camarda, “A Telecommunications Framework for Real-Time Monitoring of Dangerous Goods Transport”, pp.13-18, 2009.