SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2328
IOT BASED SMART AMBULANCE SYSTEM
Shruthi U1, Sindhu N1, Supriya R Aithal1, Swati Shripad Bhat1, Bhavani K2
1Information Science and Engineering, Dayananda Sagar College of Engineering,
Bengaluru, Karnataka, India
2Assistant Professor, Dept. of Information Science and Engineering, Dayananda Sagar College of Engineering,
Bengaluru, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Traffic congestion is one of the major issues in
India, especially in metropolitan cities like Bangalore,
Mumbai, Delhi. Bangalore loses around Rs 38,000 crore every
year as the social cost of traffic congestion. The main reason
behind this is increasing population which leads to increased
number of vehicles, due to which emergency service like
Ambulance get affected. Because of this delay in ambulance
service, patient may lose his life and number ofthesescenarios
are increasing day by day. This paper proposes a solution to
make such services easily available to those in need. Itconsists
of an application called HPVB (High Priority Vehicle Booking)
through which the user can book the ambulance with one tap
and track the ambulance using GPS on his device, we also use
microcontroller-based hardware module to provide a smooth
flow for ambulance to reach the desired destination. This is
achieved by implementing RFID technology which would
automatically control the traffic signals in the path of
ambulance thus minimizing the time required to reach the
destination.
Key Words: Ambulance, GPS, Microcontroller, RFID,
Node.js.
1. INTRODUCTION
The traffic condition in India effect emergency services like
Ambulance and Fire engine. Time is an important factor in
case of emergencies; hence weareproposinga systemwhich
makes booking and tracking of ambulance easier to the user
through mobile application and also automatically controls
the traffic signals in the path of ambulance.
According to research conducted by global consultancyfirm,
traffic in peak hours in major four cities - Delhi, Mumbai,
Bengaluru, Kolkata costs the economy Rs 1.47lakhcroreper
annum. Kolkata is worstamongthemfollowedbyBengaluru.
In Bengaluru’s case, rail-basedprojectslikeNamma Metro or
sub-urban rail, while effective, the capacity will not be
sufficient to bring down congestion levels by the time they
are fully operational.
Therefore, proposed system consists of mobile application
through which the user can book and track the ambulance
with one tap, we also provide an uninterrupted flow for
ambulance to reach the desired destination. The system
automatically changes the traffic signal to green in the path
of ambulance thus minimising the time requiredtoreachthe
destination.
2. RELATED WORK:
[1] B.Janani Saradha et al. proposed a system using cloud
network to connect both ambulance and traffic controlling
unit. Intelligent traffic signal control is achieved using RFID
technology. The idea is whenever the ambulance is detected
near the signal, RFID reader tracks the ambulance attached
with RFID tag and sends the data to the cloud. After sending
the data through mobile app, acknowledgment will be sent
to user, then system will automatically change the signal to
green in the path of ambulance. In this, it provides
uninterrupted services to emergency vehicle. Accuracy of
RFID is more compared tootheralternativetechnologieslike
camera.
[2] Jay Lohokare et al. proposed an idea of capturing live
location of the emergency services. Using these locations,
people who are in need of emergencyservicescanconnect to
the officials. The main contribution of this paper is that, it
provides a solution that can be extended to an entire city
where there can be huge number of users using this system.
Prerequisites for this application according to the author is
the need of Internet and GPS (Global Positioning System)
enabled device such a smart phone through which real-time
location can be sent to the server. This paper gives a brief
back-end Architecture that will help to handle huge number
of users.
[3] Omkar Udawant et al. proposed a smart ambulance
system. The basic idea is whenever the ambulance is within
the range of 100m, the signal changes to green for some
time.They makes use of cloud and GPRS technology.
Ambulance contains sensors like heart rate sensor, blood
pressure, ECG. These sensors data will be sent to hospital’s
database simultaneously. Treatment will be planned by the
hospital authorities according to patient condition. So it
saves so much time.
3. PROBLEM STATEMENT:
As compared to other countries with proper emergency
systems, there is no single emergency system which could
play a major role in managing medical emergency in India.
There is a system in place to attend emergencies in the
country, 108 is the emergency telephone number for
ambulance services in parts of India. A typical problem such
a system face is to get the location of the victim to send the
help needed.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2329
Traffic signals in India has a fixed time period to switch the
signals. No changes for emergency vehicles. There is no
traffic control unit in ambulance. Whenever ambulance
reaches a certain junction with a traffic signal, it has to wait
for several minutes until clearance.
4. SYSTEM ARCHITECTURE:
4.1. Traffic management Architecture:
It is an intelligent traffic controlling system. There are four
lanes and four traffic signals in the above diagram. Every
signal has an RFID reader and a controller unit.
Fig 1. Traffic management
Whenever an ambulance is within the range of RFID reader
of the traffic signal, RFID reader scans the RFID tag which is
attached to the ambulanceandthecontrol unitautomatically
changes that signal to green and all other signalsinthecircle
to red.
4.2 HPVB App Architecture
The software architecture contains 5 modules which are as
follows:
Server: Here all the main activities take place. It is the brain
of the application. The language used is node.js.
Communication between all the modules take placethrough
server. Some of the jobs of the server are accepting request
from the user, communicating with the nearby ambulance,
finding the nearest ambulance with the help of GoogleMaps,
storing the user and ambulance information in thedatabase,
assigning the nearest ambulance to the user etc.
Fig 2. HBVB ARchitecture
MongoDB: MongoDB is a cross platformdocument-oriented
database program. Classified as a NoSQL database program,
MongoDB uses JSON-like documents with schemata. We use
MongoDB to store userandambulanceinformation.Once the
ambulance is assigned to the user, the user id, their location,
ambulance id and its initial location is stored in thedatabase
for future reference.
Google Maps: The Google MapsAPIallowfortheembedding
of Google Maps onto web pages of outside developers, using
a simple JavaScript interface. Some of the APIs used in our
applications are Maps JavaScript API, Distance matrix API
and Directions API. Server sends the location of all nearby
ambulance to the Google Maps which finds the nearest
ambulance using distance matrixAPIandsendsitback tothe
server. After the ambulance assignment ambulance request
for the navigation, which shows the shortest distance to
reach its destination i.e. the user.
User: This is where theuser requestsforambulance.Initially
a socket connection is established between the user and the
server. Then when user presses the Get Ambulance button,a
unique ID is generated for the user. This ID and the location
of the user is sent to server. Once the ambulance is assigned
to the requested user, the real time location of the
ambulance is sent to the user so that they can track the
location of the ambulance.
Ambulance: Ambulance module sends its location to the
server and wait for the assignment of the user. Server finds
the nearest ambulance and sends the location of the user to
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2330
the ambulance. Once the user has been assigned, using
Navigation it reaches the user and its real time location is
sent to user to the user can track the ambulance.
5. METHODOLOGY
5.1 Block diagram
Fig 3. Block diagram of Traffic Management System
The above block diagram consists of Arduino, RFID Reader,
LED(Light Emitting Diode), LCD(Liquid Crystal Display)and
power supply. Power supply of 5v is given to Arduino and
RFID reader when it is powered it supplies power to LED
and LCD.
Three types of LED are used RED, YELLOW and GREEN.
When RFID reader detects the RFID tag attached to
ambulance it sends the data contained in the tag to Arduino
and after checking the priority of vehicle, Arduino powers
the Green LED of the respective lane for a fixed time. After
the fixed time Arduino resumes the normal operation. This
process is repeated whenever RFID tag is scanned through
RFID reader.
5.2 Data flow of Traffic management system
Fig 4. Data flow diagram for Traffic management
5.3 About High Priority Vehicle Booking Application
Following gives a brief explanation of how the HBVB
application works:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2331
Initially, when the page is loaded by the user a socket
connection is established between the user and the server
for communication.
When the user is in need of an ambulance, he/she will press
the Get Ambulance button to request the ambulance. This
button will send the generated user ID and the user’s
location to the server. The sent location is extracted using
the Google Maps API.
In the meantime, all the ambulances which are available a
socket connection to the server for communication. These
ambulances are added to active ambulance room.
Once the server receives the request from the user, it pings
all the connected ambulance to send its location to the
server.
When ambulances encounter the ping, itsendsitslocationto
the server. The location is sent with is help of Google Maps
API.
When the server has locations of the ambulances, these
locations along with the user location is sent to Google Maps
to find the nearest ambulance to the user.
Google Maps make use of the Distance Matrix API to find the
nearest ambulance to the user and send the information
about this ambulance back to the server.
Once the server has the location of the nearest ambulance, it
sends the user ID, user location, Ambulance ID, ambulance
location to the MongoDB database.
Along with sending the information to the database, it
assigns the nearest ambulancelocatedtotheuserbysending
user location to the ambulance. And the assignedambulance
is removed from active ambulance room.
Once the ambulance has the user location, a google map is
rendered and when the navigation button is pressed,itgives
the shortest distance for an ambulance to reach the
destination i.e. user location.
The assigned ambulance informationissent back totheuser.
This helps the user to track ambulance.
Once the user has ambulance information, it pings the
ambulance for every 5 seconds so that the location of the
ambulance is updated. This helps the user with real-time
tracking of the ambulance
5.4 Data flow of HBVB Application
Fig 5. Data flow diagram for HBVB App
6. WORKING OF THE ENTIRE SYSTEM:
Both hardware and software module’s implementation can
be combined as follows:
When the user opens HBVB application on his device and
taps on the button “Get Ambulance”, the server finds the
nearest ambulance to the user and assigns it to him.Nowthe
user can track the ambulance as it arrives to the user’s
destination. Simultaneously, because the RFID technology
installed in our system, it automatically changes the Traffic
signal in the ambulance’s path to green to reduce the delay
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2332
time. Along with this, the navigation provides the shortest
path for the ambulance to reach the destination.
7. CONCLUSION
The existing traffic management system in India has fixed
timers for traffic signals to switch traffic between different
direction and no specific changes in traffic signals for
emergency vehicles. Ambulance service is one of the
important services that get delayed very often due to traffic.
To deal with this problem we designed this system. It
comprises of two systems i.e. one which automatically
change the traffic lights in the path of the ambulance and
another is real time ambulance tracking system. As the
ambulance itself change the signal, it doesn’t require to wait
in the traffic. This will save many lives as ambulance will be
able to reach its destination on time. And real time tracking
helps the person who called the ambulance to track the
movements of ambulance and call another ambulance if the
called ambulance is taking too long to reach. Thus, this
project can be a life saver project.
8. FUTURE SCOPE
This system can be extended to send the patient's vitals to
the hospital once the patient has been picked up by the
ambulance. This can be achieved by monitoringthehealth of
the patients using different sensors and sending the data
collected by the sensors to thehospital.Thehospital staffcan
use this information to provide medical assistance to the
patient without any delay.
There are many other high priority vehicles like ambulance
which requires to reach its destination without any
hindrance. Some of high priority vehicles are fire engines,
police vehicle etc. Our application to can be extended to
these High Priority Vehicles also.
REFERENCES
[1] B.Janani Saradha, G.Vijayshri, T.Subha2 UG students
“Intelligent Traffic Signal Control System for Ambulance
Using RFID and CLOUD”, Second International Conference
On Computing and Communications, 2017
[2] Jay Lohokare, Reshul Dani, Sumedh Sontakke, Ameya
Apte,Rishabh Sahni “Emergency services platform forsmart
cities”, 2017
[3] Omkar Udawant, Nikhil Thombare, Devanand Chauhan,
Akash Hadke, Dattatray Waghole “Smart AmbulanceSystem
using IoT”, 2017
[4] S.N.Sivaraj, K.Vigneshwaran, S.Vigneshwarn, M.Vishnu
Priyan “IoT Ambulance with Automatic Traffic Light
Control”, 2017
[5] Usha.N.S, Aritha. S, Viswathika.S “Make Way for
Ambulance Using IOT”, 2017
[6] Dr.Sarbpreet , Dr.Somanath Tripathy ,Dr.JimsonMathew
“Design and Evaluation of an IoT enabled Secure Multi-
service Ambulance Tracking System”, 2016
[7] Gargi Beri, Pankaj Ganjare, Amruta Gate, Ashwin
Channawar, Vijay Gaikwad “Intelligent Ambulance with
Traffic Control”, 2016
[8] Dheeraj Dang, Jitin Tanwar, Sarfaraz Masood “A Smart
Traffic Solution for High Priority Vehicles”, 2015
[9] Prof. Hate S.G, Nangare Yogini K “Intelligent Ambulance
Rescue System”, 2014
[10]VeeramuthuVenkatesh, VVaithyanathan,B.Manikandan
& Pethuru Raj “A Smart Ambulance for the Synchronized
Health Care –A service Oriented DeviceArchitecture-Based”,
2012
[11] Luigi Atzori, Antonio Iera, and Giacomo Morabito. The
internet of things: A survey. Computer Networks,
54(15):2787 - 2805, 2010
[12] Nicola Bui and MicheleZorzi.Healthcareapplications:A
solution based on the internet of things. In Proceedings of
the 4th International Symposium on Applied Sciences in
Biomedical and Communication Technologies, ISABEL '11,
pages 131:1 - 131:5, New York, NY, USA, 2011. ACM.
[13] G. Beri, P. Ganjare, A. Gate,A.Channawar,VijayGaikwad,
“Intelligent Ambulancewith TrafficControl”,inInternational
Jour. Of Elect, Electronics and Comp Systems, vol. 4 , pp 43-
46, Feb. 2016.
[14] M. Abinaya and R. Uthira Devi, “Intelligent Vehicle
Control Using Wireless Embedded SysteminTransportation
System Based On GSM and GPS Technology,” Int. J. Comput.
Sci. Mob. Comput., vol. 3, no. 9, pp. 244–258, 2014.
[15] S. R. Prof. Nalawade and A.S.Devrukhkar,“BusTracking
by Computing Cell Tower Information on Raspberry Pi,” in
International Conference on Global Trends in Signal
Processing, Information Computing and Communication,
2016, pp. 87–90.

