SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1128
Ambulance Detection and Traffic Control System
Karthik B V1, Manoj M2, Rohit R Kowshik3, Akash Aithal4, Dr. S. Kuzhalvai Mozhi5
1,2,3,4Eighth Semester, Dept. of ISE, The National Institute of Engineering, Mysore
5Associate Professor, Dept. of ISE, The National Institute of Engineering, Mysore
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Emerging issue of traffic congestion is an inescapable condition in large and growing cities across the world.
Rise in population has increased the number of automobiles leading to a sheer growth in traffic. Life, as we know it, is
precious. It is second to none and once lost cannot be brought back. During calamities, the response time taken by the emergency
services play a crucial role whether it be medical services, Fire engines or police forces. The major obstacle they face is the
traffic congestion. In order to overcome that, there is a need for smart traffic control system which dynamically adapts to the
changing conditions. The main concept behind this paper is to detect the ambulance en route to the destination and control
the traffic system to provide the effective services. This paper proposes a system which uses a GPS module to transmit the
location of the ambulance to the cloud using a Wi-Fi module, which is then transmitted to the smart traffic system which in
turn changes the traffic signal cycle dynamically. This proposed low-cost system can be implemented throughout the city
thereby reducing the delay and avoiding the casualties due to congestedtraffic situations.
Key Words: Emergency services, Traffic congestion, GPS module, Wi-Fi module, low cost system, smart traffic
control.
1. INTRODUCTION
The vehicle traffic congestion in cities has been exponentially raised due to a large number of vehicles plying on the road.
Due to this large traffic, often traffic jams occur on roads because of which the emergency medical vehicles like ambulance
and fire engines get stuck in traffic congestion which may be the cause for losing human lives. Current traffic control
systems are a static case wherein vehicles have to wait for a predefined amount of time until the microcontroller switches
the green light for that lane. If the ambulance is stuck near to the traffic signal, then the traffic police can give priority to
the ambulance by giving necessary symbol or signs to the vehicles so that the ambulance can get out of the traffic as
quickly as possible. Moreover, if the emergency vehicles are stuck in a lane far from the traffic signal, the siren of the
ambulance is unable to reach the traffic police, in which case the emergency vehicles have to wait until the traffic gets
clearedor wehave to depend on other vehicles to move aside which is not an easy task in traffic situations.
The use of IoT (Internet of Things) technology has been implemented in the proposed system. This system uses a SIM-28
GPS [Global Positioning System] module that has the receiver with antenna which sends the real time location in the form of
latitudinal and longitudinal information about where the ambulance is precisely located. Therefore in this system, a GPS
tracker module is acquired to implement the in-vehicle device. Along with the GPS module integrated is the ESP8266 IoT
Wi-Fi module that gives any microcontroller access to the Wi-Fi network. The 8266 Wi-Fi module is used to transmit the
location data to the base station by the Wi-Fi 802.11b and finally to the AWS [Amazon Web Service] EC2 cloud instance. Two
predefined reference points are selected for all the traffic signals in the city before and after the traffic signal points. One such
reference point is selected at a certain distance before the traffic signal control system, to check whether the emergency
vehicle is in the vicinity of that particular traffic signal while the other reference point is selected after the traffic control
system so that the traffic signal is made to toggle back to its normal sequential cycle flow after the emergency vehicle
passes it. The traffic signals are integrated with Raspberry Pi 3B+. The traffic signals are programmed to change dynamically
asthe emergency vehicle passes the reference point.
2. LITERATURE REVIEW
In the paper Accident Detection & Ambulance Rescue System Using Wireless Technology[3], they presented a system to
detect accident automatically using vibration sensor, and ambulance unit send the vital parameter of patient to the
hospital. This will help to save the life of accident victim.
In the paper Ambulance Assistance for Emergency Services Using GPS Navigation[4], they proposed a system which is used
by the hospitals to track down their ambulances. The main aim of the project is to reduce the deaths of critical victims by
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1129
making sure that they reach hospital in time for proper treatment. GPS technology is used so that the hospital can take quick
action which might reduce the extremity. This system is more appropriate and the main advantage is that there is significant
reduce in time consumption.
In the paper Accident Detection and Ambulance Rescue using Raspberry Pi[5], they proposed a system which finds the
quickest path by controlling traffic light signals in favor of emergency medical vehicle. By this new system, the time delay is
reduced by applying the RF technology that controls the traffic signals. The preference of service to the emergency medical
vehicle follows the queuing technology through server communication. This makes sure of the reduced time delay
between the accident spot and hospital.
In the paper Smart ambulance guidance system[6], they propose a system that uses a central server to control the traffic
controllers. The traffic signal controller is implemented using Arduino UNO. The ambulance driver uses a web application
to request the traffic controller to make the signal green in which the ambulance is present. A low-cost system which can
be implementedthroughoutthe city thereby reducing the number of deaths due to traffic situations has been aimed at.
In the paper ESP8266 based Implementation of Wireless Sensor Network with Linux Based Web-Server[8], they proposed
a concept where the occurrence of a Wi-Fi based Sensor Network management exploitation using Linux board Raspberry pi
and IoT technology using ESP8266 Wi-Fi module.
3. COMPONENTS USED
SIM28 GPS Module - This device is able to receive data from GPS satellites and then compute the device's geographical
location. Using appropriate software tools, the device is able to showcase the latitude and longitudinal location on a map,
and it will offer geographic directions.
Fig.1 SIM28 GPS Module with antenna
ESP8266 Node MCU Wi-Fi module – A cost efficient Wi-Fi chip with full TCP/IP capabilities and embedded with a
MCU(Multipoint Control Unit) which provides the functionality to control I/O digital pins through simple and almost
pseudo code similar to programming language. This module is an extremely cost efficient board with huge and ever-
growing community.
Fig.2 ESP8266 Wi-Fi Module
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1130
AWS EC2 instance - Amazon Elastic Compute Cloud (EC2) is the base of Amazon cloud computing, Amazon Web Services
(AWS). It provides users with the service of renting the virtual computers for their specific uses. Furthermore, it supports
the user in the deployment of applications by providing a bootable Amazon Machine Image (AMI).
Arduino IDE - a cross-platform application which is programmed in JAVA. Advantages of this IDE are to code and upload
programs to the Arduino board.
Raspberry pi 3B+ - It is a sequential small single-board computers designed in the UK by the Raspberry Pi Foundation to
increase the Computer Science education in schools and in developing countries. The Raspberry Pi 3
Model B+ has a faster 1.4 GHz processor and a three times faster gigabit Ethernet.
Fig.3 Raspberry Pi 3B+
IDLE (Python) –It is designed for python, which is bundled with the implementation of the language.
4. PROPOSED SYSTEM
Our project focuses on swift commutation of the ambulance right from the dispatch to the accident zone and to the
hospital. There needs to be an effective strategy to reduce the congestion from the dispatch of the ambulance to the
hospital.
4.1 Real time location tracking
The project is based on the retrieval of the GPS location of the emergency medical service vehicle which is provided by the
location tracker. Hence the ambulance is equipped with an in vehicle tracking device. This device consists of a SIM 28 GPS
module with antenna and a Wi-Fi module ESP8266. The GPS module, powered by the ambulance battery is programmed to
send the live location of the ambulance every second to the cloud using the Wi-Fi provided by the ESP8266 Node MCU
module.
4.2 Transmission of the Real time location
The Node MCU ESP8266 Wi-Fi module is paired with two smartphones, where one smartphone is used to connect to the
ESP8266 Wi-Fi module while the other smart phone is used to provide the mobile [cellular] data to the module by the
Hotspot. The smartphone that is connected to the Wi-Fi module is in turn connected to the hotspot of the other
smartphone. As a result, the GPS device is able to transmit the location of the ambulance every second to the cloud. The
protocol used for sending the location of the GPS data is the MQTT [Message Queuing Telemetry Transport] protocol. The
GPS data from the device is published using the MQTT publish command. The cloud is registered in order to receive the data,
this is done by the MQTT subscribe command.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1131
4.3 Storage of location coordinates in the AWS Cloud
The AWS EC2 instance is used for cloud computing. It is a model that allows expansive pool of resources such as
storage, network, computing power and software to be allocated on-demand. The resources are extracted and
delivered as a service over the Internet anywhere, anytime. Thus, the GPS location data forwarded from the GPS device by
the Wi-Fi module is stored in the cloud infrastructure.
Fig.4 Transmission of location coordinates to AWS
4.4 Computing the distance function
The smart traffic signal posts consist of the Raspberry Pi 3B+ which is used to control the traffic signal cycle. At first, the
exact GPS coordinates of the traffic signal post is estimated.
For example, say the current traffic signal post coordinates are at the positions N 12°17’54.0024”, E 76°39’59.238”, when
converted to decimal degree results in the following Latitude : 12.298334, Longitude : 76.666455. Now, to fix the first
reference point, a distance of 300 meters should be subtracted from the current location coordinates which is done by
changing both of the x-axis and y-axis coordinates.
The formulae to change the axis coordinates are:
double x1 = long – (180/Math.PI)*(dist./637813)/cos(lat0)
double y1 = lat – (180/Math.PI)*(dist./637813)
When calculated by substituting the distance of 300 meters, we get the new first reference point coordinates as below.
Latitude: 12.298188, Longitude : 76.669229. So once the live coordinates of the ambulance crosses these location points, the
cloud sends a message to the raspberry Pi integrated in the traffic light system to change the current traffic light to signal
green. Similarly, to fix the second reference point after the traffic light post, the new coordinates are calculated by adding the
distance of 50 meters to the same mentioned formula above. This results in the new second reference point coordinates as
below.Latitude - 12.29868, Longitude -
76.666275.
As the ambulance now surpasses the second reference location coordinates, another message is passed to the smart traffic
control system about changing the current traffic light back to the normal sequential flow.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1132
Fig.5 Raspberry Pi integrated with three traffic LEDs
4.4 Operation of the traffic lights
Raspberry pi of any model with GPO will work for controlling the traffic lights. We use a set of three LED s which serve as
the substitute for the traffic lights and a HDMI display to show the output from the Pi. Here, the three traffic lights being red,
amber and green LEDs are connected to the Pi using four pins. One of these needs to be grounded; the other three being
actual GPIO pins are used to control each of the individual LEDs.
After the raspberry Pi 3B+ is installed with the raspbian pi Operating system, the traffic lights are programmed to work via
Python programming language. Once the ambulance crosses the first predefined reference point which is situated 300
meters before the traffic signal system, a message programs the green LED light to turn on, so as to clear the traffic by
making way to the emergency vehicle and at the same time red light is displayed at all the remaining directions of the
traffic point to make sure that there is proper signaling for the automobiles entering the traffic section. Once the
emergency ambulance vehicle crosses the second reference point which is situated after a certain distance of another 50
meters post the traffic signal system, the traffic lights are programmed to return to the default traffic signal cycle thereby
efficiently controlling the traffic system.
Fig.6 Smart Traffic controller to manage traffic congestion
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1133
5. CONCLUSION
The proposed system can be used by the Adaptive Traffic Control System [ATCS] to effectively manage the motion of
Emergency Medical Services [EMS] such as ambulance during high traffic congestion. The main attempt of this
paper is to minimize the deaths of critical patients by making sure that the ambulance reaches the emergency
location and the hospital in time for treatment. GPS, IoT and Raspberry Pi technologies are used so that the traffic
controller system can take immediate action ensuring the reduction in time delay between the emergency destination
spot and the hospital and thereby reducing the severity of critical situation.
ACKNOWLEDGEMENT
The authors would like to thank Dr.S. Kuzhalvai Mozhi, Associate Professor, Department of Information Science &
Engineering, The National Institute of Mysore, Mysore and Dr.K. Raghuveer, HOD, Department of Information Science and
Engineering, The National Institute of Mysore, Mysore for the encouragement and constructive piece of advice that
motivated us to look at things from a different perspective, and helped us to successfully complete the demonstration and
clearer presentation of content.
REFERENCES
1) Dian-liang Xiao, Yu-jia Tian. Reliability ofEmergency Rescue System on Highway, IEEE, 2009.
2) Rajesh Kannan Megalingam. Ramesh Nammily Nair, Sai Manoj Prakhya. Wireless Vehicular Accident Detection and
Reporting System, IEEE, 2010.
3) Pooja Dagade, Priyanka Salunke, Supriya Salunke , Seema T. PatiL, Nutan Maharashtra Institute of Engineering and
Technology. Accident Detection & Ambulance Rescue System Using Wireless, IJRET, 2017
4) Shantanu Sarkar, School of Computer Science, VIT University, Vellore. Ambulance Assistance for Emergency
Services Using GPS Navigation, IJRET, 2016.
5) Kavya K, Dr. Geetha C R, Dept. of E&C, Sapthagiri College of Engineering. Accident Detection and Ambulance
Rescue using Raspberry Pi , IJET, 2016.
6) Mr. Bhushan Anant Ramani, Prof. Amutha Jeyakumar, VJTI Mumbai. Smart Ambulance Guidance System,
International Journal of Advanced Research in Computer Science and Electronics Engineering, 2018.
7) R. Sivakumar, G. Vignesh, Vishal Narayanan, Anna University, Tamil Nadu. Automated traffic light control system
and stolen vehicle detection. IEEE, 2018.
8) Tejas Thaker, GTU PG School, Gandhinagar.ESP8266 based implementation of wireless sensor network with
Linux based web-server. IEEE, 2016.
9) Mr. Nerella Ome, Master of Engineering, Assistant Professor, GRIET, Hyderabad, Telangana, India. Internet of
Things (IoT) based Sensors to Cloud system using ESP8266 and Arduino Due, IJARCCE, 2016.
10) Niyati Parameswaran, Bharathi Muthu, Madiajagan Muthaiyan, World Academy of Science, Engineering and
Technology. Qmulus – A Cloud Driven GPS Based Tracking System for Real-Time Traffic Routing, International
Journal of Computer and Information Engineering, 2013.
11) Saradha, B. Janani, G. Vijayshri, and T. Subha. Intelligent traffic signal control system for ambulance using RFID and
cloud. Computing and Communications Technologies (ICCCT), 2017, 2nd International Conference on. IEEE,
2017.
12) Madhav Mishra, Seema Singh, Dr. Jayalekshmi K.R, Dr. Taskeen Nadkar. Advance Alert for Ambulance Pass by
using IOT for Smart City, International Journal of Engineering Science and Computing, June 2017.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1134
BIOGRAPHIES
Karthik B V is currently pursuing his B.E degree in the Department of Information Science &
Engineering, Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project.
Manoj M is currently pursuing his B.E degree in the Department of Information Science & Engineering,
Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project.
Rohit R Kowshik is currently pursuing his B.E degree in the Department of Information Science &
Engineering, Mysuru. His B.E major project area is IoT. This paper is survey paper of his B.E project.
Akash Aithal is currently pursuing his B.E degree in the Department of Information Science &
Engineering, Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project.
Dr.S. Kuzhalvai Mozhi is Associate Professor in the Department of Information Science & Engineering.
She has received her Ph.D.from VTU, Belagavi , M.E. from PSG, Coimbatore and B.E. from Trichy. Her
teaching and research interests are in the field of Cryptography and Compiler.

