SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1605
A Survey on Real Time Bus Monitoring System
S.R.Janani1, J. Karthipriya2, S.P.Keerthana3,M.Muhammed Rasik Fareed4
1Assistant Professor, Department of Computer Science and Engineering, SNS College of Technology (Autonomous)
Sathy main Road, Vazhiyampalayam pirivu, Coimbatore-35, Tamil Nadu, India.
1jananiselvaraj.mit@gmail.com
2,3,4final year,Department of Computer Science and Engineering, SNS College of Technology(Autonomous)
Sathy main Road, Vazhiyampalayam pirivu, Coimbatore-35, Tamil Nadu, India,
---------------------------------------------------------------***---------------------------------------------------------------------------
Abstract - Nowadays the students and staffs are using
the various transport facilities to reach the institution
such as government bus, private bus, institution bus, own
vehicle.75% of the people prefers the transport service
provided by the institution due to the safety and security
reasons. Without knowing the exact location of the buses
most of the students, staffs are waiting for long time in bus
stop and also have a chance to miss the buses. There are
various bus monitoring techniques that play a vital role in
solving these problems. This study is an attempt to
showcase various techniques for bus monitoring, accident
detection and alerting system, fuel monitoring system and
an overview about the proposed methodology.
Keywords : GPS, sensors, IoT, Raspberry pi.
1.INTRODUCTION
A variety of transportation facilities are available for the
staff and students to reach their institution. Most of them
uses their own transport vehicle or buses provided by
the institution to reach destination on time. Probably
80% of people prefer to use institution bus services,
because they consider safety and security as important
factor.75% of them asserted they had been late to the
destination because of waiting at bus stop for long hours
and difficulty in knowing the exact location of the buses.
This is one of the challenge problem faced by most of the
people and calls for technology to solve the problem.
With the help of tracking system the students and staffs
can track the exact location of the buses, can view the
arrival time of the bus to the requested location from
their mobile device. Now-a-days lot of accidents happens
due to increase in traffic and also due to rash driving of
the drivers. In many situations the ambulance and police
authority are not informed on time. It results in delaying
the help reached to the person suffered due to accident.
The accident alert system detects the location of the bus
and sends alert messages to the hospital which provides
timely treatment to the affected people. Another
problem faced by bus administration and the driver is
maintaining the fuel details. The actual record of fuel
refilling and fuel consumption in vehicles is not
maintained. The quantity of fuel refilling are noted
manually by the driver or by the administration. The fuel
monitoring system solves this problem and reduces the
manual effort and error probability.
2.FOUNDATION
As a foundation, the basics of real time bus monitoring
system are explained in this section.
1.1 Internet of Things
Internet of Things refers to scenarios where network
connectivity and computing capability extends to
objects, sensors and everyday items not normally
considered computers but Internet of Things allows
these devices to generate, exchange and consume data
with minimal human intervention. IoT systems like
networked vehicles, intelligent traffic systems, sensors
embedded in roads and bridges makes a idea closer to
“smart cities’’, which helps to minimize the congestion
and the energy consumption. IoT implementations use
different technical communications models, in which
each has its own characteristics. The Four common
communications models are
 Device-to-Device
 Device-to-Cloud
 Device-to-Gateway
 Back-End Data-Sharing
