SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 435
IoT BASED SCHOOL BUS TRACKING SYSTEM
Amrutha M R1, Deeksha B R2, Shilpa Shetty3, Asst.prof. Rohan Don Salins4
1,2,3,4Department of Computer Science and Engineering, Shree Devi Institute of Technology (SDIT),
Karnataka, India.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Nowadays, parents are perturbed about school
going children because of the increasing number of cases of
missing students. On occasion, students need to wait a much
longer time for arrival of their school bus. There exist some
communication technologies that are used to ensure the
safety of students. But these are incapable of providing
efficient services to parents. This paper presents the
development of a school bus monitoring system, capable of
providing productive services throughemergingtechnologies
like Internet of Things (Iota). The proposed IoT based system
tracks students in a school bus using a combination of
RFID/GPS/GSM/GPRS technologies. In addition to the
tracking, a prediction algorithm is implemented for
computation of the arrival time of a school-bus. Through an
Android application, parents can continuously monitor the
bus route.
Key Words: Vehicle tracking; microcontroller; RFID; GPS;
1.INTRODUCTION
Ensuring safety and security of school student is a prime
concern for society, the world over. There have been
numerous reports such as kidnapping of school students on
their way home or to schooland delayingofschoolbusdueto
road traffic. A recent study shows that number of missing
children, across the country, increased by 84 percent
between 2013 and 2016. Technology can provide a
comprehensive solution to this vexing problem. School
vehicle tracking systems play a major role in the safety of
school children. For trackinga school bus weproposeanIoT-
based school bus monitoring system. IoT is defined as the
inter-communication of "connected devices" and "smart
devices", and other items embedded with electronics,
software,sensors,actuators,andnetworkconnectivity,which
enable these objects to collect and exchange data. An in-
vehicle device, using Radio Frequency Identification (RFID)
tag, identifies each studentand tracks the bus via the global
positioningsatellite(GPS)module.AGSMmoduleisdeployed
to notify the parents about the entry and exit status of
students, and up to the minute reports, of running status of
the bus, appended with location and speed of the bus. Short
message alerts are sent to parents, if the predefined, route
schedule of the school bus, is modified. The information
collected by a GPS receiver in the vehicle is communicated to
a Cloud server. A smartphone application empowers the end
user, to monitorthe locationofschoolbus,andviewtheroute
path, using Google maps. The mobile application also
determines the arrival times of a School Bus.
2. RELATED WORK
This phase of the paper elaborates telematics technologies
for the progress of various vehicle monitoring applications
like tracking location of vehicle and location of theft vehicle.
Zambada, et al, propose a school busmonitoringsystemwith
the use of localization and speed sensors. This will allow
parents and school authority to keep real-time track of the
school bus behavior. A publish and subscribe architecture is
used; a parent or any stakeholder, who needs data is called
subscriber. S. Lee, G. Tewolde and J. Kwon developed and
tested a vehicle tracking system, in this paper an in-vehicle
device comprised of GPS, GSM and General Packet Radio
service (GPRS) modules, and it is embedded inside the
vehicle, whose position is to be tracked in real time using a
Smartphone application. A hardware prototype was
developed for vehicle tracking in. Geographical coordinates
of the vehicle, obtained by GPS Receiver, are communicated
to the user’s phone, using GSM modem and the system is not
capable of proving Google maps. Single in proposed a GPS-
based Bus Tracking System. It is an application that has its
client side on the Android platform and themainobjective of
this paper is to acquire real-time location of the bus and the
updated transit schedule of the bus-route, it is comprised of
two main modules; a GPS-based sub-system, which tracks
the current location; the other modules predicted the
average velocity of the bus using clustering and back
propagation method.Tomakeefficienttrackingsystemsome
papers have introduced features like bus arrival time
calculation. Liu, et al in integrated the k-nearestneighbor(k-
NN) algorithm with cluster analysis and applied principal
component analysis (PCA) for computations of bus arrival
times. Road traffic is the key factor that effects arrival time
calculations. In, Sai, et al, dealt with solutions to different
traffic anomalies using Hadoop map Reduce. For more
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 436
precise prediction of the road traffic a cost effective method
using Apache Spark was introduced by Prathilothamai, et al
in.
3. SYSTEM REQUIREMENTS
A. Hardware Requirements
1. Arduino Uno: Arduino 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. You can tinker
with your UNO without worrying too much about doing
something wrong, worst case scenario you can replace the
chip for a few dollars and start over again.
"Uno" means one in Italian and was chosen to mark the
release of Arduino Software (IDE) 1.0. The Uno board and
version 1.0 of Arduino Software (IDE) were the reference
versions of Arduino, now evolvedtonewer releases.TheUno
board is the first in a series of USB Arduino boards, and the
reference model for the Arduino platform; for an extensive
list of current, past or outdatedboardsseetheArduinoindex
of boards.
Fig 1 Arduino Uno
2. GSM Module: Turning ON the GPS module on the phone
would not cost us anything but getting a location usually
involves transaction withcell phoneserviceprovidersoasto
extract the location
fast and with as little network connectivity as possible plus
non visibility of satellites. In short: no cell phone service
implies any GPS location, as far as handheld devices are
considered.
Normal GPS The method is called trilateration. The receiver
listens to a particular frequency and gets data packets in the
form of time coded messages from satellites. The receiver
figures which satellites it can hear from. It starts gathering
those messages containing time information from atomic
clocks, current satellite positions etc. Nominal time to get a
location is around 30-60 seconds. The same information
needs to be confirmed by at least two other satellites.
Fig 2 GSM Module
3. GPS: A GPS navigation device, GPS receiver, or simplyGPS
is a device that is capable of receiving information from GPS
satellites and then to calculate the device's geographical
position. Using suitable software, the device may displaythe
position on a map, and it may offer directions.
Fig 3.1 GPS Module
4. Rfid: Radio-frequency identificationuseselectromagnetic
fields to automatically identify and track tags attached to
objects. The tags contain electronically-stored information.
Passive tags collect energy from a nearby RFID reader's
interrogating radio waves.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 437
Fig 4 Rfid
B. Software Requirements
1. Apache HTTP Server: Apache is web server software.
Any web server is either hardware (a computer)orsoftware
(the computer application) and thus it helps deliver content
which is accessed through the computer. It is the back end
that provides the support for scripts to work, databases to
seamlessly integrate with the web application. Apache
played a vital role in initial phases of development of World
Wide Web. It helps in implementing core modules for
handling server side programming language, authentication
schemes, socket transactions & layer securities. While
supporting ftp, it has inbuilt HTML authorizing tool &inbuilt
search engine. The large public library of add-ons helps one
to customize the server end.
2. PHP Scripting: It serves as a server side scripting
language. The interpreter used at server end is a dedicate
PHP processor module and interprets the chunk of code
within the delimiters.
Acronym for Hypertext Pre-processor, PHP helps in
designing dynamic web content.PHP code is processed in
command-line mode performing desired operating system
operations and producing program output on its standard
output channel. The three main reasons towork withPHPis:
first, it fits in greatly with HTML, being interchangeablewith
it, and only adds new content. Secondly, its user interface
provides a richer experience as compared to HTML only.
Third and foremost, it’s easy to learn and we can easily get
started by using only a few functions.
4.Database: MySQL is a world renowned open source
Relational DBMS supporting standardSQL.Attheserverend,
it can be configured to provide single user or multi user
access to a number of Databases and tables. Some ofthebest
features are: cross-platform support, updatable views,
cursors, information schema, query caching etc. It can easily
be integrated into PHP scripts. It is developed, distributed &
supported by Oracle foundation.
5. Arduino IDE: Arduino 1.8.2 is the open-source Arduino
Software (IDE) makes it easy to write code and upload it to
the board. It runs on Windows, Mac OS X, and Linux. The
environment is written in Java and based on Processing and
other open-source software.
4. ADVANTAGES
IoT based school bus Tracking system often have several
alternatives , like sending automatic alerts to a phone they
can also work as one layer of several combined security
measures.
 Bus tracking
 Location based services enabled devices
 Driver monitoring
 Route monitoring