More Related Content

What's hot

IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET Journal
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEManand bedre
 
SMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTSMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTJournal For Research
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAnamika Vinod
 
Raspberry pi based project abstracts
Raspberry pi based project abstractsRaspberry pi based project abstracts
Raspberry pi based project abstractsSoftroniics india
 
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- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET Journal
 
IRJET- Advanced Centralized RTO System
IRJET- Advanced Centralized RTO SystemIRJET- Advanced Centralized RTO System
IRJET- Advanced Centralized RTO SystemIRJET Journal
 
IRJET- Smart Car Anti-Thieft System
IRJET-  	  Smart Car Anti-Thieft SystemIRJET-  	  Smart Car Anti-Thieft System
IRJET- Smart Car Anti-Thieft SystemIRJET Journal
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemJournal Papers
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...ijtsrd
 
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPSIRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPSIRJET Journal
 
IRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET Journal
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMIRJET Journal
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET Journal
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET Journal
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET Journal
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAI Publications
 
IRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET Journal
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET Journal
 

What's hot (20)

IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
IRJET- Implementation of Smart Black Box System for Gathering the Safety Info...
 
ACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEMACCIDENT PREVENTION AND DETECTION SYSTEM
ACCIDENT PREVENTION AND DETECTION SYSTEM
 
SMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOTSMART MONITORING OF AUTOMOBILE USING IOT
SMART MONITORING OF AUTOMOBILE USING IOT
 
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEMAUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
AUTOMATIC ACCIDENT DETECTION AND ALERT SYSTEM
 
Raspberry pi based project abstracts
Raspberry pi based project abstractsRaspberry pi based project abstracts
Raspberry pi based project abstracts
 
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- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
IRJET- Raspberry Pi based Security System with Automatic Alert System in Road...
 
IRJET- Advanced Centralized RTO System
IRJET- Advanced Centralized RTO SystemIRJET- Advanced Centralized RTO System
IRJET- Advanced Centralized RTO System
 
IRJET- Smart Car Anti-Thieft System
IRJET-  	  Smart Car Anti-Thieft SystemIRJET-  	  Smart Car Anti-Thieft System
IRJET- Smart Car Anti-Thieft System
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity system
 
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
Vehicle Controlled with Smart Traffic Image Processing System and Accident De...
 
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPSIRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
IRJET- Wireless System for Vehicle Accident Detection and Reporting Using GPS
 
IRJET-Railway Track Security System
IRJET-Railway Track Security SystemIRJET-Railway Track Security System
IRJET-Railway Track Security System
 
Tracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSMTracking and Recovery of the Vehicle using GPS and GSM
Tracking and Recovery of the Vehicle using GPS and GSM
 
IRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue SystemIRJET- Automatic Vehicle Accident Detection and Rescue System
IRJET- Automatic Vehicle Accident Detection and Rescue System
 
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
IRJET- Smart Parking System using Facial Recognition, Optical Character Recog...
 
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...IRJET-  	  Smart Traffic Monitoring System using Ir Sensors based on Microcon...
IRJET- Smart Traffic Monitoring System using Ir Sensors based on Microcon...
 
An IOT based Smart Traffic Management System
An IOT based Smart Traffic Management SystemAn IOT based Smart Traffic Management System
An IOT based Smart Traffic Management System
 
IRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPSIRJET- Vehicle Accident Detection System using GSM and GPS
IRJET- Vehicle Accident Detection System using GSM and GPS
 
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
IRJET- Smart Accident Detection and Emergency Notification System using IoT a...
 

Similar to IRJET- Ambulance Detection and Traffic Control System

IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIRJET Journal
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET Journal
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in AutomobilesIRJET Journal
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET Journal
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident PreventionIRJET Journal
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance SystemIRJET 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- 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
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceIRJET Journal
 
IRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET Journal
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationIRJET 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
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart CarsIRJET Journal
 

Similar to IRJET- Ambulance Detection and Traffic Control System (20)

IOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light ControlIOT Based Smart Ambulance Monitoring System with Traffic Light Control
IOT Based Smart Ambulance Monitoring System with Traffic Light Control
 
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City ConceptIRJET- Emergency Vehicle Pre-Emption using Smart City Concept
IRJET- Emergency Vehicle Pre-Emption using Smart City Concept
 
IRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring SystemIRJET - Smart Transportation Monitoring System
IRJET - Smart Transportation Monitoring System
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET- Review Paper on Iot Based Technology in Automobiles
IRJET-  	  Review Paper on Iot Based Technology in AutomobilesIRJET-  	  Review Paper on Iot Based Technology in Automobiles
IRJET- Review Paper on Iot Based Technology in Automobiles
 
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoTIRJET- Density based Traffic Controller with Defaulter Identification using IoT
IRJET- Density based Traffic Controller with Defaulter Identification using IoT
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
IRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoTIRJET- Intelligent Transport System using IoT
IRJET- Intelligent Transport System using IoT
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
IRJET -  	  IoT based Smart Vehicle Alert System for Accident PreventionIRJET -  	  IoT based Smart Vehicle Alert System for Accident Prevention
IRJET - IoT based Smart Vehicle Alert System for Accident Prevention
 
IRJET- IoT based Smart Ambulance System
IRJET-  	  IoT based Smart Ambulance SystemIRJET-  	  IoT based Smart Ambulance System
IRJET- IoT based Smart Ambulance System
 
IRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
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
 
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident AvoidanceCombined IOT and Cloud Computing Solution for Railway Accident Avoidance
Combined IOT and Cloud Computing Solution for Railway Accident Avoidance
 
IRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart AmbulanceIRJET- Intelligent Traffic Control System for Smart Ambulance
IRJET- Intelligent Traffic Control System for Smart Ambulance
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
Advanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle CommunicationAdvanced Driver Assistance System using Vehicle to Vehicle Communication
Advanced Driver Assistance System using Vehicle to Vehicle Communication
 
BUS TRACKING SYSTEM
BUS TRACKING SYSTEMBUS TRACKING SYSTEM
BUS TRACKING SYSTEM
 
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
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart Cars
 

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

Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
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
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