1.2 Global Positioning System
The GPS consists of 24 satellites, that circle the globe
once every 12 hours, to provide worldwide position,
time and velocity information. GPS helps to identify
locations on the earth by measuring distance from the
satellites. The GPS system comprises of three segments.
They are
 Space segment
 Control segment
 User segment
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1606
When a GPS receiver is turned on, it downloads orbit
information of all the satellites. Once the information is
downloaded, it is stored in the receiver’s memory for
future use. Even though the GPS receiver knows the
location of the satellites in space, it needs to know the
distance from each satellite where it is receiving a signal
from. The distance is calculated, by the receiver. It is
calculated by multiplying the velocity of the transmitted
signal and the time it takes the signal to reach the
receiver. The GPS receiver’s clock is less accurate than
the atomic clock in the satellite. The distance
measurement must be corrected to account for the
receiver’s internal clock error of GPS
3.SURVEY
There are various methods for bus tracking, accident
detection and alerting, fuel monitoring. This section
describes each method.
3.1 WiLocator
WiLocator is to track and predict the arrival time of an
urban buses based on the surrounding WiFi information.
WiFi Access Points (APs) are distributed densely along
the road segments of the urban bus routes. It provides
services to many transit agencies, third-party companies
that are commonly equipped each bus with a GPS-
enabled in-vehicle device. The WiLocator is made of
three components: WiFi-enabled commodity off-the-
shelf smartphones, carried by the bus driver for crowd
sensing. The smartphone periodically scans the
surrounding WiFi information, and reports it to the
server, a back-end server shifts the computation burden
to the server, which includes real-time bus tracking,
arrival time prediction, traffic map generation and a user
interface such that the real-time bus track, schedule of
the buses, traffic map, can be readily available for
intended bus riders.
1) Drawbacks: The unstable Wifi signals and
complicated outdoor environment along the road
segments are the challenges for tracking the buses. The
WiLocator is installed in smart phone of the bus driver
and it should be carried by the driver
3.2 EasyTracker
EasyTracker is an automatic transit mapping. The transit
agency must obtain smartphone, install an app and place
a phone in each transit vehicle. It can either be
permanently fit in the vehicle, or may be carried by the
bus driver. A central location server collects location
updates from all in-vehicle devices. The acknowledged
records are set through batch processing and online
processing. In the batch processing, a huge set of
recorded GPS traces are processed to produce route
shapes, bus stop location and bus schedules. Online
processing matches vehicles to routes and performs the
arrival time prediction. In order to make arrival time
predictions, these navigation-enabled systems requires
additional information. This system produces high-
fidelity route maps, extracts transit stop locations, and
constructs transit schedules that consistently out-
perform the official schedules produced by the transit
authority.
1) Drawbacks: The tracking method is a complex
process and it can accessed only by the transit authority.
3.3 GPS-GSM Based Tracking
GPS-GSM based tracking system is to track the location
of bus with the help of google map. After installation the
system will locate target with the help of a Web
application which is a HTML based application in Google
map. The web application named as ‘Tracking System’. It
represents the complete output of this system. In this
system two applications are developed and they are
linked to each other. The First application is used to get
the initial position of the vehicle that is the starting point
and as system will receive the different co-ordinates
which is the longitude and latitude position switching to
the next one will be done to get the distance travelled
between the two positions. This application will run on
WAMP server. The system allows to track the target
anytime and anywhere in any weather conditions.
1) Advantages: This system is user friendly and it
can be easily installed, easily accessed and can be used
for various other purposes.
2) Drawbacks: The user has to open two
application to enter the starting point and the co-
ordinates.
3.4 Adaptive vehicle tracking
An adaptive vehicle tracking methodology is developed
for public transportation. This methodology is a two
pronged approach. The first one is User Request
Processing and the other is Vehicle Information
Processing. In the User Request Processing, the user first
sends an SMS through their mobile to real time informer
number with the information about the area codes of
their source location and the final destination. The
message sent user is received through a mobile at the
server station. The system then processes the request
and sends the approximate location of the bus and when
it may arrive. The steps involved in vehicle information
processing at first every bus is allotted a route and a
unique mobile number is given to the bus the SIM card
will do it. The route of the bus and its number is
registered. Then certain codes for the buses are allotted
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1607
to every station which is made known to the driver.
Whenever the bus reaches route station, the driver just
needs to hold down the corresponding code key on the
device in the bus. It automatically generates a message
containing the current location and reports back to the
server where the server is updated. When the user sends
a request, data from the server is sent to the user
through a text message about the location and estimated
time of arrival.
1) Advantages: This is a real time system hence the
results will be accurate to an acceptable level.
2) Drawbacks: The bus driver has to note down
each time the bus reaches the new location and to hold
on the key in the device.
3.5 Open MTC platform
It is a mobile tracking system using open MTC platform.
It monitors the vehicles position and in special cases the
speed, cabin temperature and number of passenger can
also be monitored. The monitoring process is done using
position of vehicle from satellite through GPS device and
sends the received data to server through GSM modem.
The vehicle data is managed using Machine-to-Machine
(M2M) communication form. The Open Machine Type
Communication platform for aggregating and processing
location data. Monitoring application is supported by
seven main modules they are GSM and GPS modules,
SMS timer, a control system consisting of two sub
modules namely data processing module and SMS
sending interface. On the server side there is M2M
platform to handle process of receiving information and
giving services to application and on the side of user. The
system has a web application to show vehicle's position
that moves on Google maps which presents a real time
movement of the tracked objects. A vehicle's position is
detected by taking information from satellite data
received by GPS module. The data received by
monitoring system is processed by concerning timer and
further it is sent to OpenMTC using SMS media. This
sending process is periodically done and determined by
user. The information received by OpenMTC gateway
will be forwarded to the user application. The user
should be previously subscribed to it using the OpenMTC
APIs. The data is processed and adapted with the help of
Google map format then displayed in form of Google
map.
3.6 Accident Alert
Accident alert system gives the live updates of accidental
vehicle with their location details with help of GPS. It
ensures the vehicle which has got accident to send
location details to web server located at emergency
ambulance centre. The system uses the Raspberry Pi,
Vibration Sensors, GPS and GSM modules to detect
accidents. The GPS continuously takes input data from
the satellite and stores the latitude, longitude values in
ATmega16 microcontroller's buffer. To track the vehicle,
message has to be forwarded to GSM device, by which it
gets activated. It also gets activated by detecting accident
with the help of shock sensor connected to Raspberry Pi.
It deactivates GPS with the help of relay .Once GSM gets
activated it takes the last received latitude and longitude
positions values from the buffer. The GSM sends a
message to a central emergency dispatch server which is
predefined in the program.
1) Drawbacks: Central dispatch server is needed
for processing the location details.
3.7 Fuel monitoring
It monitors the level of the fuel in the vehicle. It uses reed
switch which works according to the principle of Hall
Effect for sensing the amount of fuel filled in the vehicle
and amount of fuel consumed. Then this record is stored
in the system memory. The system is composed of
central control system, communication system, sensor
system, power system and a microcontroller based fuel
monitoring. The interfacing unit consists of two fuel level
sensors. Fuel Sensors 1 and 2.Fuel sensor 1 is placed at
the inlet of fuel tank, as the disk of flow meter rotates,
due to the magnet present on the disk it will make and
break the reed switch. Pulses will be available as an
input to the microcontroller. By counting these pulses
and multiplying it by a flow factor will get exact amount
of fuel filled. Fuel sensor 2 is placed at the outlet of fuel
tank, as the disk of flow meter rotates, due to the magnet
present on the disk it will make and break the reed
switch. The square pulses are the input to the
microcontroller. By counting these pulses and
multiplying it by a flow factor we will get exact amount
of fuel consumed.
4.CONCLUSION
Thus in this paper we have discussed the various
methods used for bus tracking, accident detection and
fuel monitoring and their advantages and drawbacks are
explained.
ACKNOWLEDGEMENT
We would like to express our sincere thanks to the
institution for providing us the platform. Other than that
we are grateful to all the previous researchers for their
publications which helped us a lot.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1608
REFERENCES
[1] Wenping Liu, Jiangchuan Liu, Hongbo Jiang,
Bicheng Xu, Hongzhi Lin, Guoyin Jiang,Jing Xing,
Huazhong University of Science and Technology,
China, “WiLocator: WiFi-sensing based Real-time
Bus Tracking and Arrival Time Prediction in
Urban Environments”, 2016 IEEE 36th
International Conference on Distributed
Computing Systems.
[2] James Biagioni, Tomas Gerlich, Timothy
Merrifield, Jakob Eriksson, “EasyTracker:
Automatic Transit Tracking, Mapping, and Arrival
Time Prediction Using Smartphones”, November
1–4, 2011.
[3] Pankaj Verma, J.S Bhatia, “Design and
development of GPS-GSM based tracking system
with google map based monitoring”, Centre for
Development of Advanced Computing,
International Journal of Computer Science
Engineering and Applications (IJCSEA) Vol.3, No.3,
June 2013.
[4] Bhukya Devi Prasad, Council of Scientific and
Industrial Research, Reeta Sony A.L,National Law
University, “RTI-TRAPS An Adaptive Vehicle
Tracking Methodology for Public Transportation”,
International Journal of Computer Applications
(0975 – 8887) Volume 75– No.9, August 2013.
[5] Maman Abdurohman, Anton Herutomo, Vera
Suryani Unified Communication Laboratory, Asma
Elmangoush, Thomas Magedanz Technical
University Berlin, “Mobile Tracking System Using
OpenMTC Platform,Based on driven method”, 1 st
IEEE International Workshop on Machine to
Machine Communications Interfaces and
Platforms 2013.
[6] Kiran Sawant, Imran Bhole, Prashant Kokane,
Piraji Doiphode, Prof. Yogesh Thorat, “Accident
Alert and Vehicle Tracking System” ,International
Journal of Innovative Research in Computer and
Communication Engineering Vol. 4, Issue 5, May
2016.
[7] Sachin. Aher, Kokate R. D. “Fuel Monitoring and
Vehicle Tracking”, International Journal of
Engineering and Innovative Technology (IJEIT)
Volume 1 Issue 3 March 2012.

