You are on page 1of 3

IOT based Traffic Signal control for reducing time

delay of an Emergency Vehicle using GPS


Sayalee Deshmukh Dr. S.B.Vanjale
Department of Computer Engineering . Department of Computer Engineering .
Bharati Vidyapeeth College of Engineering for Women, Bharati Vidyapeeth University College of Engineering
Pune, India Pune, India
sayalee.deshmukh@rediffmail.com sbvanjale@bvcoep.edu.in

II. PROPOSED SYSTEM


Abstract—Now a- days the situation of Traffic is getting The current ways used to faster the mobility of
intense day by day. The traffic is major factor which emergency vehicle are techniques like siren, blinking lights
contributes to the delay in reaching destination. This delay can
and some advanced techniques like RFID tags, etc. even after
be a matter of life and death in case of emergency vehicles like
using this technique the problem is not yet solved. In the
Ambulance, Fire Brigade etc. This paper proposes an
approach which controls the Traffic Signals so that when the
proposed system we are making the use of GPS system IOT
emergency vehicle is on its way to a particular destination. The application and Android application. Using this all together
location of vehicle is tracked by using GPS. This location is and handling the traffic situation in such a way that the
send to the application. The application performs the emergency vehicle passes without any delay at the traffic
algorithm with the help of this data and the google map. Signal. The details of this system are given below.

It controls the signals on its path. We also introduced a new A. GPS System
blue light to traffic signal to avoid the chaos in the mind of the The GPS system which is used for tracking the location
people waiting at the traffic signal.
of the Android Device is used to track the location of the
Keywords—traffic, delay, GPS, signal, IoT, Ambulance,
emergency vehicle. The GPS system also provides with the
emergency vehicle. best Route to reach the destination. The latest feature of the
system which shows the traffic on the road and the delay that
may be caused due to it.
I. INTRODUCTION
The driver will enter the destination in the Google Maps,
Human Life is a very valuable thing for any country.
this will return him with all the path options, along with
Accidents and Medical emergencies like fire, road accidents,
approximate time according to the traffic situation. The
medical emergencies etc. are normal occurring’s. It is very
driver then selects one of the best paths.
important that the emergency vehicles reach the spot in time
to avoid critical human loss. Thus, hospitals and fire stations
are throughout the city to reduce response time in case of B. Android Application
such emergencies. A very fast growth in population in cities Android is a software for mobile devices that includes an
has resulted in very huge traffic on roads within the city. [1]. operating system, middleware and key applications. A
developer can build an extremely innovative and rich
Conventionally, the traffic give way to such emergency
vehicles, on hearing the vehicle’s siren. However, this is not application by using an android open development platform.
sufficient in situations where the traffic cannot give path to Developers have complete access to the framework APIs
emergency vehicles at the traffic signals, which is the major used by the core applications. The architecture is designed
reason for delay. Almost all the traffic signals today are to simplify the reuse of components. All the applications
automated, when an emergency vehicle passes by an have the rights to make the use of the capabilities of other
intersection without green signal is a danger to traffic which applications. This same mechanism allows components to
is approaching the signal from other roads for which the be replaced by the user. The Android SDK provides the
signal is green. Thus to avoid major accidents the complete API package for the Android platform [2].
emergency vehicle has to wait until the entire traffic signal
cycle to complete and gets an official green signal. This is an GPS is a satellite-based navigation system that provides
important reason for the delay in response time of emergency location and time information in all weather conditions and
vehicle. Other means emergency vehicle transport like air anywhere on the earth, this location is opted only for the
ambulances are very expensive and are not reasonable for points where there is an unobstructed line of sight to four or
small cities [1]. more GPS satellites. Satellites time is accurate since it uses
Thus, Traffic Signal Preemption has become the need of an inbuilt atomic clock which is of high-precision. At any
the hour, in large cities where traffic situations is a major given time, a GPS receiver gets the information about the
reason for delay. A successful Traffic signal Preemption will position of a given satellite. By calculating the timing of
helps to reduce the delay and increasing response time which how long it takes for a signal to traverse through the
may be very helpful in saving a large amount of human lives distance between the satellite and the receiver, the precise
and will also provide road safety to other traffic with location of the receiver can be computed.
minimum cost.
The actual 3D position is tracked by the mapping of
latitude, longitude and altitude which is send by three

978-1-5386-5257-2/18/$31.00 ©2018 IEEE