IRJET- Ambulance Detection and Traffic Control System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1128 Ambulance Detection and Traffic Control System Karthik B V1, Manoj M2, Rohit R Kowshik3, Akash Aithal4, Dr. S. Kuzhalvai Mozhi5 1,2,3,4Eighth Semester, Dept. of ISE, The National Institute of Engineering, Mysore 5Associate Professor, Dept. of ISE, The National Institute of Engineering, Mysore ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Emerging issue of traffic congestion is an inescapable condition in large and growing cities across the world. Rise in population has increased the number of automobiles leading to a sheer growth in traffic. Life, as we know it, is precious. It is second to none and once lost cannot be brought back. During calamities, the response time taken by the emergency services play a crucial role whether it be medical services, Fire engines or police forces. The major obstacle they face is the traffic congestion. In order to overcome that, there is a need for smart traffic control system which dynamically adapts to the changing conditions. The main concept behind this paper is to detect the ambulance en route to the destination and control the traffic system to provide the effective services. This paper proposes a system which uses a GPS module to transmit the location of the ambulance to the cloud using a Wi-Fi module, which is then transmitted to the smart traffic system which in turn changes the traffic signal cycle dynamically. This proposed low-cost system can be implemented throughout the city thereby reducing the delay and avoiding the casualties due to congestedtraffic situations. Key Words: Emergency services, Traffic congestion, GPS module, Wi-Fi module, low cost system, smart traffic control. 1. INTRODUCTION The vehicle traffic congestion in cities has been exponentially raised due to a large number of vehicles plying on the road. Due to this large traffic, often traffic jams occur on roads because of which the emergency medical vehicles like ambulance and fire engines get stuck in traffic congestion which may be the cause for losing human lives. Current traffic control systems are a static case wherein vehicles have to wait for a predefined amount of time until the microcontroller switches the green light for that lane. If the ambulance is stuck near to the traffic signal, then the traffic police can give priority to the ambulance by giving necessary symbol or signs to the vehicles so that the ambulance can get out of the traffic as quickly as possible. Moreover, if the emergency vehicles are stuck in a lane far from the traffic signal, the siren of the ambulance is unable to reach the traffic police, in which case the emergency vehicles have to wait until the traffic gets clearedor wehave to depend on other vehicles to move aside which is not an easy task in traffic situations. The use of IoT (Internet of Things) technology has been implemented in the proposed system. This system uses a SIM-28 GPS [Global Positioning System] module that has the receiver with antenna which sends the real time location in the form of latitudinal and longitudinal information about where the ambulance is precisely located. Therefore in this system, a GPS tracker module is acquired to implement the in-vehicle device. Along with the GPS module integrated is the ESP8266 IoT Wi-Fi module that gives any microcontroller access to the Wi-Fi network. The 8266 Wi-Fi module is used to transmit the location data to the base station by the Wi-Fi 802.11b and finally to the AWS [Amazon Web Service] EC2 cloud instance. Two predefined reference points are selected for all the traffic signals in the city before and after the traffic signal points. One such reference point is selected at a certain distance before the traffic signal control system, to check whether the emergency vehicle is in the vicinity of that particular traffic signal while the other reference point is selected after the traffic control system so that the traffic signal is made to toggle back to its normal sequential cycle flow after the emergency vehicle passes it. The traffic signals are integrated with Raspberry Pi 3B+. The traffic signals are programmed to change dynamically asthe emergency vehicle passes the reference point. 2. LITERATURE REVIEW In the paper Accident Detection & Ambulance Rescue System Using Wireless Technology[3], they presented a system to detect accident automatically using vibration sensor, and ambulance unit send the vital parameter of patient to the hospital. This will help to save the life of accident victim. In the paper Ambulance Assistance for Emergency Services Using GPS Navigation[4], they proposed a system which is used by the hospitals to track down their ambulances. The main aim of the project is to reduce the deaths of critical victims by
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1129 making sure that they reach hospital in time for proper treatment. GPS technology is used so that the hospital can take quick action which might reduce the extremity. This system is more appropriate and the main advantage is that there is significant reduce in time consumption. In the paper Accident Detection and Ambulance Rescue using Raspberry Pi[5], they proposed a system which finds the quickest path by controlling traffic light signals in favor of emergency medical vehicle. By this new system, the time delay is reduced by applying the RF technology that controls the traffic signals. The preference of service to the emergency medical vehicle follows the queuing technology through server communication. This makes sure of the reduced time delay between the accident spot and hospital. In the paper Smart ambulance guidance system[6], they propose a system that uses a central server to control the traffic controllers. The traffic signal controller is implemented using Arduino UNO. The ambulance driver uses a web application to request the traffic controller to make the signal green in which the ambulance is present. A low-cost system which can be implementedthroughoutthe city thereby reducing the number of deaths due to traffic situations has been aimed at. In the paper ESP8266 based Implementation of Wireless Sensor Network with Linux Based Web-Server[8], they proposed a concept where the occurrence of a Wi-Fi based Sensor Network management exploitation using Linux board Raspberry pi and IoT technology using ESP8266 Wi-Fi module. 3. COMPONENTS USED SIM28 GPS Module - This device is able to receive data from GPS satellites and then compute the device's geographical location. Using appropriate software tools, the device is able to showcase the latitude and longitudinal location on a map, and it will offer geographic directions. Fig.1 SIM28 GPS Module with antenna ESP8266 Node MCU Wi-Fi module – A cost efficient Wi-Fi chip with full TCP/IP capabilities and embedded with a MCU(Multipoint Control Unit) which provides the functionality to control I/O digital pins through simple and almost pseudo code similar to programming language. This module is an extremely cost efficient board with huge and ever- growing community. Fig.2 ESP8266 Wi-Fi Module
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1130 AWS EC2 instance - Amazon Elastic Compute Cloud (EC2) is the base of Amazon cloud computing, Amazon Web Services (AWS). It provides users with the service of renting the virtual computers for their specific uses. Furthermore, it supports the user in the deployment of applications by providing a bootable Amazon Machine Image (AMI). Arduino IDE - a cross-platform application which is programmed in JAVA. Advantages of this IDE are to code and upload programs to the Arduino board. Raspberry pi 3B+ - It is a sequential small single-board computers designed in the UK by the Raspberry Pi Foundation to increase the Computer Science education in schools and in developing countries. The Raspberry Pi 3 Model B+ has a faster 1.4 GHz processor and a three times faster gigabit Ethernet. Fig.3 Raspberry Pi 3B+ IDLE (Python) –It is designed for python, which is bundled with the implementation of the language. 4. PROPOSED SYSTEM Our project focuses on swift commutation of the ambulance right from the dispatch to the accident zone and to the hospital. There needs to be an effective strategy to reduce the congestion from the dispatch of the ambulance to the hospital. 4.1 Real time location tracking The project is based on the retrieval of the GPS location of the emergency medical service vehicle which is provided by the location tracker. Hence the ambulance is equipped with an in vehicle tracking device. This device consists of a SIM 28 GPS module with antenna and a Wi-Fi module ESP8266. The GPS module, powered by the ambulance battery is programmed to send the live location of the ambulance every second to the cloud using the Wi-Fi provided by the ESP8266 Node MCU module. 4.2 Transmission of the Real time location The Node MCU ESP8266 Wi-Fi module is paired with two smartphones, where one smartphone is used to connect to the ESP8266 Wi-Fi module while the other smart phone is used to provide the mobile [cellular] data to the module by the Hotspot. The smartphone that is connected to the Wi-Fi module is in turn connected to the hotspot of the other smartphone. As a result, the GPS device is able to transmit the location of the ambulance every second to the cloud. The protocol used for sending the location of the GPS data is the MQTT [Message Queuing Telemetry Transport] protocol. The GPS data from the device is published using the MQTT publish command. The cloud is registered in order to receive the data, this is done by the MQTT subscribe command.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1131 4.3 Storage of location coordinates in the AWS Cloud The AWS EC2 instance is used for cloud computing. It is a model that allows expansive pool of resources such as storage, network, computing power and software to be allocated on-demand. The resources are extracted and delivered as a service over the Internet anywhere, anytime. Thus, the GPS location data forwarded from the GPS device by the Wi-Fi module is stored in the cloud infrastructure. Fig.4 Transmission of location coordinates to AWS 4.4 Computing the distance function The smart traffic signal posts consist of the Raspberry Pi 3B+ which is used to control the traffic signal cycle. At first, the exact GPS coordinates of the traffic signal post is estimated. For example, say the current traffic signal post coordinates are at the positions N 12°17’54.0024”, E 76°39’59.238”, when converted to decimal degree results in the following Latitude : 12.298334, Longitude : 76.666455. Now, to fix the first reference point, a distance of 300 meters should be subtracted from the current location coordinates which is done by changing both of the x-axis and y-axis coordinates. The formulae to change the axis coordinates are: double x1 = long – (180/Math.PI)*(dist./637813)/cos(lat0) double y1 = lat – (180/Math.PI)*(dist./637813) When calculated by substituting the distance of 300 meters, we get the new first reference point coordinates as below. Latitude: 12.298188, Longitude : 76.669229. So once the live coordinates of the ambulance crosses these location points, the cloud sends a message to the raspberry Pi integrated in the traffic light system to change the current traffic light to signal green. Similarly, to fix the second reference point after the traffic light post, the new coordinates are calculated by adding the distance of 50 meters to the same mentioned formula above. This results in the new second reference point coordinates as below.Latitude - 12.29868, Longitude - 76.666275. As the ambulance now surpasses the second reference location coordinates, another message is passed to the smart traffic control system about changing the current traffic light back to the normal sequential flow.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1132 Fig.5 Raspberry Pi integrated with three traffic LEDs 4.4 Operation of the traffic lights Raspberry pi of any model with GPO will work for controlling the traffic lights. We use a set of three LED s which serve as the substitute for the traffic lights and a HDMI display to show the output from the Pi. Here, the three traffic lights being red, amber and green LEDs are connected to the Pi using four pins. One of these needs to be grounded; the other three being actual GPIO pins are used to control each of the individual LEDs. After the raspberry Pi 3B+ is installed with the raspbian pi Operating system, the traffic lights are programmed to work via Python programming language. Once the ambulance crosses the first predefined reference point which is situated 300 meters before the traffic signal system, a message programs the green LED light to turn on, so as to clear the traffic by making way to the emergency vehicle and at the same time red light is displayed at all the remaining directions of the traffic point to make sure that there is proper signaling for the automobiles entering the traffic section. Once the emergency ambulance vehicle crosses the second reference point which is situated after a certain distance of another 50 meters post the traffic signal system, the traffic lights are programmed to return to the default traffic signal cycle thereby efficiently controlling the traffic system. Fig.6 Smart Traffic controller to manage traffic congestion
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1133 5. CONCLUSION The proposed system can be used by the Adaptive Traffic Control System [ATCS] to effectively manage the motion of Emergency Medical Services [EMS] such as ambulance during high traffic congestion. The main attempt of this paper is to minimize the deaths of critical patients by making sure that the ambulance reaches the emergency location and the hospital in time for treatment. GPS, IoT and Raspberry Pi technologies are used so that the traffic controller system can take immediate action ensuring the reduction in time delay between the emergency destination spot and the hospital and thereby reducing the severity of critical situation. ACKNOWLEDGEMENT The authors would like to thank Dr.S. Kuzhalvai Mozhi, Associate Professor, Department of Information Science & Engineering, The National Institute of Mysore, Mysore and Dr.K. Raghuveer, HOD, Department of Information Science and Engineering, The National Institute of Mysore, Mysore for the encouragement and constructive piece of advice that motivated us to look at things from a different perspective, and helped us to successfully complete the demonstration and clearer presentation of content. REFERENCES 1) Dian-liang Xiao, Yu-jia Tian. Reliability ofEmergency Rescue System on Highway, IEEE, 2009. 2) Rajesh Kannan Megalingam. Ramesh Nammily Nair, Sai Manoj Prakhya. Wireless Vehicular Accident Detection and Reporting System, IEEE, 2010. 3) Pooja Dagade, Priyanka Salunke, Supriya Salunke , Seema T. PatiL, Nutan Maharashtra Institute of Engineering and Technology. Accident Detection & Ambulance Rescue System Using Wireless, IJRET, 2017 4) Shantanu Sarkar, School of Computer Science, VIT University, Vellore. Ambulance Assistance for Emergency Services Using GPS Navigation, IJRET, 2016. 5) Kavya K, Dr. Geetha C R, Dept. of E&C, Sapthagiri College of Engineering. Accident Detection and Ambulance Rescue using Raspberry Pi , IJET, 2016. 6) Mr. Bhushan Anant Ramani, Prof. Amutha Jeyakumar, VJTI Mumbai. Smart Ambulance Guidance System, International Journal of Advanced Research in Computer Science and Electronics Engineering, 2018. 7) R. Sivakumar, G. Vignesh, Vishal Narayanan, Anna University, Tamil Nadu. Automated traffic light control system and stolen vehicle detection. IEEE, 2018. 8) Tejas Thaker, GTU PG School, Gandhinagar.ESP8266 based implementation of wireless sensor network with Linux based web-server. IEEE, 2016. 9) Mr. Nerella Ome, Master of Engineering, Assistant Professor, GRIET, Hyderabad, Telangana, India. Internet of Things (IoT) based Sensors to Cloud system using ESP8266 and Arduino Due, IJARCCE, 2016. 10) Niyati Parameswaran, Bharathi Muthu, Madiajagan Muthaiyan, World Academy of Science, Engineering and Technology. Qmulus – A Cloud Driven GPS Based Tracking System for Real-Time Traffic Routing, International Journal of Computer and Information Engineering, 2013. 11) Saradha, B. Janani, G. Vijayshri, and T. Subha. Intelligent traffic signal control system for ambulance using RFID and cloud. Computing and Communications Technologies (ICCCT), 2017, 2nd International Conference on. IEEE, 2017. 12) Madhav Mishra, Seema Singh, Dr. Jayalekshmi K.R, Dr. Taskeen Nadkar. Advance Alert for Ambulance Pass by using IOT for Smart City, International Journal of Engineering Science and Computing, June 2017.
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1134 BIOGRAPHIES Karthik B V is currently pursuing his B.E degree in the Department of Information Science & Engineering, Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project. Manoj M is currently pursuing his B.E degree in the Department of Information Science & Engineering, Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project. Rohit R Kowshik is currently pursuing his B.E degree in the Department of Information Science & Engineering, Mysuru. His B.E major project area is IoT. This paper is survey paper of his B.E project. Akash Aithal is currently pursuing his B.E degree in the Department of Information Science & Engineering, Mysuru. HisB.E major project area is IoT. This paper is survey paper of his B.E project. Dr.S. Kuzhalvai Mozhi is Associate Professor in the Department of Information Science & Engineering. She has received her Ph.D.from VTU, Belagavi , M.E. from PSG, Coimbatore and B.E. from Trichy. Her teaching and research interests are in the field of Cryptography and Compiler.