More Related Content

PDF
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
IJSRD
 
PDF
Real-Time Bus Tracking System
IRJET Journal
 
PDF
GPRS Based Bus Monitoring System
IRJET Journal
 
PDF
Can protocol driverless train control system
eSAT Publishing House
 
PDF
GPS Tracking System for Public Transport
IRJET Journal
 
PDF
Db35575578
IJERA Editor
 
PDF
IRJET- College Bus Tracking and Notification System
IRJET Journal
 
PDF
Intelligent Bus Tracking System Using Android
AM Publications
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
IJSRD
 
Real-Time Bus Tracking System
IRJET Journal
 
GPRS Based Bus Monitoring System
IRJET Journal
 
Can protocol driverless train control system
eSAT Publishing House
 
GPS Tracking System for Public Transport
IRJET Journal
 
Db35575578
IJERA Editor
 
IRJET- College Bus Tracking and Notification System
IRJET Journal
 
Intelligent Bus Tracking System Using Android
AM Publications
 

What's hot (20)

PPSX
Gps Tracker with RFID | School Security |
techlead-india
 
PDF
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
ijtsrd
 
DOCX
GPS based Bus management system
Neeraj Kansal
 
PPT
Intelligent Transportation System
Kunal Bhadane
 
PPTX
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
WMLab,NCU
 