More Related Content

What's hot

Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPTkhairunnesa2
 
Lifi technology ppt
Lifi technology pptLifi technology ppt
Lifi technology pptsatya0506
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin Lakshya Pandey
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm systemoluwatobiomotayo2
 
Internet of Things(IOT)_Seminar_Dr.G.Rajeshkumar
Internet of Things(IOT)_Seminar_Dr.G.RajeshkumarInternet of Things(IOT)_Seminar_Dr.G.Rajeshkumar
Internet of Things(IOT)_Seminar_Dr.G.RajeshkumarRAJESHKUMARG12
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMsathish sak
 
IOT Based Smart Bin
IOT Based Smart BinIOT Based Smart Bin
IOT Based Smart BinIRJET Journal
 
CHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICECHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICESANTOSH KUMARI MALVE
 
Internet of things
Internet of thingsInternet of things
Internet of thingsNaiyer Khan
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
Li-Fi seminar report
Li-Fi seminar reportLi-Fi seminar report
Li-Fi seminar reportVikash Jakhar
 
Human Area Network
Human Area NetworkHuman Area Network
Human Area NetworkSheel Shah
 
Lifi (presentation)
Lifi (presentation)Lifi (presentation)
Lifi (presentation)Aman Durrani
 
Iot liquid level monitoring system
Iot liquid level monitoring systemIot liquid level monitoring system
Iot liquid level monitoring systemVivek Bhakta
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robotVarun B P
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Umar Shuaib
 