5. RESULT
In the proposed framework, When the parent enters Bus
route number and Date, the School bus tracker shows the
Bus’s current location along with expected arrival times at
each bus station. Such information is very handyforparents,
who need not anxiously wait for uncertaindurations,asthey
would have acquired the most up to date arrival time of the
specified school bus. Thefollowingsectionshowsscreenshot
of two modules. Whenever he parent clicks anywhereonthe
map, the current position an the travellingpathofschool bus
will be displayed, components have be integratedtoprovide
the security.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 438
Travelling path of school bus
When the parent needs to know the exact arrival timeofbus,
by clicking the TIME SCHEDULE button, computed arrival
times at each bus stop on the selected route, and details of
student are displayed on the screen.
6. CONCLUSION
We developed a school bus tracking device, in collaboration
with RFID, GPS and GSM/GPRS technologies. Whenever a
child enters/exits the bus, the tracking system is capable of
notifying the child’s parents, through SMSalerts.AnAndroid
application has beendevelopedtodisplayvehiclelocation on
Google maps and, display arrival times of a school bus, at
each of its designated bus-stop. The implementation is very
cost-effective, as it is based on easily accessible electronic
devices.
REFERENCES
[1] S. Shah and B. Singh, “RFID Based School Bus Tracking
and Security System,” pp. 1481–1485, 2016.
[2] J. Zambada, R. Quintero, R. Isijara, R. Galeana, and L.
Santillan, “An IoT based scholar bus monitoring system,”
2015 IEEE 1st Int. Smart Cities Conf. ISC2 2015, 2015.
[3] S. Lee, G. Tewolde, and J. Kwon, “Design and
implementation of vehicle tracking system using
GPS/GSM/GPRS technology and smartphone application,”
2014 IEEE World ForumInternetThings,pp.353–358,2014.
[4] T. Bojan, U. Kumar, and V. Bojan, “Designing vehicle
tracking system - An open source approach,” 2014 IEEE Int.
Conf. Veh. Electron. Safety, ICVES 2014, pp. 135–140,
2015.Technology Based On Arm7,” International Journal of
Research in Information Technology(IJRIT), Volume2,Issue
9,Pg. 764-769, September 2014.
[5] L. Singla, “GPS Based Bus Tracking System,” 2015.
Ac