PPT
Vmuralidharan
tarlesubba
 
PPTX
Predicting bus arrival time based on participatory mobile phone sensing
Sreeraj Puzhakkattiri
 
PPTX
Intelligent Transportation System
guest6d72ec
 
PDF
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET Journal
 
PDF
Dynamic vehicle traffic management system
eSAT Journals
 
PDF
Intelligent Collision avoidance and monitoring system for railway using wirel...
Editor IJMTER
 
PDF
Intelligent Transportation system
Er.BASAVARAJ Pachhapure
 
PDF
Final report
darshangowda679
 
PPTX
Use of IT in Data Collection and Optimization of Public Transport Operations
WRI Ross Center for Sustainable Cities
 
PDF
A Review on Smart Bus Ticketing System using QR-Code
IRJET Journal
 
PDF
IRJET- Smart Bus for Smart City using IoT
IRJET Journal
 
PDF
Top Cited Articles International Journal of Computer Science, Engineering and...
IJCSEA Journal
 
PPT
intelligent transport system bgsbu coet
junaid bashir
 
PDF
B04401014016
ijceronline
 
PDF
IRJET- Vehicle Monitoring System using Internet of Things
IRJET Journal
 
Gps Tracker with RFID | School Security |
techlead-india
 
Novel based Approach Schema for Processing Vehicle Tracking System through GP...
ijtsrd
 
GPS based Bus management system
Neeraj Kansal
 
Intelligent Transportation System
Kunal Bhadane
 
How Long to Wait? Predicting Bus Arrival Time With Mobile Phone Based Partici...
WMLab,NCU
 
Vmuralidharan
tarlesubba
 
Predicting bus arrival time based on participatory mobile phone sensing
Sreeraj Puzhakkattiri
 
Intelligent Transportation System
guest6d72ec
 
IRJET - Real Time Tracking System and Generate QR Code based Ticket for Publ...
IRJET Journal
 
Dynamic vehicle traffic management system
eSAT Journals
 
Intelligent Collision avoidance and monitoring system for railway using wirel...
Editor IJMTER
 
Intelligent Transportation system
Er.BASAVARAJ Pachhapure
 
Final report
darshangowda679
 
Use of IT in Data Collection and Optimization of Public Transport Operations
WRI Ross Center for Sustainable Cities
 
A Review on Smart Bus Ticketing System using QR-Code
IRJET Journal
 
IRJET- Smart Bus for Smart City using IoT
IRJET Journal
 
Top Cited Articles International Journal of Computer Science, Engineering and...
IJCSEA Journal
 
intelligent transport system bgsbu coet
junaid bashir
 
B04401014016
ijceronline
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET Journal
 
Ad

Similar to A survey on real time bus monitoring system (20)

PDF
BUS TRACKING SYSTEM
IRJET Journal
 
PDF
IRJET- IoT based Vehicle Tracking using GPS
IRJET Journal
 
PDF
IRJET- Smart Bus Ticket System using IoT Technology
IRJET Journal
 
PDF
IRJET-V7I61054.pdf
EllenC5
 
DOC
WHY TO WAIT
P.Sharath Chandra Reddy
 
PPTX
busloc college bus trackering systemppt.pptx
lynxburning
 
PDF
IRJET- IoT based School Bus Tracking System
IRJET Journal
 
PDF
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
IJET - International Journal of Engineering and Techniques
 
PDF
IRJET - Smart Transportation Monitoring System
IRJET Journal
 