IoT Smart keychain finder project
IoT Smart keychain finder project IoT Smart keychain finder project
IoT Smart keychain finder project RShkShrm
 

What's hot (20)

Ir sensor mechanism and interfacing with a micro controllers.PPT
Ir sensor mechanism and  interfacing with  a micro controllers.PPTIr sensor mechanism and  interfacing with  a micro controllers.PPT
Ir sensor mechanism and interfacing with a micro controllers.PPT
 
Lifi technology ppt
Lifi technology pptLifi technology ppt
Lifi technology ppt
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm system
 
Internet of Things(IOT)_Seminar_Dr.G.Rajeshkumar
Internet of Things(IOT)_Seminar_Dr.G.RajeshkumarInternet of Things(IOT)_Seminar_Dr.G.Rajeshkumar
Internet of Things(IOT)_Seminar_Dr.G.Rajeshkumar
 
PATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEMPATIENT HEALTH MONITORING SYSTEM
PATIENT HEALTH MONITORING SYSTEM
 
seminar report on Li-Fi Technology
seminar report on Li-Fi Technologyseminar report on Li-Fi Technology
seminar report on Li-Fi Technology
 
IOT Based Smart Bin
IOT Based Smart BinIOT Based Smart Bin
IOT Based Smart Bin
 
CHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICECHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICE
 
final project ppt
final project pptfinal project ppt
final project ppt
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
Li-Fi seminar report
Li-Fi seminar reportLi-Fi seminar report
Li-Fi seminar report
 
Human Area Network
Human Area NetworkHuman Area Network
Human Area Network
 
IOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTUREIOT BASED SMART AGRICULTURE
IOT BASED SMART AGRICULTURE
 
Lifi (presentation)
Lifi (presentation)Lifi (presentation)
Lifi (presentation)
 
Iot liquid level monitoring system
Iot liquid level monitoring systemIot liquid level monitoring system
Iot liquid level monitoring system
 
Wireless AI based industrial security robot
Wireless AI based industrial security robotWireless AI based industrial security robot
Wireless AI based industrial security robot
 
Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)Passive infrared sensor technology(pir)
Passive infrared sensor technology(pir)
 
IoT Smart keychain finder project
IoT Smart keychain finder project IoT Smart keychain finder project
IoT Smart keychain finder project
 

Similar to IRJET- IoT based Smart Ambulance System

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
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking SystemIRJET Journal
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic carIRJET Journal
 
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 - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoTIRJET Journal
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANNIRJET Journal
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management journal ijrtem
 
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- Ambulance Detection and Traffic Control System
IRJET- Ambulance Detection and Traffic Control SystemIRJET- Ambulance Detection and Traffic Control System
IRJET- Ambulance Detection and Traffic Control SystemIRJET Journal
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET Journal
 
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- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET Journal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
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
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET 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
 
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
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIRJET Journal
 
IRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control AbilityIRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control AbilityIRJET Journal
 

Similar to IRJET- IoT based Smart Ambulance System (20)

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
 
Smart Car Parking System
Smart Car Parking SystemSmart Car Parking System
Smart Car Parking System
 
IRJET- IoT based Motion Control System of a Robotic car
IRJET-  	  IoT based Motion Control System of a Robotic carIRJET-  	  IoT based Motion Control System of a Robotic car
IRJET- IoT based Motion Control System of a Robotic car
 
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 - Smart Traffic Signal Monitoring & Controlling using IoT
IRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoTIRJET -  	  Smart Traffic Signal Monitoring & Controlling using IoT
IRJET - Smart Traffic Signal Monitoring & Controlling using IoT
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
IRJET- Intelligent Traffic Signal Control System using ANN
IRJET-  	  Intelligent Traffic Signal Control System using ANNIRJET-  	  Intelligent Traffic Signal Control System using ANN
IRJET- Intelligent Traffic Signal Control System using ANN
 
A Smart Approach for Traffic Management
A Smart Approach for Traffic Management	A Smart Approach for Traffic Management
A Smart Approach for Traffic Management
 
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- Ambulance Detection and Traffic Control System
IRJET- Ambulance Detection and Traffic Control SystemIRJET- Ambulance Detection and Traffic Control System
IRJET- Ambulance Detection and Traffic Control System
 
IRJET - Density based Traffic Management System
IRJET - Density based Traffic Management SystemIRJET - Density based Traffic Management System
IRJET - Density based Traffic Management 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- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFIDIRJET- Automatic Metro Train using RFID
IRJET- Automatic Metro Train using RFID
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
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
 
IRJET - Smart Traffic Management System
IRJET - Smart Traffic Management SystemIRJET - Smart Traffic Management System
IRJET - Smart Traffic Management System
 
Collision Detection System for Smart Cars
Collision Detection System for Smart CarsCollision Detection System for Smart Cars
Collision Detection System for Smart Cars
 
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
 
Intelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded systemIntelligent traffic light controller using embedded system
Intelligent traffic light controller using embedded system
 
IRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control AbilityIRJET- Smart Ambulance with Traffic Control Ability
IRJET- Smart Ambulance with Traffic Control Ability
 

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

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
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
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
(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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Top Rated Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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🔝
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
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
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
(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
 
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
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Top Rated Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth âźź 6297143586 âźź Call Me For Genuine Se...
 

IRJET- IoT based Smart Ambulance System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2328 IOT BASED SMART AMBULANCE SYSTEM Shruthi U1, Sindhu N1, Supriya R Aithal1, Swati Shripad Bhat1, Bhavani K2 1Information Science and Engineering, Dayananda Sagar College of Engineering, Bengaluru, Karnataka, India 2Assistant Professor, Dept. of Information Science and Engineering, Dayananda Sagar College of Engineering, Bengaluru, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Traffic congestion is one of the major issues in India, especially in metropolitan cities like Bangalore, Mumbai, Delhi. Bangalore loses around Rs 38,000 crore every year as the social cost of traffic congestion. The main reason behind this is increasing population which leads to increased number of vehicles, due to which emergency service like Ambulance get affected. Because of this delay in ambulance service, patient may lose his life and number ofthesescenarios are increasing day by day. This paper proposes a solution to make such services easily available to those in need. Itconsists of an application called HPVB (High Priority Vehicle Booking) through which the user can book the ambulance with one tap and track the ambulance using GPS on his device, we also use microcontroller-based hardware module to provide a smooth flow for ambulance to reach the desired destination. This is achieved by implementing RFID technology which would automatically control the traffic signals in the path of ambulance thus minimizing the time required to reach the destination. Key Words: Ambulance, GPS, Microcontroller, RFID, Node.js. 1. INTRODUCTION The traffic condition in India effect emergency services like Ambulance and Fire engine. Time is an important factor in case of emergencies; hence weareproposinga systemwhich makes booking and tracking of ambulance easier to the user through mobile application and also automatically controls the traffic signals in the path of ambulance. According to research conducted by global consultancyfirm, traffic in peak hours in major four cities - Delhi, Mumbai, Bengaluru, Kolkata costs the economy Rs 1.47lakhcroreper annum. Kolkata is worstamongthemfollowedbyBengaluru. In Bengaluru’s case, rail-basedprojectslikeNamma Metro or sub-urban rail, while effective, the capacity will not be sufficient to bring down congestion levels by the time they are fully operational. Therefore, proposed system consists of mobile application through which the user can book and track the ambulance with one tap, we also provide an uninterrupted flow for ambulance to reach the desired destination. The system automatically changes the traffic signal to green in the path of ambulance thus minimising the time requiredtoreachthe destination. 2. RELATED WORK: [1] B.Janani Saradha et al. proposed a system using cloud network to connect both ambulance and traffic controlling unit. Intelligent traffic signal control is achieved using RFID technology. The idea is whenever the ambulance is detected near the signal, RFID reader tracks the ambulance attached with RFID tag and sends the data to the cloud. After sending the data through mobile app, acknowledgment will be sent to user, then system will automatically change the signal to green in the path of ambulance. In this, it provides uninterrupted services to emergency vehicle. Accuracy of RFID is more compared tootheralternativetechnologieslike camera. [2] Jay Lohokare et al. proposed an idea of capturing live location of the emergency services. Using these locations, people who are in need of emergencyservicescanconnect to the officials. The main contribution of this paper is that, it provides a solution that can be extended to an entire city where there can be huge number of users using this system. Prerequisites for this application according to the author is the need of Internet and GPS (Global Positioning System) enabled device such a smart phone through which real-time location can be sent to the server. This paper gives a brief back-end Architecture that will help to handle huge number of users. [3] Omkar Udawant et al. proposed a smart ambulance system. The basic idea is whenever the ambulance is within the range of 100m, the signal changes to green for some time.They makes use of cloud and GPRS technology. Ambulance contains sensors like heart rate sensor, blood pressure, ECG. These sensors data will be sent to hospital’s database simultaneously. Treatment will be planned by the hospital authorities according to patient condition. So it saves so much time. 3. PROBLEM STATEMENT: As compared to other countries with proper emergency systems, there is no single emergency system which could play a major role in managing medical emergency in India. There is a system in place to attend emergencies in the country, 108 is the emergency telephone number for ambulance services in parts of India. A typical problem such a system face is to get the location of the victim to send the help needed.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2329 Traffic signals in India has a fixed time period to switch the signals. No changes for emergency vehicles. There is no traffic control unit in ambulance. Whenever ambulance reaches a certain junction with a traffic signal, it has to wait for several minutes until clearance. 4. SYSTEM ARCHITECTURE: 4.1. Traffic management Architecture: It is an intelligent traffic controlling system. There are four lanes and four traffic signals in the above diagram. Every signal has an RFID reader and a controller unit. Fig 1. Traffic management Whenever an ambulance is within the range of RFID reader of the traffic signal, RFID reader scans the RFID tag which is attached to the ambulanceandthecontrol unitautomatically changes that signal to green and all other signalsinthecircle to red. 4.2 HPVB App Architecture The software architecture contains 5 modules which are as follows: Server: Here all the main activities take place. It is the brain of the application. The language used is node.js. Communication between all the modules take placethrough server. Some of the jobs of the server are accepting request from the user, communicating with the nearby ambulance, finding the nearest ambulance with the help of GoogleMaps, storing the user and ambulance information in thedatabase, assigning the nearest ambulance to the user etc. Fig 2. HBVB ARchitecture MongoDB: MongoDB is a cross platformdocument-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemata. We use MongoDB to store userandambulanceinformation.Once the ambulance is assigned to the user, the user id, their location, ambulance id and its initial location is stored in thedatabase for future reference. Google Maps: The Google MapsAPIallowfortheembedding of Google Maps onto web pages of outside developers, using a simple JavaScript interface. Some of the APIs used in our applications are Maps JavaScript API, Distance matrix API and Directions API. Server sends the location of all nearby ambulance to the Google Maps which finds the nearest ambulance using distance matrixAPIandsendsitback tothe server. After the ambulance assignment ambulance request for the navigation, which shows the shortest distance to reach its destination i.e. the user. User: This is where theuser requestsforambulance.Initially a socket connection is established between the user and the server. Then when user presses the Get Ambulance button,a unique ID is generated for the user. This ID and the location of the user is sent to server. Once the ambulance is assigned to the requested user, the real time location of the ambulance is sent to the user so that they can track the location of the ambulance. Ambulance: Ambulance module sends its location to the server and wait for the assignment of the user. Server finds the nearest ambulance and sends the location of the user to
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2330 the ambulance. Once the user has been assigned, using Navigation it reaches the user and its real time location is sent to user to the user can track the ambulance. 5. METHODOLOGY 5.1 Block diagram Fig 3. Block diagram of Traffic Management System The above block diagram consists of Arduino, RFID Reader, LED(Light Emitting Diode), LCD(Liquid Crystal Display)and power supply. Power supply of 5v is given to Arduino and RFID reader when it is powered it supplies power to LED and LCD. Three types of LED are used RED, YELLOW and GREEN. When RFID reader detects the RFID tag attached to ambulance it sends the data contained in the tag to Arduino and after checking the priority of vehicle, Arduino powers the Green LED of the respective lane for a fixed time. After the fixed time Arduino resumes the normal operation. This process is repeated whenever RFID tag is scanned through RFID reader. 5.2 Data flow of Traffic management system Fig 4. Data flow diagram for Traffic management 5.3 About High Priority Vehicle Booking Application Following gives a brief explanation of how the HBVB application works:
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2331 Initially, when the page is loaded by the user a socket connection is established between the user and the server for communication. When the user is in need of an ambulance, he/she will press the Get Ambulance button to request the ambulance. This button will send the generated user ID and the user’s location to the server. The sent location is extracted using the Google Maps API. In the meantime, all the ambulances which are available a socket connection to the server for communication. These ambulances are added to active ambulance room. Once the server receives the request from the user, it pings all the connected ambulance to send its location to the server. When ambulances encounter the ping, itsendsitslocationto the server. The location is sent with is help of Google Maps API. When the server has locations of the ambulances, these locations along with the user location is sent to Google Maps to find the nearest ambulance to the user. Google Maps make use of the Distance Matrix API to find the nearest ambulance to the user and send the information about this ambulance back to the server. Once the server has the location of the nearest ambulance, it sends the user ID, user location, Ambulance ID, ambulance location to the MongoDB database. Along with sending the information to the database, it assigns the nearest ambulancelocatedtotheuserbysending user location to the ambulance. And the assignedambulance is removed from active ambulance room. Once the ambulance has the user location, a google map is rendered and when the navigation button is pressed,itgives the shortest distance for an ambulance to reach the destination i.e. user location. The assigned ambulance informationissent back totheuser. This helps the user to track ambulance. Once the user has ambulance information, it pings the ambulance for every 5 seconds so that the location of the ambulance is updated. This helps the user with real-time tracking of the ambulance 5.4 Data flow of HBVB Application Fig 5. Data flow diagram for HBVB App 6. WORKING OF THE ENTIRE SYSTEM: Both hardware and software module’s implementation can be combined as follows: When the user opens HBVB application on his device and taps on the button “Get Ambulance”, the server finds the nearest ambulance to the user and assigns it to him.Nowthe user can track the ambulance as it arrives to the user’s destination. Simultaneously, because the RFID technology installed in our system, it automatically changes the Traffic signal in the ambulance’s path to green to reduce the delay
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2332 time. Along with this, the navigation provides the shortest path for the ambulance to reach the destination. 7. CONCLUSION The existing traffic management system in India has fixed timers for traffic signals to switch traffic between different direction and no specific changes in traffic signals for emergency vehicles. Ambulance service is one of the important services that get delayed very often due to traffic. To deal with this problem we designed this system. It comprises of two systems i.e. one which automatically change the traffic lights in the path of the ambulance and another is real time ambulance tracking system. As the ambulance itself change the signal, it doesn’t require to wait in the traffic. This will save many lives as ambulance will be able to reach its destination on time. And real time tracking helps the person who called the ambulance to track the movements of ambulance and call another ambulance if the called ambulance is taking too long to reach. Thus, this project can be a life saver project. 8. FUTURE SCOPE This system can be extended to send the patient's vitals to the hospital once the patient has been picked up by the ambulance. This can be achieved by monitoringthehealth of the patients using different sensors and sending the data collected by the sensors to thehospital.Thehospital staffcan use this information to provide medical assistance to the patient without any delay. There are many other high priority vehicles like ambulance which requires to reach its destination without any hindrance. Some of high priority vehicles are fire engines, police vehicle etc. Our application to can be extended to these High Priority Vehicles also. REFERENCES [1] B.Janani Saradha, G.Vijayshri, T.Subha2 UG students “Intelligent Traffic Signal Control System for Ambulance Using RFID and CLOUD”, Second International Conference On Computing and Communications, 2017 [2] Jay Lohokare, Reshul Dani, Sumedh Sontakke, Ameya Apte,Rishabh Sahni “Emergency services platform forsmart cities”, 2017 [3] Omkar Udawant, Nikhil Thombare, Devanand Chauhan, Akash Hadke, Dattatray Waghole “Smart AmbulanceSystem using IoT”, 2017 [4] S.N.Sivaraj, K.Vigneshwaran, S.Vigneshwarn, M.Vishnu Priyan “IoT Ambulance with Automatic Traffic Light Control”, 2017 [5] Usha.N.S, Aritha. S, Viswathika.S “Make Way for Ambulance Using IOT”, 2017 [6] Dr.Sarbpreet , Dr.Somanath Tripathy ,Dr.JimsonMathew “Design and Evaluation of an IoT enabled Secure Multi- service Ambulance Tracking System”, 2016 [7] Gargi Beri, Pankaj Ganjare, Amruta Gate, Ashwin Channawar, Vijay Gaikwad “Intelligent Ambulance with Traffic Control”, 2016 [8] Dheeraj Dang, Jitin Tanwar, Sarfaraz Masood “A Smart Traffic Solution for High Priority Vehicles”, 2015 [9] Prof. Hate S.G, Nangare Yogini K “Intelligent Ambulance Rescue System”, 2014 [10]VeeramuthuVenkatesh, VVaithyanathan,B.Manikandan & Pethuru Raj “A Smart Ambulance for the Synchronized Health Care –A service Oriented DeviceArchitecture-Based”, 2012 [11] Luigi Atzori, Antonio Iera, and Giacomo Morabito. The internet of things: A survey. Computer Networks, 54(15):2787 - 2805, 2010 [12] Nicola Bui and MicheleZorzi.Healthcareapplications:A solution based on the internet of things. In Proceedings of the 4th International Symposium on Applied Sciences in Biomedical and Communication Technologies, ISABEL '11, pages 131:1 - 131:5, New York, NY, USA, 2011. ACM. [13] G. Beri, P. Ganjare, A. Gate,A.Channawar,VijayGaikwad, “Intelligent Ambulancewith TrafficControl”,inInternational Jour. Of Elect, Electronics and Comp Systems, vol. 4 , pp 43- 46, Feb. 2016. [14] M. Abinaya and R. Uthira Devi, “Intelligent Vehicle Control Using Wireless Embedded SysteminTransportation System Based On GSM and GPS Technology,” Int. J. Comput. Sci. Mob. Comput., vol. 3, no. 9, pp. 244–258, 2014. [15] S. R. Prof. Nalawade and A.S.Devrukhkar,“BusTracking by Computing Cell Tower Information on Raspberry Pi,” in International Conference on Global Trends in Signal Processing, Information Computing and Communication, 2016, pp. 87–90.