More Related Content

What's hot

IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging SystemIRJET Journal
 
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
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET Journal
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET Journal
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET Journal
 
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET Journal
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired PeopleIRJET Journal
 
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET Journal
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...IRJET Journal
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 
Density Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry PiDensity Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry Piijtsrd
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET Journal
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoTIRJET Journal
 
Fingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemFingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemIJTET Journal
 
IRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET Journal
 
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...IRJET Journal
 

What's hot (20)

IRJET- Automatic Vehicle Accident Detection and Messaging System
IRJET-  	  Automatic Vehicle Accident Detection and Messaging SystemIRJET-  	  Automatic Vehicle Accident Detection and Messaging System
IRJET- Automatic Vehicle Accident Detection and Messaging System
 
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
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
SMART E-TOLL SYSTEM
SMART E-TOLL SYSTEMSMART E-TOLL SYSTEM
SMART E-TOLL SYSTEM
 
IRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation SystemIRJET- Smart Bus Transportation System
IRJET- Smart Bus Transportation System
 
IRJET-Smart Parking System
IRJET-Smart Parking SystemIRJET-Smart Parking System
IRJET-Smart Parking System
 
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
IRJET - A Real-Time Pothole Detection Approach for a Safety Transportation Sy...
 
IRJET - Smart Vision System for Visually Impaired People
IRJET -  	  Smart Vision System for Visually Impaired PeopleIRJET -  	  Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
 
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...IRJET-  	  Closed Loop Students Monitoring and Tracking System using Raspberr...
IRJET- Closed Loop Students Monitoring and Tracking System using Raspberr...
 
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
SENSPEED: Sensing Driving Conditions to Estimate Vehicle Speed in Urban Envir...
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 
Density Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry PiDensity Based Traffic Lightcontrol System using Raspberry Pi
Density Based Traffic Lightcontrol System using Raspberry Pi
 
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCUIRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
IRJET- Car Obstacle Detection and Pollution Level Tracing using Node MCU
 
IRJET- Smart Bus for Smart City using IoT
IRJET-  	  Smart Bus for Smart City using IoTIRJET-  	  Smart Bus for Smart City using IoT
IRJET- Smart Bus for Smart City using IoT
 
Mobile GPS Tracking
Mobile GPS TrackingMobile GPS Tracking
Mobile GPS Tracking
 
Fingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert SystemFingerprint Based Smart Pay and Accident Alert System
Fingerprint Based Smart Pay and Accident Alert System
 
IRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway TrackIRJET- Automatic Detection of Crack Fault in Railway Track
IRJET- Automatic Detection of Crack Fault in Railway Track
 
Ie3415061510
Ie3415061510Ie3415061510
Ie3415061510
 
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...IRJET-  	  Smart Tracking System for School Buses for Ensuring Child Security...
IRJET- Smart Tracking System for School Buses for Ensuring Child Security...
 