PDF
IRJET- Public Bus Transport Location Monitoring System
IRJET Journal
 
PDF
IRJET- Real Time Transport Tracking and Management System using Google API
IRJET Journal
 
PDF
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
ijujournal
 
PDF
IRJET- A Survey on Various Location Tracking Systems
IRJET Journal
 
PPTX
School Bus Alerting System for parents .pptx
Nagraj Tondchore
 
PDF
IRJET- Bus Monitoring System using Android Application
IRJET Journal
 
PDF
Travel Management Application
IRJET Journal
 
PDF
Smart vehicle tracking using GPS
IRJET Journal
 
PDF
Crowd Conscious Internet of Things Enabled Smart Bus Navigation System
IJCSIS Research Publications
 
PDF
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET Journal
 
BUS TRACKING SYSTEM
IRJET Journal
 
IRJET- IoT based Vehicle Tracking using GPS
IRJET Journal
 
IRJET- Smart Bus Ticket System using IoT Technology
IRJET Journal
 
IRJET-V7I61054.pdf
EllenC5
 
busloc college bus trackering systemppt.pptx
lynxburning
 
IRJET- IoT based School Bus Tracking System
IRJET Journal
 
[IJET V2I2P22] Authors: Dr. Sanjeev S. Sannakki, Omkar Kotibhaskar, Namrata N...
IJET - International Journal of Engineering and Techniques
 
IRJET - Smart Transportation Monitoring System
IRJET Journal
 
IRJET- Public Bus Transport Location Monitoring System
IRJET Journal
 
IRJET- Real Time Transport Tracking and Management System using Google API
IRJET Journal
 
A NOVEL AND COST EFFECTIVE APPROACH TO PUBLIC VEHICLE TRACKING SYSTEM
ijujournal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET Journal
 
School Bus Alerting System for parents .pptx
Nagraj Tondchore
 
IRJET- Bus Monitoring System using Android Application
IRJET Journal
 
Travel Management Application
IRJET Journal
 
Smart vehicle tracking using GPS
IRJET Journal
 
Crowd Conscious Internet of Things Enabled Smart Bus Navigation System
IJCSIS Research Publications
 
IRJET- Vehicle Detection and Tracking System IoT based: A Review
IRJET Journal
 
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
PDF
Kiona – A Smart Society Automation Project
IRJET Journal
 
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
PDF
Breast Cancer Detection using Computer Vision
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
PDF
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
PDF
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
IRJET Journal
 
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
IRJET Journal
 
Kiona – A Smart Society Automation Project
IRJET Journal
 
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
IRJET Journal
 
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
IRJET Journal
 
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
IRJET Journal
 
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
IRJET Journal
 
BRAIN TUMOUR DETECTION AND CLASSIFICATION
IRJET Journal
 
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
IRJET Journal
 
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
IRJET Journal
 
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
IRJET Journal
 
Breast Cancer Detection using Computer Vision
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
IRJET Journal
 
Auto-Charging E-Vehicle with its battery Management.
IRJET Journal
 
Analysis of high energy charge particle in the Heliosphere
IRJET Journal
 
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
IRJET Journal
 

Recently uploaded (20)

PPTX
Inventory management chapter in automation and robotics.
atisht0104
 
PDF
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
PPTX
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
PPTX
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
PDF
Zero Carbon Building Performance standard
BassemOsman1
 
PDF
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
PDF
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
PDF
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
PDF
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
PDF
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
PDF
Zero carbon Building Design Guidelines V4
BassemOsman1
 
PDF
All chapters of Strength of materials.ppt
girmabiniyam1234
 
PDF
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
PDF
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
PDF
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
PDF
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
PDF
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
PDF
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
PPTX
Information Retrieval and Extraction - Module 7
premSankar19
 
PDF
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 
Inventory management chapter in automation and robotics.
atisht0104
 
Chad Ayach - A Versatile Aerospace Professional
Chad Ayach
 
MSME 4.0 Template idea hackathon pdf to understand
alaudeenaarish
 
business incubation centre aaaaaaaaaaaaaa
hodeeesite4
 
Zero Carbon Building Performance standard
BassemOsman1
 
2010_Book_EnvironmentalBioengineering (1).pdf
EmilianoRodriguezTll
 
Unit I Part II.pdf : Security Fundamentals
Dr. Madhuri Jawale
 
top-5-use-cases-for-splunk-security-analytics.pdf
yaghutialireza
 
settlement FOR FOUNDATION ENGINEERS.pdf
Endalkazene
 
Machine Learning All topics Covers In This Single Slides
AmritTiwari19
 