Authorized licensed use limited to: Consortium - Saudi Arabia SDL. Downloaded on February 01,2021 at 16:28:49 UTC from IEEE Xplore. Restrictions apply.
different satellite. A fourth satellite is used to improve III. WORKING
accuracy and correct errors in timing offsets between the The working of the system is based on two important
clock in the satellite and that in the receiver. The more modules.
satellites there are, the greater the accuracy is
Android provides four different types of classes to help • The GPS System
developers to make use of inbuilt GPS receivers in the smart • Application Server
phones.
They are: The Ambulance or any Emergency Vehicle must be
• Location Manager equipped with the GPS System. This GPS System will send
• Location Provider the coordinates of the vehicle at every moment to the
• Geocoding. Application Server. Each vehicle must be logged in to the
• Google Maps. Android application. This application keeps the track vehicle
and tracks the route. The route is already selected by the
The proposed model will use an android application which
driver this route is also accessed by the Server.
will be used on a smart phone or tablet installed in every
ambulance. The app will use the Location Manager, and The Application server accepts all the information, based
Location Provider to perform the following functions: on this information the server finds the current location of
the vehicle and the route selected to the destination. This
• The app can only be accessed using a secure login. helps to find the next traffic signal in its vicinity. Whenever
• The staff of the emergency vehicle can then select a the vehicle comes in the distance of certain meters from the
destination using Google Maps. signal the server has to send the required action so that the
• The shortest path to the destination will be displayed. vehicle does not have to wait at the signal.
• The staff can select a priority level and request an A signal is also send to the destination hospital so that the
emergency status. hospital authorities are ready to handle the patient. Hospitals
• Once the vehicle is declared as an emergency vehicle, the also assign the priority to the patient based on their situation.
app will send regular updates to the server, which consists It is useful when two ambulances arrive to the same signal at
of the geo-coordinates of the vehicle, obtained using GPS same time. Whose chances are very rare.
Location Manager. There could be certain decisions that the software needs
C. Application Server to take based on the situation of the signal lights. Some of
those possibilities are as follows
The Server plays the very vital role in this system. It accepts
the location of the Ambulance or any Emergency Vehicle • If the signal is already green it will remain the same
from the GPS of the Android User. The server sends the as long as the Ambulance does not pass by. There is also a
message to the next traffic signal in the vicinity of the threat that people might think that it is technical error if it is
ambulance. All the signals are controlled by Raspberry Pi. green for too long only on one track and may break the rule
Whenever two emergency vehicles of same emergency to avoid this a new blue light is placed on the signal,
arrive at same traffic signal at this time. The vehicle with whenever other signals be Red to give way to emergency
highest priority is given the preference. vehicle simultaneously the Blue light is lit as an indication
that there is an emergency vehicle passing by [3].
D. Microcotroller (Raspberry Pi / Aduino)
Raspberry Pi is a microcontroller

Fig.1. Raspberry Pi
A Raspberry Pi is a credit card-sized micro-computer
which was originally designed for knowledge purpose, it was
inspired by the 1981 BBC Micro. The Raspberry Pi is an
open hardware device, it has an exception of the primary
chip which is on the Raspberry Pi. This chip is called as SoC Fig. 2. Diagrammatic representation of the system
the Broadcomm SoC (System on a Chip). this chip is
responsible for running of various components on Raspberry
Pi board such as CPU, graphics, memory, the USB
controller, etc.

2018 Fourth International Conference on Computing Communication Control and Automation (ICCUBEA)

Authorized licensed use limited to: Consortium - Saudi Arabia SDL. Downloaded on February 01,2021 at 16:28:49 UTC from IEEE Xplore. Restrictions apply.
• Second Situation is when the signal is Red. In this
case whenever the ambulance reaches within the certain
range of the signal the Application will turn the signal on the
route of vehicle into green and the one which is green into
yellow and after the time duration into red along with blue,
the remaining sides which are already red will also get Blue
as an indication whenever the vehicle passes by, the blue
light is turned off and the signal continues into its normal
routine
• Third situation is when the signal has turned Yellow
and is about to get Red, in this case also the signal is
turned into green and all the rest are turned to red in
proper cycle
• When two emergency vehicles reach the same
signal at the same time, to resolve such situation the priority
that is assigned to its patient is used as the deciding factor.
Patient with higher priority gets the way first.

IV. CONCLUSION
In this paper the proposed system is very efficient as it
makes the use of data send by location provider which is
almost very efficient. The android application not only
focuses on traffic light controlling but also sends message to
the hospital and the concerned doctor so that the
arrangements are ready at the hospital. The hospital will
assign priorities to the patient, to assign priority the
information is to be given by the staff with the ambulance
The chaos that may be created by changing lights
among the minds of people waiting at the signal will be
taken care by the concept of Blue light which is an
indication that the signals are changed.
This paper improves the state of the art in emergency
vehicle routing by introducing dynamic path planning
combined with traffic light preemption. As our results
demonstrate, dynamic path planning has proven to reduce
the emergency vehicle’s travel time

REFERENCES
[1] Sahar Z Shatnawi, Balqees A Mohammad , Alaa I Kalaf and Hussein
R Al-zoubi. A Wireless MobilePhone Approach to Traffic Signal
Preemption for Faster Service of Emergency Vehicles. International
Journal of Computer Applications 46(3):35-41, May 2012. Published
by Foundation of Computer Science, New York, USA.
[2] Android Developers http://developer.android.com

[3] Mr.M. Nithyakumar and P. Aswin, “Traffic Clearance For


Emergency Vehicles Using Priority Mode,” International Research
Journal of Engineering and Technology, Volume: 04 Issue: 03 | Mar -
2017.
[4] Hend Kamal Gedawy, “Dynamic Path Planning and Traffic Light
Coordination for Emergency Vehicle Routing,”
[5] Farheen Taj, “Traffic Clearance System for Ambulance Services,”
Recent Advances in Technology and Engineering (RATE-2017).

2018 Fourth International Conference on Computing Communication Control and Automation (ICCUBEA)

Authorized licensed use limited to: Consortium - Saudi Arabia SDL. Downloaded on February 01,2021 at 16:28:49 UTC from IEEE Xplore. Restrictions apply.

You might also like