[IJET V2I3P3] Authors: Kavya K, Dr. Geetha C R
[IJET V2I3P3] Authors: Kavya K, Dr. Geetha C R[IJET V2I3P3] Authors: Kavya K, Dr. Geetha C R
[IJET V2I3P3] Authors: Kavya K, Dr. Geetha C R
 

Similar to IoT school bus tracking

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
 
A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...IRJET Journal
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdfEllenC5
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPSIRJET Journal
 
IRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET Journal
 
A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things IJECEIAES
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemIRJET Journal
 
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
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPSIRJET Journal
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerIRJET Journal
 
akash seminar 2.pdf
akash seminar 2.pdfakash seminar 2.pdf
akash seminar 2.pdfAkash297017
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET Journal
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTIRJET Journal
 
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...IRJET Journal
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED
 
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
 

Similar to IoT school bus tracking (20)

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
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...A novel method for Smart school bus tracking system using Machine learning an...
A novel method for Smart school bus tracking system using Machine learning an...
 
IRJET-V7I61054.pdf
IRJET-V7I61054.pdfIRJET-V7I61054.pdf
IRJET-V7I61054.pdf
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET-  	  IoT based Vehicle Tracking using GPSIRJET-  	  IoT based Vehicle Tracking using GPS
IRJET- IoT based Vehicle Tracking using GPS
 
IRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey BuildingsIRJET- Smart Parking System in Multi-Storey Buildings
IRJET- Smart Parking System in Multi-Storey Buildings
 
A study of remotely booking slot for vehicle using Internet of Things
A study of remotely booking slot for vehicle using  Internet of Things A study of remotely booking slot for vehicle using  Internet of Things
A study of remotely booking slot for vehicle using Internet of Things
 
Automatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating SystemAutomatic Free Parking Slot Status Intimating System
Automatic Free Parking Slot Status Intimating System
 
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
 
Smart vehicle tracking using GPS
Smart vehicle tracking using GPSSmart vehicle tracking using GPS
Smart vehicle tracking using GPS
 
GPS Data Logger and Data Visualizer
GPS Data Logger and Data VisualizerGPS Data Logger and Data Visualizer
GPS Data Logger and Data Visualizer
 
Vehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial VehiclesVehicle Tracking System For Commercial Vehicles
Vehicle Tracking System For Commercial Vehicles
 
akash seminar 2.pdf
akash seminar 2.pdfakash seminar 2.pdf
akash seminar 2.pdf
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
IRJET- GPS Based Vehicle Tracking and Monitoring System - A Solution for Tran...
 
A Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoTA Survey on Vehicle Tracking System using IoT
A Survey on Vehicle Tracking System using IoT
 
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...IRJET-  	  Implementation of Children Tracking System on Android Mobile Termi...
IRJET- Implementation of Children Tracking System on Android Mobile Termi...
 
IJSRED-V2I1P37
IJSRED-V2I1P37IJSRED-V2I1P37
IJSRED-V2I1P37
 
Final paper modified
Final paper   modifiedFinal paper   modified
Final paper modified
 
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
 

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

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
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringJuanCarlosMorales19600
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substationstephanwindworld
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 

Recently uploaded (20)

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...
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Piping Basic stress analysis by engineering
Piping Basic stress analysis by engineeringPiping Basic stress analysis by engineering
Piping Basic stress analysis by engineering
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Earthing details of Electrical Substation
Earthing details of Electrical SubstationEarthing details of Electrical Substation
Earthing details of Electrical Substation
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 