Zero carbon Building Design Guidelines V4
BassemOsman1
 
All chapters of Strength of materials.ppt
girmabiniyam1234
 
Natural_Language_processing_Unit_I_notes.pdf
sanguleumeshit
 
Construction of a Thermal Vacuum Chamber for Environment Test of Triple CubeS...
2208441
 
Introduction to Ship Engine Room Systems.pdf
Mahmoud Moghtaderi
 
67243-Cooling and Heating & Calculation.pdf
DHAKA POLYTECHNIC
 
20ME702-Mechatronics-UNIT-1,UNIT-2,UNIT-3,UNIT-4,UNIT-5, 2025-2026
Mohanumar S
 
Cryptography and Information :Security Fundamentals
Dr. Madhuri Jawale
 
Information Retrieval and Extraction - Module 7
premSankar19
 
The Effect of Artifact Removal from EEG Signals on the Detection of Epileptic...
Partho Prosad
 

A survey on real time bus monitoring system

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1605 A Survey on Real Time Bus Monitoring System S.R.Janani1, J. Karthipriya2, S.P.Keerthana3,M.Muhammed Rasik Fareed4 1Assistant Professor, Department of Computer Science and Engineering, SNS College of Technology (Autonomous) Sathy main Road, Vazhiyampalayam pirivu, Coimbatore-35, Tamil Nadu, India. [email protected] 2,3,4final year,Department of Computer Science and Engineering, SNS College of Technology(Autonomous) Sathy main Road, Vazhiyampalayam pirivu, Coimbatore-35, Tamil Nadu, India, ---------------------------------------------------------------***--------------------------------------------------------------------------- Abstract - Nowadays the students and staffs are using the various transport facilities to reach the institution such as government bus, private bus, institution bus, own vehicle.75% of the people prefers the transport service provided by the institution due to the safety and security reasons. Without knowing the exact location of the buses most of the students, staffs are waiting for long time in bus stop and also have a chance to miss the buses. There are various bus monitoring techniques that play a vital role in solving these problems. This study is an attempt to showcase various techniques for bus monitoring, accident detection and alerting system, fuel monitoring system and an overview about the proposed methodology. Keywords : GPS, sensors, IoT, Raspberry pi. 1.INTRODUCTION A variety of transportation facilities are available for the staff and students to reach their institution. Most of them uses their own transport vehicle or buses provided by the institution to reach destination on time. Probably 80% of people prefer to use institution bus services, because they consider safety and security as important factor.75% of them asserted they had been late to the destination because of waiting at bus stop for long hours and difficulty in knowing the exact location of the buses. This is one of the challenge problem faced by most of the people and calls for technology to solve the problem. With the help of tracking system the students and staffs can track the exact location of the buses, can view the arrival time of the bus to the requested location from their mobile device. Now-a-days lot of accidents happens due to increase in traffic and also due to rash driving of the drivers. In many situations the ambulance and police authority are not informed on time. It results in delaying the help reached to the person suffered due to accident. The accident alert system detects the location of the bus and sends alert messages to the hospital which provides timely treatment to the affected people. Another problem faced by bus administration and the driver is maintaining the fuel details. The actual record of fuel refilling and fuel consumption in vehicles is not maintained. The quantity of fuel refilling are noted manually by the driver or by the administration. The fuel monitoring system solves this problem and reduces the manual effort and error probability. 2.FOUNDATION As a foundation, the basics of real time bus monitoring system are explained in this section. 1.1 Internet of Things Internet of Things refers to scenarios where network connectivity and computing capability extends to objects, sensors and everyday items not normally considered computers but Internet of Things allows these devices to generate, exchange and consume data with minimal human intervention. IoT systems like networked vehicles, intelligent traffic systems, sensors embedded in roads and bridges makes a idea closer to “smart cities’’, which helps to minimize the congestion and the energy consumption. IoT implementations use different technical communications models, in which each has its own characteristics. The Four common communications models are  Device-to-Device  Device-to-Cloud  Device-to-Gateway  Back-End Data-Sharing 1.2 Global Positioning System The GPS consists of 24 satellites, that circle the globe once every 12 hours, to provide worldwide position, time and velocity information. GPS helps to identify locations on the earth by measuring distance from the satellites. The GPS system comprises of three segments. They are  Space segment  Control segment  User segment
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1606 When a GPS receiver is turned on, it downloads orbit information of all the satellites. Once the information is downloaded, it is stored in the receiver’s memory for future use. Even though the GPS receiver knows the location of the satellites in space, it needs to know the distance from each satellite where it is receiving a signal from. The distance is calculated, by the receiver. It is calculated by multiplying the velocity of the transmitted signal and the time it takes the signal to reach the receiver. The GPS receiver’s clock is less accurate than the atomic clock in the satellite. The distance measurement must be corrected to account for the receiver’s internal clock error of GPS 3.SURVEY There are various methods for bus tracking, accident detection and alerting, fuel monitoring. This section describes each method. 3.1 WiLocator WiLocator is to track and predict the arrival time of an urban buses based on the surrounding WiFi information. WiFi Access Points (APs) are distributed densely along the road segments of the urban bus routes. It provides services to many transit agencies, third-party companies that are commonly equipped each bus with a GPS- enabled in-vehicle device. The WiLocator is made of three components: WiFi-enabled commodity off-the- shelf smartphones, carried by the bus driver for crowd sensing. The smartphone periodically scans the surrounding WiFi information, and reports it to the server, a back-end server shifts the computation burden to the server, which includes real-time bus tracking, arrival time prediction, traffic map generation and a user interface such that the real-time bus track, schedule of the buses, traffic map, can be readily available for intended bus riders. 1) Drawbacks: The unstable Wifi signals and complicated outdoor environment along the road segments are the challenges for tracking the buses. The WiLocator is installed in smart phone of the bus driver and it should be carried by the driver 3.2 EasyTracker EasyTracker is an automatic transit mapping. The transit agency must obtain smartphone, install an app and place a phone in each transit vehicle. It can either be permanently fit in the vehicle, or may be carried by the bus driver. A central location server collects location updates from all in-vehicle devices. The acknowledged records are set through batch processing and online processing. In the batch processing, a huge set of recorded GPS traces are processed to produce route shapes, bus stop location and bus schedules. Online processing matches vehicles to routes and performs the arrival time prediction. In order to make arrival time predictions, these navigation-enabled systems requires additional information. This system produces high- fidelity route maps, extracts transit stop locations, and constructs transit schedules that consistently out- perform the official schedules produced by the transit authority. 1) Drawbacks: The tracking method is a complex process and it can accessed only by the transit authority. 3.3 GPS-GSM Based Tracking GPS-GSM based tracking system is to track the location of bus with the help of google map. After installation the system will locate target with the help of a Web application which is a HTML based application in Google map. The web application named as ‘Tracking System’. It represents the complete output of this system. In this system two applications are developed and they are linked to each other. The First application is used to get the initial position of the vehicle that is the starting point and as system will receive the different co-ordinates which is the longitude and latitude position switching to the next one will be done to get the distance travelled between the two positions. This application will run on WAMP server. The system allows to track the target anytime and anywhere in any weather conditions. 1) Advantages: This system is user friendly and it can be easily installed, easily accessed and can be used for various other purposes. 2) Drawbacks: The user has to open two application to enter the starting point and the co- ordinates. 3.4 Adaptive vehicle tracking An adaptive vehicle tracking methodology is developed for public transportation. This methodology is a two pronged approach. The first one is User Request Processing and the other is Vehicle Information Processing. In the User Request Processing, the user first sends an SMS through their mobile to real time informer number with the information about the area codes of their source location and the final destination. The message sent user is received through a mobile at the server station. The system then processes the request and sends the approximate location of the bus and when it may arrive. The steps involved in vehicle information processing at first every bus is allotted a route and a unique mobile number is given to the bus the SIM card will do it. The route of the bus and its number is registered. Then certain codes for the buses are allotted
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1607 to every station which is made known to the driver. Whenever the bus reaches route station, the driver just needs to hold down the corresponding code key on the device in the bus. It automatically generates a message containing the current location and reports back to the server where the server is updated. When the user sends a request, data from the server is sent to the user through a text message about the location and estimated time of arrival. 1) Advantages: This is a real time system hence the results will be accurate to an acceptable level. 2) Drawbacks: The bus driver has to note down each time the bus reaches the new location and to hold on the key in the device. 3.5 Open MTC platform It is a mobile tracking system using open MTC platform. It monitors the vehicles position and in special cases the speed, cabin temperature and number of passenger can also be monitored. The monitoring process is done using position of vehicle from satellite through GPS device and sends the received data to server through GSM modem. The vehicle data is managed using Machine-to-Machine (M2M) communication form. The Open Machine Type Communication platform for aggregating and processing location data. Monitoring application is supported by seven main modules they are GSM and GPS modules, SMS timer, a control system consisting of two sub modules namely data processing module and SMS sending interface. On the server side there is M2M platform to handle process of receiving information and giving services to application and on the side of user. The system has a web application to show vehicle's position that moves on Google maps which presents a real time movement of the tracked objects. A vehicle's position is detected by taking information from satellite data received by GPS module. The data received by monitoring system is processed by concerning timer and further it is sent to OpenMTC using SMS media. This sending process is periodically done and determined by user. The information received by OpenMTC gateway will be forwarded to the user application. The user should be previously subscribed to it using the OpenMTC APIs. The data is processed and adapted with the help of Google map format then displayed in form of Google map. 3.6 Accident Alert Accident alert system gives the live updates of accidental vehicle with their location details with help of GPS. It ensures the vehicle which has got accident to send location details to web server located at emergency ambulance centre. The system uses the Raspberry Pi, Vibration Sensors, GPS and GSM modules to detect accidents. The GPS continuously takes input data from the satellite and stores the latitude, longitude values in ATmega16 microcontroller's buffer. To track the vehicle, message has to be forwarded to GSM device, by which it gets activated. It also gets activated by detecting accident with the help of shock sensor connected to Raspberry Pi. It deactivates GPS with the help of relay .Once GSM gets activated it takes the last received latitude and longitude positions values from the buffer. The GSM sends a message to a central emergency dispatch server which is predefined in the program. 1) Drawbacks: Central dispatch server is needed for processing the location details. 3.7 Fuel monitoring It monitors the level of the fuel in the vehicle. It uses reed switch which works according to the principle of Hall Effect for sensing the amount of fuel filled in the vehicle and amount of fuel consumed. Then this record is stored in the system memory. The system is composed of central control system, communication system, sensor system, power system and a microcontroller based fuel monitoring. The interfacing unit consists of two fuel level sensors. Fuel Sensors 1 and 2.Fuel sensor 1 is placed at the inlet of fuel tank, as the disk of flow meter rotates, due to the magnet present on the disk it will make and break the reed switch. Pulses will be available as an input to the microcontroller. By counting these pulses and multiplying it by a flow factor will get exact amount of fuel filled. Fuel sensor 2 is placed at the outlet of fuel tank, as the disk of flow meter rotates, due to the magnet present on the disk it will make and break the reed switch. The square pulses are the input to the microcontroller. By counting these pulses and multiplying it by a flow factor we will get exact amount of fuel consumed. 4.CONCLUSION Thus in this paper we have discussed the various methods used for bus tracking, accident detection and fuel monitoring and their advantages and drawbacks are explained. ACKNOWLEDGEMENT We would like to express our sincere thanks to the institution for providing us the platform. Other than that we are grateful to all the previous researchers for their publications which helped us a lot.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 01 | Jan -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 1608 REFERENCES [1] Wenping Liu, Jiangchuan Liu, Hongbo Jiang, Bicheng Xu, Hongzhi Lin, Guoyin Jiang,Jing Xing, Huazhong University of Science and Technology, China, “WiLocator: WiFi-sensing based Real-time Bus Tracking and Arrival Time Prediction in Urban Environments”, 2016 IEEE 36th International Conference on Distributed Computing Systems. [2] James Biagioni, Tomas Gerlich, Timothy Merrifield, Jakob Eriksson, “EasyTracker: Automatic Transit Tracking, Mapping, and Arrival Time Prediction Using Smartphones”, November 1–4, 2011. [3] Pankaj Verma, J.S Bhatia, “Design and development of GPS-GSM based tracking system with google map based monitoring”, Centre for Development of Advanced Computing, International Journal of Computer Science Engineering and Applications (IJCSEA) Vol.3, No.3, June 2013. [4] Bhukya Devi Prasad, Council of Scientific and Industrial Research, Reeta Sony A.L,National Law University, “RTI-TRAPS An Adaptive Vehicle Tracking Methodology for Public Transportation”, International Journal of Computer Applications (0975 – 8887) Volume 75– No.9, August 2013. [5] Maman Abdurohman, Anton Herutomo, Vera Suryani Unified Communication Laboratory, Asma Elmangoush, Thomas Magedanz Technical University Berlin, “Mobile Tracking System Using OpenMTC Platform,Based on driven method”, 1 st IEEE International Workshop on Machine to Machine Communications Interfaces and Platforms 2013. [6] Kiran Sawant, Imran Bhole, Prashant Kokane, Piraji Doiphode, Prof. Yogesh Thorat, “Accident Alert and Vehicle Tracking System” ,International Journal of Innovative Research in Computer and Communication Engineering Vol. 4, Issue 5, May 2016. [7] Sachin. Aher, Kokate R. D. “Fuel Monitoring and Vehicle Tracking”, International Journal of Engineering and Innovative Technology (IJEIT) Volume 1 Issue 3 March 2012.