IoT school bus tracking

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 435 IoT BASED SCHOOL BUS TRACKING SYSTEM Amrutha M R1, Deeksha B R2, Shilpa Shetty3, Asst.prof. Rohan Don Salins4 1,2,3,4Department of Computer Science and Engineering, Shree Devi Institute of Technology (SDIT), Karnataka, India. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Nowadays, parents are perturbed about school going children because of the increasing number of cases of missing students. On occasion, students need to wait a much longer time for arrival of their school bus. There exist some communication technologies that are used to ensure the safety of students. But these are incapable of providing efficient services to parents. This paper presents the development of a school bus monitoring system, capable of providing productive services throughemergingtechnologies like Internet of Things (Iota). The proposed IoT based system tracks students in a school bus using a combination of RFID/GPS/GSM/GPRS technologies. In addition to the tracking, a prediction algorithm is implemented for computation of the arrival time of a school-bus. Through an Android application, parents can continuously monitor the bus route. Key Words: Vehicle tracking; microcontroller; RFID; GPS; 1.INTRODUCTION Ensuring safety and security of school student is a prime concern for society, the world over. There have been numerous reports such as kidnapping of school students on their way home or to schooland delayingofschoolbusdueto road traffic. A recent study shows that number of missing children, across the country, increased by 84 percent between 2013 and 2016. Technology can provide a comprehensive solution to this vexing problem. School vehicle tracking systems play a major role in the safety of school children. For trackinga school bus weproposeanIoT- based school bus monitoring system. IoT is defined as the inter-communication of "connected devices" and "smart devices", and other items embedded with electronics, software,sensors,actuators,andnetworkconnectivity,which enable these objects to collect and exchange data. An in- vehicle device, using Radio Frequency Identification (RFID) tag, identifies each studentand tracks the bus via the global positioningsatellite(GPS)module.AGSMmoduleisdeployed to notify the parents about the entry and exit status of students, and up to the minute reports, of running status of the bus, appended with location and speed of the bus. Short message alerts are sent to parents, if the predefined, route schedule of the school bus, is modified. The information collected by a GPS receiver in the vehicle is communicated to a Cloud server. A smartphone application empowers the end user, to monitorthe locationofschoolbus,andviewtheroute path, using Google maps. The mobile application also determines the arrival times of a School Bus. 2. RELATED WORK This phase of the paper elaborates telematics technologies for the progress of various vehicle monitoring applications like tracking location of vehicle and location of theft vehicle. Zambada, et al, propose a school busmonitoringsystemwith the use of localization and speed sensors. This will allow parents and school authority to keep real-time track of the school bus behavior. A publish and subscribe architecture is used; a parent or any stakeholder, who needs data is called subscriber. S. Lee, G. Tewolde and J. Kwon developed and tested a vehicle tracking system, in this paper an in-vehicle device comprised of GPS, GSM and General Packet Radio service (GPRS) modules, and it is embedded inside the vehicle, whose position is to be tracked in real time using a Smartphone application. A hardware prototype was developed for vehicle tracking in. Geographical coordinates of the vehicle, obtained by GPS Receiver, are communicated to the user’s phone, using GSM modem and the system is not capable of proving Google maps. Single in proposed a GPS- based Bus Tracking System. It is an application that has its client side on the Android platform and themainobjective of this paper is to acquire real-time location of the bus and the updated transit schedule of the bus-route, it is comprised of two main modules; a GPS-based sub-system, which tracks the current location; the other modules predicted the average velocity of the bus using clustering and back propagation method.Tomakeefficienttrackingsystemsome papers have introduced features like bus arrival time calculation. Liu, et al in integrated the k-nearestneighbor(k- NN) algorithm with cluster analysis and applied principal component analysis (PCA) for computations of bus arrival times. Road traffic is the key factor that effects arrival time calculations. In, Sai, et al, dealt with solutions to different traffic anomalies using Hadoop map Reduce. For more
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 436 precise prediction of the road traffic a cost effective method using Apache Spark was introduced by Prathilothamai, et al in. 3. SYSTEM REQUIREMENTS A. Hardware Requirements 1. Arduino Uno: Arduino 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. You can tinker with your UNO without worrying too much about doing something wrong, worst case scenario you can replace the chip for a few dollars and start over again. "Uno" means one in Italian and was chosen to mark the release of Arduino Software (IDE) 1.0. The Uno board and version 1.0 of Arduino Software (IDE) were the reference versions of Arduino, now evolvedtonewer releases.TheUno board is the first in a series of USB Arduino boards, and the reference model for the Arduino platform; for an extensive list of current, past or outdatedboardsseetheArduinoindex of boards. Fig 1 Arduino Uno 2. GSM Module: Turning ON the GPS module on the phone would not cost us anything but getting a location usually involves transaction withcell phoneserviceprovidersoasto extract the location fast and with as little network connectivity as possible plus non visibility of satellites. In short: no cell phone service implies any GPS location, as far as handheld devices are considered. Normal GPS The method is called trilateration. The receiver listens to a particular frequency and gets data packets in the form of time coded messages from satellites. The receiver figures which satellites it can hear from. It starts gathering those messages containing time information from atomic clocks, current satellite positions etc. Nominal time to get a location is around 30-60 seconds. The same information needs to be confirmed by at least two other satellites. Fig 2 GSM Module 3. GPS: A GPS navigation device, GPS receiver, or simplyGPS is a device that is capable of receiving information from GPS satellites and then to calculate the device's geographical position. Using suitable software, the device may displaythe position on a map, and it may offer directions. Fig 3.1 GPS Module 4. Rfid: Radio-frequency identificationuseselectromagnetic fields to automatically identify and track tags attached to objects. The tags contain electronically-stored information. Passive tags collect energy from a nearby RFID reader's interrogating radio waves.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 437 Fig 4 Rfid B. Software Requirements 1. Apache HTTP Server: Apache is web server software. Any web server is either hardware (a computer)orsoftware (the computer application) and thus it helps deliver content which is accessed through the computer. It is the back end that provides the support for scripts to work, databases to seamlessly integrate with the web application. Apache played a vital role in initial phases of development of World Wide Web. It helps in implementing core modules for handling server side programming language, authentication schemes, socket transactions & layer securities. While supporting ftp, it has inbuilt HTML authorizing tool &inbuilt search engine. The large public library of add-ons helps one to customize the server end. 2. PHP Scripting: It serves as a server side scripting language. The interpreter used at server end is a dedicate PHP processor module and interprets the chunk of code within the delimiters. Acronym for Hypertext Pre-processor, PHP helps in designing dynamic web content.PHP code is processed in command-line mode performing desired operating system operations and producing program output on its standard output channel. The three main reasons towork withPHPis: first, it fits in greatly with HTML, being interchangeablewith it, and only adds new content. Secondly, its user interface provides a richer experience as compared to HTML only. Third and foremost, it’s easy to learn and we can easily get started by using only a few functions. 4.Database: MySQL is a world renowned open source Relational DBMS supporting standardSQL.Attheserverend, it can be configured to provide single user or multi user access to a number of Databases and tables. Some ofthebest features are: cross-platform support, updatable views, cursors, information schema, query caching etc. It can easily be integrated into PHP scripts. It is developed, distributed & supported by Oracle foundation. 5. Arduino IDE: Arduino 1.8.2 is the open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other open-source software. 4. ADVANTAGES IoT based school bus Tracking system often have several alternatives , like sending automatic alerts to a phone they can also work as one layer of several combined security measures.  Bus tracking  Location based services enabled devices  Driver monitoring  Route monitoring 5. RESULT In the proposed framework, When the parent enters Bus route number and Date, the School bus tracker shows the Bus’s current location along with expected arrival times at each bus station. Such information is very handyforparents, who need not anxiously wait for uncertaindurations,asthey would have acquired the most up to date arrival time of the specified school bus. Thefollowingsectionshowsscreenshot of two modules. Whenever he parent clicks anywhereonthe map, the current position an the travellingpathofschool bus will be displayed, components have be integratedtoprovide the security.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 438 Travelling path of school bus When the parent needs to know the exact arrival timeofbus, by clicking the TIME SCHEDULE button, computed arrival times at each bus stop on the selected route, and details of student are displayed on the screen. 6. CONCLUSION We developed a school bus tracking device, in collaboration with RFID, GPS and GSM/GPRS technologies. Whenever a child enters/exits the bus, the tracking system is capable of notifying the child’s parents, through SMSalerts.AnAndroid application has beendevelopedtodisplayvehiclelocation on Google maps and, display arrival times of a school bus, at each of its designated bus-stop. The implementation is very cost-effective, as it is based on easily accessible electronic devices. REFERENCES [1] S. Shah and B. Singh, “RFID Based School Bus Tracking and Security System,” pp. 1481–1485, 2016. [2] J. Zambada, R. Quintero, R. Isijara, R. Galeana, and L. Santillan, “An IoT based scholar bus monitoring system,” 2015 IEEE 1st Int. Smart Cities Conf. ISC2 2015, 2015. [3] S. Lee, G. Tewolde, and J. Kwon, “Design and implementation of vehicle tracking system using GPS/GSM/GPRS technology and smartphone application,” 2014 IEEE World ForumInternetThings,pp.353–358,2014. [4] T. Bojan, U. Kumar, and V. Bojan, “Designing vehicle tracking system - An open source approach,” 2014 IEEE Int. Conf. Veh. Electron. Safety, ICVES 2014, pp. 135–140, 2015.Technology Based On Arm7,” International Journal of Research in Information Technology(IJRIT), Volume2,Issue 9,Pg. 764-769, September 2014. [5] L. Singla, “GPS Based Bus Tracking System,” 2015. Ac