SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 51-55

Automatic Movement of Fire Brigade to Emergency Spot- An
Intelligent Transport System
Guddi Singh1, Jyoti Singh2
Gurukul Mahila Mahavidyalaya Raipur OIC ,DTE Raipur

ABSTRACT: Now a day the fire accidents rate has been increasing day to day. Moreover emergency in the
city have been increased and to bar the loss of life due to the fire accidents is more crucial. To implement this
we introduce a scheme called AMFBVS(Automatic Movement of Fire Brigade Vehicle System).The main theme
behind this scheme is to provide a smooth flow for the fire brigade vehicle to reach the accident spot in time
and thus minifying the expiration. The idea behind this scheme is to implement an Intelligent Transportation
System (ITS) which would control the traffic lights in the path of the Fire brigade. The Fire Brigade is
controlled by the central unit which furnishes the most scant route to the Fire Brigade and also controls the
traffic light according to the Fire Brigade location and thus reaching the accident place safely. The server
determines the location of the accident spot; through the sensor systems in the vehicle/fire brigade, the server
using shortest path method can guide the Fire Brigade to the accident spot. This scheme can be automated and
can help the vehicle to find the correct path for movement of fire brigade to accident spot by controlling the
traffic lights.
KEYWORDS: Global Positing System, Global System for Mobile communication, Geographical information
System, Intelligent Transportations System ,Shortest Path Method

I.

INTRODUCTION

There is loss of life due to the delay in the arrival of fire brigade to the accident place. This delay is
mainly caused due to the waiting of the fire brigade in the traffic signals. It would be of great use to the fire
brigade if the traffic signals in the path of the accident place are ON. Thus we propose a new design for
automatically controlling the traffic signals and achieving the above mentioned task so that the fire brigade
would be able to cross all the traffic
Junctions without waiting. Every traffic junction will have a controller controlling the traffic flow.
The traffic junctions are referred to as nodes and each node will have a GSM (Global System for
mobile communication) modem connected to the controller. The nodes are controlled by a main server by
sending the control messages to their GSM (Global System for mobile communication) modems. When a node
is controlled and its traffic signal is made to be green for the Fire brigade to pass through without waiting, it is
said to be in ON STATE as mentioned by Athvan and Jagdeeshwaram in (2012). For Easy access the server
maintains a database for each node, and hence each node will have a unique ID for addressing it and its GPS
(Global Positing System) Coordinates are also stored in the database as by Athvan and Jagdeeshwaram in
(2012). Thus using these data and shortest path method as mentioned by Deo Pang (1984). And the fire brigade
is guided to the accident place by the server through the shortest route.

II.

AUTOMATIC MOVEMENT OF FIRE BRIGADE VEHICLE SYSTEM

Our system consists of four main units, which coordinates with each other and makes sure that Fire
Brigade reaches the place without any time lag. Thus our system is divided into following three units,





The Vehicle /Fire Brigade Unit(FBU)
The Traffic Junction Unit(TJU)
The Main Server

www.ijeijournal.com

Page | 51
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 51-55

Fig. 1 Three main units of system
2.1 Vehicle/Fire Brigade Unit
According to our system, every vehicle/Fire Brigade should have a vehicle unit number. The vehicle
unit consists of a vibration sensor, controller, siren, a user interface, GPS (Global Positing System) system and a
GSM (Global System for mobile communication) module. The vibration sensor used in the vehicle will
continuously sense for any large scale vibration in the vehicle as mentioned by Wei and Hanbo in (2011). The
sensed data is given to the controller.

Fig. 2 Vehicles /Fire Brigade Unit
The controller compares it with a threshold value which is an empirical value (for an accident place)
and if it equals or exceeds that, then the controller automatically switches on a siren inside the vehicle. A
programmed timer is also triggered. In case of a minor emergency, the passenger probably would not need the
service of the Fire brigade, and can therefore switch off the siren before the timer counts to zero, by resetting the
entire vehicle unit through the user interface, which is connected to the controller. If he is unconscious or fatally
wounded and needs a Fire brigade, then the siren is left ON and when the timer counts to zero, it would trigger
both the GSM (Global System for mobile communication) MODULE and the GPS (Global Positing System)
SYSTEM inside the fire brigade vehicle. The GPS (Global Positing System) SYSTEM finds out the current
position of the fire brigade vehicle which is the location of the emergency spot and gives that data to the GSM
(Global System for mobile communication) MODULE. The GSM (Global System for mobile communication)
MODULE sends this data to the MAIN SERVER whose GSM (Global System for mobile communication)
number is already there in the module as an emergency number. The vehicle unit is shown in the Fig 2.
2.2 Main Server
The main server is the central brain of our ITS (Intelligent Transportation System). It communicates as
well as controls every part of the system. The server objectives can be mainly classified into:




Finding the Nearest Fire Brigade to the Accident Spot.
Allotting Shortest Path for the Vehicle from Source to Destination.

www.ijeijournal.com

Page | 52
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 51-55



Controlling the Nodes/Traffic Light in the Shortest Path
Finding the nearest Fire Brigade to the accident spot
The server maintains a database of the Fire Brigade available. The server selects the nearest Fire
Brigade to the accident spot using the database containing the details of free and busy Fire Brigade at that point
of time. Then the server scans the locations of the free Fire Brigade in the database. It calculates the distance
between the accident spot and each Fire Brigade. Then it compares all the distances calculated and selects the
nearest Fire Brigade that is to be directed for reaching the spot as mentioned by Tawara and Mukai in (2010).
Therefore for performing the above functions, the server must have the following databases:

Fire Brigade database - contains list of free and busy Fire Brigade along with the unique fire brigade
number.

NODE database – The Main Server allocates a unique ID for each traffic light nodes and has a
database to containing all the nodes’ IDs, GSM(Global System for mobile communication) numbers
and their
GPS (Global Positing System) coordinates.
2.2.1 Shortest Path Using Dijkstra Algorithm
A node can possibly operate in two modes namely, the normal mode and the Fire Brigade mode.
Normal mode is usual traffic control by a micro controller in a junction. In normal mode, traffic flow in each
direction of the mode will be given equal importance as mentioned by Panahi and Delavar in (2009). In the Fire
Brigade mode, the direction in which the Fire Brigade heads is given importance and is kept in the ON state, till
the Fire Brigades leaves the junction (node). This is done by
 The node will receive a START SIGNAL from the main server as a control message which contains
the direction that must be kept in ON state so that the Fire brigade can pass through the junction
without waiting.
 The direction retrieved from the control message is given to the micro controller.
 That particular direction is kept in the ON state as long as another message (STOP SIGNAL) is
received from the main server.
 The STOP SIGNAL is generated when the GPS (Global Posting System) coordinates of the Fire
Brigade and the node matches i.e. when the Fire Brigade crosses then node. The node then will return
to its normal mode of operation.
Interrupt Service Routine Algorithm for Node
 WAIT FOR THE RECEPTION OF START MESSAGE ALONG WITH THE DATA
 RETRIEVE THE DATA ABOUT THE SIGNAL TO BE MADE GREEN
 MAKE THE CORRESPONDING SIGNAL TO BE GREEN
 WAIT FOR THE RECEPTION OF NEXT MESSAGE OR STOP SIGNAL
 IF THE MESSAGE IS RECEIVED RETURN TO NORMAL MODE
By this way each node in the path to the hospital is controlled by the server. This function can be
divided into two phases:
The shortest path between the nodes can be selected using the DIJKSTRA algorithm. Consider a case
when the Fire Brigade travels from source to accident spot. The database in the server as said earlier contains
the node and the distance between the adjacent nodes to which it is connected. The accident spot is taken as the
destination and the fire brigade location is taken as the source as
Mentioned by Nazari and Meybodi in (2008). The node next to the fire brigade spot and the node in the
path to destination must be traced. So that fire brigade node is taken as source and the accident node is taken as
destination and the DIJKSTRA algorithm is applied for shortest path finding. There may be several paths
between these nodes and the algorithm finds the shortest path. There may be one way roads along this path,
therefore this must be a vector quantity. The server finds nearest node from source and marks it as visited. Then
that node is considered as source and the procedure is continued till the destination. Initially, the source doesn’t
know the distance to destination, so it will be infinite and after complete computation the shortest path along
with the distance will be known
2.2.3 Allotting Shortest Path for the Vehicle from Source to Destination.
The server will also find the nearest destination and calculates the shortest path connecting the Fire
brigades current location, the accident spot and the nearest destination. The shortest path will contain nodes in
the path. The server takes the GPS (Global Positing System) coordinates of all the nodes in the shortest path

www.ijeijournal.com

Page | 53
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 51-55
from the NODES database and along with GPS (Global Positing System) coordinates of the accident spot and
the Destination it transmits it to the Fire Brigade unit in a format specified below. The nodes coordinates alone
are sent to the Fire Brigade. The format for sending the node coordinates is:
The last two coordinates (Xn-1, Yn-1) and (Xn, Yn) will indicate the accident location and the destination
location respectively.
2.2.4Controlling the Nodes/Traffic Light In the Shortest Path
The nodes in the shortest path are accessed and controlled only when the Fire Brigade reaches a
distance of around say 100m from the node. These locations are stored as the 100m markings. Since the
signal should not be kept in ON state for a long time, the node access control is done in the following steps:
 The server first plots a map with the nodes needed for the shortest path and makes 100m markings for
each node.
 The locations of 100m markings are taken from the map and stored in the NODES database.
 When the Fire Brigade’s GPS(Global Positing System) location and location of any one of the 100m
markings matches, the corresponding GSM(Global System for mobile communication) ID with the
signal direction from the map is taken by the server and is compared with the shortest path nodes’
GSM(Global System for mobile communication) IDs.
 If that node is present in the path, the START SIGNAL is sent to that GSM (Global System for mobile
communication) ID.
 Now, the node is kept in ON state till the Fire Brigade crosses the node. Once it crosses the node, the
server sends a STOP SIGNAL to the node which brings the node to normal mode of operation
2.3The Traffic Junction Unit
A node can possibly operate in two modes namely, the normal mode and the Fire Brigade mode.
Normal mode is usual traffic control by a micro controller in a junction. In normal mode, traffic flow in each
direction of the mode will be given equal importance. In the Fire Brigade mode, the direction in which the Fire
Brigade heads is
X2,Y2
..
...
XnXn,Yn given importance
and is kept in the
ON state, till the
X1,y1
1,YnFire Brigade leaves
the junction (node).
1
This is done by






The node will receive a START SIGNAL from the main server as a control message which contains
the direction that must be kept in ON state so that the Fire Brigade can pass through the junction
without waiting.
The direction retrieved from the control message is given to the micro controller.
That particular direction is kept in the ON state as long as another message (STOP SIGNAL) is
received from the main server.
The STOP SIGNAL is generated when the GPS (Global Positing System) coordinates of the Fire
Brigade and the node matches i.e. when the Fire Brigade crosses then node. The node then will return
to its normal mode of operation.

III.

CONCLUSION

This paper proposes for controlling the traffic signals in favor of Fire Brigade movement at the time of
emergency call. With this system the Fire Brigade can be reached to the accident spot without time lag. The
AMFBVS can be proved to be effectual to control not only Fire Brigade but also authoritative emergency
vehicles. Thus AMFBVS if implemented in state with large population like Chhattisgarh State can produce
better results. Chhattisgarh include large number of tribal area and The propose system can be used in providing
services to tribal people .AMFBVS is more accurate with no loss of time.

www.ijeijournal.com

Page | 54
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 51-55
REFERENCES
[1]
[2]

[3]

[4]

[5]
[6]

[7]
[8]
[9]
[10]
[11]

K.Athavan; S.Jagadeeshwaran,” Automatic Ambulance Rescue System”, International Journal of
Advanced Technology & Engineering Research (IJATER), pages: 86-92, 2012
Wang Wei, Fang Hanbo, “Traffic accident auto-matic detection and remote alarm device”,
Proceedings of International Conference on Electric Infor-mation and Control Engineering, pages: 910913, 2011.
Katsunori Tawara, Naoto Mukai, “Traffic signal control by using Traffic congestion prediction based
on Pheromone Model”, Proceedings of 22nd IEEE International Conference on Tools with Artificial
Intelligence, pages:27-30, 2010
Sara Nazari, M. Reza Meybodi, M. Ali Salehigh, Sara taghipour, “An Advanced Algorithm for Find-ing
Shortest Path in Car Navigation System”, Proceedings of 1st International Conference on Intelli-gent
Network and Intelligent Systems, pages: 671-674, 2008
Panahi and Delavar,” Dynamic Shortest Path in Ambulance Routing Based on GIS”, International
journal of geoinformation 2009,Vol.5(1):pp.13-19.
Xiaolin Lu, “Develop Web GIS Based Intelligent Transportation Application Systems with Web Service
Technology”, Proceedings of 6th International Conference on ITS Telecommunications, pages: 159162, 2006.
Dreyfus, S. E. (1969). An Appraisal of Some Shortest-Path Algorithms. Operations Research, 17,
395-412.
Gallo, G. and S. Pallotino (1988). Shortest Paths Algorithms. Annals of Oper. Res., 13, 3-79. He, Y.
(1997).
Deo, N. and C.Y. Pang (1984). Shortest Path Algorithms: Taxonomy and annotation. Networks, 14,
275-323.
Cooke, K.L. and E. Halsey (1966). The shortest
Route through a Network with Time-Dependent
Internodal Transit Times. J. Math. Anal. Appl., 14, 493-498.
Dijkstra, E.W. (1959). A Note on Two Problems in Connection with Graphs. Numer. Math., 1, 269271.

www.ijeijournal.com

Page | 55

Mais conteúdo relacionado

Mais procurados

Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficeSAT Publishing House
 
Real-Time Acceleration Control Using Bluetooth Mobile App
Real-Time Acceleration Control Using Bluetooth Mobile AppReal-Time Acceleration Control Using Bluetooth Mobile App
Real-Time Acceleration Control Using Bluetooth Mobile AppLance Alpuerto
 
Review on an object following wireless robot
Review on an object following wireless robotReview on an object following wireless robot
Review on an object following wireless roboteSAT Publishing House
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiIRJET Journal
 
Target tracking and mobile sensor navigation in wireless sensor networks
Target tracking and mobile sensor navigation in wireless sensor networksTarget tracking and mobile sensor navigation in wireless sensor networks
Target tracking and mobile sensor navigation in wireless sensor networksJPINFOTECH JAYAPRAKASH
 
Indoor localisation and dead reckoning using Sensor Tag™ BLE.
Indoor localisation and dead reckoning using Sensor Tag™ BLE.Indoor localisation and dead reckoning using Sensor Tag™ BLE.
Indoor localisation and dead reckoning using Sensor Tag™ BLE.Abhishek Madav
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded Systemrahulmonikasharma
 
A minimum process synchronous checkpointing algorithm for mobile distributed ...
A minimum process synchronous checkpointing algorithm for mobile distributed ...A minimum process synchronous checkpointing algorithm for mobile distributed ...
A minimum process synchronous checkpointing algorithm for mobile distributed ...IAEME Publication
 
A minimum process synchronous checkpointing algorithm
A minimum process synchronous checkpointing algorithmA minimum process synchronous checkpointing algorithm
A minimum process synchronous checkpointing algorithmiaemedu
 
IRJET - Accident Detection using Vehicular Ad-Hoc Network
IRJET -  	  Accident Detection using Vehicular Ad-Hoc NetworkIRJET -  	  Accident Detection using Vehicular Ad-Hoc Network
IRJET - Accident Detection using Vehicular Ad-Hoc NetworkIRJET Journal
 
Automatic Street Light Operating System
Automatic Street Light Operating SystemAutomatic Street Light Operating System
Automatic Street Light Operating SystemIRJET Journal
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkIJTET Journal
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...csandit
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET Journal
 

Mais procurados (15)

Vehicle density sensor system to manage traffic
Vehicle density sensor system to manage trafficVehicle density sensor system to manage traffic
Vehicle density sensor system to manage traffic
 
Real-Time Acceleration Control Using Bluetooth Mobile App
Real-Time Acceleration Control Using Bluetooth Mobile AppReal-Time Acceleration Control Using Bluetooth Mobile App
Real-Time Acceleration Control Using Bluetooth Mobile App
 
50120140501017
5012014050101750120140501017
50120140501017
 
Review on an object following wireless robot
Review on an object following wireless robotReview on an object following wireless robot
Review on an object following wireless robot
 
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry PiTCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
TCP/IP Protocol Based Adaptive Cruise Control using Raspberry Pi
 
Target tracking and mobile sensor navigation in wireless sensor networks
Target tracking and mobile sensor navigation in wireless sensor networksTarget tracking and mobile sensor navigation in wireless sensor networks
Target tracking and mobile sensor navigation in wireless sensor networks
 
Indoor localisation and dead reckoning using Sensor Tag™ BLE.
Indoor localisation and dead reckoning using Sensor Tag™ BLE.Indoor localisation and dead reckoning using Sensor Tag™ BLE.
Indoor localisation and dead reckoning using Sensor Tag™ BLE.
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
 
A minimum process synchronous checkpointing algorithm for mobile distributed ...
A minimum process synchronous checkpointing algorithm for mobile distributed ...A minimum process synchronous checkpointing algorithm for mobile distributed ...
A minimum process synchronous checkpointing algorithm for mobile distributed ...
 
A minimum process synchronous checkpointing algorithm
A minimum process synchronous checkpointing algorithmA minimum process synchronous checkpointing algorithm
A minimum process synchronous checkpointing algorithm
 
IRJET - Accident Detection using Vehicular Ad-Hoc Network
IRJET -  	  Accident Detection using Vehicular Ad-Hoc NetworkIRJET -  	  Accident Detection using Vehicular Ad-Hoc Network
IRJET - Accident Detection using Vehicular Ad-Hoc Network
 
Automatic Street Light Operating System
Automatic Street Light Operating SystemAutomatic Street Light Operating System
Automatic Street Light Operating System
 
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic NetworkDesign of Real-time Self Establish Wireless Sensor For Dynamic Network
Design of Real-time Self Establish Wireless Sensor For Dynamic Network
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 

Destaque

Destaque (10)

International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)International Journal of Engineering Inventions (IJEI)
International Journal of Engineering Inventions (IJEI)
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...call for papers, research paper publishing, where to publish research paper, ...
call for papers, research paper publishing, where to publish research paper, ...
 
International Journal of Engineering Inventions (IJEI), www.ijeijournal.com,c...
International Journal of Engineering Inventions (IJEI), www.ijeijournal.com,c...International Journal of Engineering Inventions (IJEI), www.ijeijournal.com,c...
International Journal of Engineering Inventions (IJEI), www.ijeijournal.com,c...
 
Various Techniques for Condition Monitoring of Three Phase Induction Motor- ...
Various Techniques for Condition Monitoring of Three Phase  Induction Motor- ...Various Techniques for Condition Monitoring of Three Phase  Induction Motor- ...
Various Techniques for Condition Monitoring of Three Phase Induction Motor- ...
 

Semelhante a IJEEI: Automatic Movement of Fire Brigade

Ieeepro techno solutions 2012 ieee embedded project - automatic ambulance r...
Ieeepro techno solutions   2012 ieee embedded project - automatic ambulance r...Ieeepro techno solutions   2012 ieee embedded project - automatic ambulance r...
Ieeepro techno solutions 2012 ieee embedded project - automatic ambulance r...srinivasanece7
 
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...IRJET - Intelligent Traffic Control System using Centralized System for Emerg...
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...IRJET 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
 
G041024547
G041024547G041024547
G041024547IOSR-JEN
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEIRJET Journal
 
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...IRJET Journal
 
Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.IRJET Journal
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAndrew Molina
 
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)IRJET Journal
 
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
 
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...Leonard Goudy
 
A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...csandit
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...cscpconf
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET Journal
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityAdaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityNaveen Kumar B
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking SystemDiLip ChauDhary
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET Journal
 
intelligence Ambulance project report
intelligence Ambulance project reportintelligence Ambulance project report
intelligence Ambulance project reportRitesh Kumar
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNIJMTST Journal
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue systemeSAT Journals
 

Semelhante a IJEEI: Automatic Movement of Fire Brigade (20)

Ieeepro techno solutions 2012 ieee embedded project - automatic ambulance r...
Ieeepro techno solutions   2012 ieee embedded project - automatic ambulance r...Ieeepro techno solutions   2012 ieee embedded project - automatic ambulance r...
Ieeepro techno solutions 2012 ieee embedded project - automatic ambulance r...
 
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...IRJET - Intelligent Traffic Control System using Centralized System for Emerg...
IRJET - Intelligent Traffic Control System using Centralized System for Emerg...
 
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
 
G041024547
G041024547G041024547
G041024547
 
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCEALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
ALPHA-ACCIDENT LOCATION PATIENT HEALTH ASSISTENCE
 
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...
IRJET- FPGA Implementation of Adaptive Dynamic Control of Traffic Signal and ...
 
Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.Review on technique used to detect and report the cause of accident.
Review on technique used to detect and report the cause of accident.
 
Ambulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS NavigationAmbulance Assistance For Emergency Services Using GPS Navigation
Ambulance Assistance For Emergency Services Using GPS Navigation
 
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
Implementation Of Ambulance Rescue System Using LabVIEW (IARS)
 
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
 
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...A Major Project Report On  Quot  VEHICLE TRACKING SYSTEM USING GPS AND GSM  Q...
A Major Project Report On Quot VEHICLE TRACKING SYSTEM USING GPS AND GSM Q...
 
A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...A proposed model for traffic signal preemption using global positioning syste...
A proposed model for traffic signal preemption using global positioning syste...
 
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
A PROPOSED MODEL FOR TRAFFIC SIGNAL PREEMPTION USING GLOBAL POSITIONING SYSTE...
 
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
IRJET- Smart Vehicle with Crash Detection and Emergency Vehicle Dispatch with...
 
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES UniversityAdaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
Adaptive Cruise Control & Automobile Black box -Team Code Chef - PES University
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking System
 
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSMIRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
IRJET- Vehicle Accident Tracking and Reporting System using GPS and GSM
 
intelligence Ambulance project report
intelligence Ambulance project reportintelligence Ambulance project report
intelligence Ambulance project report
 
Traffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSNTraffic Density Control and Accident Indicator Using WSN
Traffic Density Control and Accident Indicator Using WSN
 
An enhanced method for human life rescue system
An enhanced method for human life rescue systemAn enhanced method for human life rescue system
An enhanced method for human life rescue system
 

Mais de International Journal of Engineering Inventions www.ijeijournal.com

Mais de International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
F04123137
F04123137F04123137
F04123137
 
E04122330
E04122330E04122330
E04122330
 
C04121115
C04121115C04121115
C04121115
 
B04120610
B04120610B04120610
B04120610
 
A04120105
A04120105A04120105
A04120105
 
F04113640
F04113640F04113640
F04113640
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
C04111114
C04111114C04111114
C04111114
 
B04110710
B04110710B04110710
B04110710
 
A04110106
A04110106A04110106
A04110106
 
I04105358
I04105358I04105358
I04105358
 
H04104952
H04104952H04104952
H04104952
 
G04103948
G04103948G04103948
G04103948
 
F04103138
F04103138F04103138
F04103138
 
E04102330
E04102330E04102330
E04102330
 
D04101822
D04101822D04101822
D04101822
 
C04101217
C04101217C04101217
C04101217
 

Último

QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 

Último (20)

QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 

IJEEI: Automatic Movement of Fire Brigade

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 51-55 Automatic Movement of Fire Brigade to Emergency Spot- An Intelligent Transport System Guddi Singh1, Jyoti Singh2 Gurukul Mahila Mahavidyalaya Raipur OIC ,DTE Raipur ABSTRACT: Now a day the fire accidents rate has been increasing day to day. Moreover emergency in the city have been increased and to bar the loss of life due to the fire accidents is more crucial. To implement this we introduce a scheme called AMFBVS(Automatic Movement of Fire Brigade Vehicle System).The main theme behind this scheme is to provide a smooth flow for the fire brigade vehicle to reach the accident spot in time and thus minifying the expiration. The idea behind this scheme is to implement an Intelligent Transportation System (ITS) which would control the traffic lights in the path of the Fire brigade. The Fire Brigade is controlled by the central unit which furnishes the most scant route to the Fire Brigade and also controls the traffic light according to the Fire Brigade location and thus reaching the accident place safely. The server determines the location of the accident spot; through the sensor systems in the vehicle/fire brigade, the server using shortest path method can guide the Fire Brigade to the accident spot. This scheme can be automated and can help the vehicle to find the correct path for movement of fire brigade to accident spot by controlling the traffic lights. KEYWORDS: Global Positing System, Global System for Mobile communication, Geographical information System, Intelligent Transportations System ,Shortest Path Method I. INTRODUCTION There is loss of life due to the delay in the arrival of fire brigade to the accident place. This delay is mainly caused due to the waiting of the fire brigade in the traffic signals. It would be of great use to the fire brigade if the traffic signals in the path of the accident place are ON. Thus we propose a new design for automatically controlling the traffic signals and achieving the above mentioned task so that the fire brigade would be able to cross all the traffic Junctions without waiting. Every traffic junction will have a controller controlling the traffic flow. The traffic junctions are referred to as nodes and each node will have a GSM (Global System for mobile communication) modem connected to the controller. The nodes are controlled by a main server by sending the control messages to their GSM (Global System for mobile communication) modems. When a node is controlled and its traffic signal is made to be green for the Fire brigade to pass through without waiting, it is said to be in ON STATE as mentioned by Athvan and Jagdeeshwaram in (2012). For Easy access the server maintains a database for each node, and hence each node will have a unique ID for addressing it and its GPS (Global Positing System) Coordinates are also stored in the database as by Athvan and Jagdeeshwaram in (2012). Thus using these data and shortest path method as mentioned by Deo Pang (1984). And the fire brigade is guided to the accident place by the server through the shortest route. II. AUTOMATIC MOVEMENT OF FIRE BRIGADE VEHICLE SYSTEM Our system consists of four main units, which coordinates with each other and makes sure that Fire Brigade reaches the place without any time lag. Thus our system is divided into following three units,    The Vehicle /Fire Brigade Unit(FBU) The Traffic Junction Unit(TJU) The Main Server www.ijeijournal.com Page | 51
  • 2. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 51-55 Fig. 1 Three main units of system 2.1 Vehicle/Fire Brigade Unit According to our system, every vehicle/Fire Brigade should have a vehicle unit number. The vehicle unit consists of a vibration sensor, controller, siren, a user interface, GPS (Global Positing System) system and a GSM (Global System for mobile communication) module. The vibration sensor used in the vehicle will continuously sense for any large scale vibration in the vehicle as mentioned by Wei and Hanbo in (2011). The sensed data is given to the controller. Fig. 2 Vehicles /Fire Brigade Unit The controller compares it with a threshold value which is an empirical value (for an accident place) and if it equals or exceeds that, then the controller automatically switches on a siren inside the vehicle. A programmed timer is also triggered. In case of a minor emergency, the passenger probably would not need the service of the Fire brigade, and can therefore switch off the siren before the timer counts to zero, by resetting the entire vehicle unit through the user interface, which is connected to the controller. If he is unconscious or fatally wounded and needs a Fire brigade, then the siren is left ON and when the timer counts to zero, it would trigger both the GSM (Global System for mobile communication) MODULE and the GPS (Global Positing System) SYSTEM inside the fire brigade vehicle. The GPS (Global Positing System) SYSTEM finds out the current position of the fire brigade vehicle which is the location of the emergency spot and gives that data to the GSM (Global System for mobile communication) MODULE. The GSM (Global System for mobile communication) MODULE sends this data to the MAIN SERVER whose GSM (Global System for mobile communication) number is already there in the module as an emergency number. The vehicle unit is shown in the Fig 2. 2.2 Main Server The main server is the central brain of our ITS (Intelligent Transportation System). It communicates as well as controls every part of the system. The server objectives can be mainly classified into:   Finding the Nearest Fire Brigade to the Accident Spot. Allotting Shortest Path for the Vehicle from Source to Destination. www.ijeijournal.com Page | 52
  • 3. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 51-55  Controlling the Nodes/Traffic Light in the Shortest Path Finding the nearest Fire Brigade to the accident spot The server maintains a database of the Fire Brigade available. The server selects the nearest Fire Brigade to the accident spot using the database containing the details of free and busy Fire Brigade at that point of time. Then the server scans the locations of the free Fire Brigade in the database. It calculates the distance between the accident spot and each Fire Brigade. Then it compares all the distances calculated and selects the nearest Fire Brigade that is to be directed for reaching the spot as mentioned by Tawara and Mukai in (2010). Therefore for performing the above functions, the server must have the following databases:  Fire Brigade database - contains list of free and busy Fire Brigade along with the unique fire brigade number.  NODE database – The Main Server allocates a unique ID for each traffic light nodes and has a database to containing all the nodes’ IDs, GSM(Global System for mobile communication) numbers and their GPS (Global Positing System) coordinates. 2.2.1 Shortest Path Using Dijkstra Algorithm A node can possibly operate in two modes namely, the normal mode and the Fire Brigade mode. Normal mode is usual traffic control by a micro controller in a junction. In normal mode, traffic flow in each direction of the mode will be given equal importance as mentioned by Panahi and Delavar in (2009). In the Fire Brigade mode, the direction in which the Fire Brigade heads is given importance and is kept in the ON state, till the Fire Brigades leaves the junction (node). This is done by  The node will receive a START SIGNAL from the main server as a control message which contains the direction that must be kept in ON state so that the Fire brigade can pass through the junction without waiting.  The direction retrieved from the control message is given to the micro controller.  That particular direction is kept in the ON state as long as another message (STOP SIGNAL) is received from the main server.  The STOP SIGNAL is generated when the GPS (Global Posting System) coordinates of the Fire Brigade and the node matches i.e. when the Fire Brigade crosses then node. The node then will return to its normal mode of operation. Interrupt Service Routine Algorithm for Node  WAIT FOR THE RECEPTION OF START MESSAGE ALONG WITH THE DATA  RETRIEVE THE DATA ABOUT THE SIGNAL TO BE MADE GREEN  MAKE THE CORRESPONDING SIGNAL TO BE GREEN  WAIT FOR THE RECEPTION OF NEXT MESSAGE OR STOP SIGNAL  IF THE MESSAGE IS RECEIVED RETURN TO NORMAL MODE By this way each node in the path to the hospital is controlled by the server. This function can be divided into two phases: The shortest path between the nodes can be selected using the DIJKSTRA algorithm. Consider a case when the Fire Brigade travels from source to accident spot. The database in the server as said earlier contains the node and the distance between the adjacent nodes to which it is connected. The accident spot is taken as the destination and the fire brigade location is taken as the source as Mentioned by Nazari and Meybodi in (2008). The node next to the fire brigade spot and the node in the path to destination must be traced. So that fire brigade node is taken as source and the accident node is taken as destination and the DIJKSTRA algorithm is applied for shortest path finding. There may be several paths between these nodes and the algorithm finds the shortest path. There may be one way roads along this path, therefore this must be a vector quantity. The server finds nearest node from source and marks it as visited. Then that node is considered as source and the procedure is continued till the destination. Initially, the source doesn’t know the distance to destination, so it will be infinite and after complete computation the shortest path along with the distance will be known 2.2.3 Allotting Shortest Path for the Vehicle from Source to Destination. The server will also find the nearest destination and calculates the shortest path connecting the Fire brigades current location, the accident spot and the nearest destination. The shortest path will contain nodes in the path. The server takes the GPS (Global Positing System) coordinates of all the nodes in the shortest path www.ijeijournal.com Page | 53
  • 4. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 51-55 from the NODES database and along with GPS (Global Positing System) coordinates of the accident spot and the Destination it transmits it to the Fire Brigade unit in a format specified below. The nodes coordinates alone are sent to the Fire Brigade. The format for sending the node coordinates is: The last two coordinates (Xn-1, Yn-1) and (Xn, Yn) will indicate the accident location and the destination location respectively. 2.2.4Controlling the Nodes/Traffic Light In the Shortest Path The nodes in the shortest path are accessed and controlled only when the Fire Brigade reaches a distance of around say 100m from the node. These locations are stored as the 100m markings. Since the signal should not be kept in ON state for a long time, the node access control is done in the following steps:  The server first plots a map with the nodes needed for the shortest path and makes 100m markings for each node.  The locations of 100m markings are taken from the map and stored in the NODES database.  When the Fire Brigade’s GPS(Global Positing System) location and location of any one of the 100m markings matches, the corresponding GSM(Global System for mobile communication) ID with the signal direction from the map is taken by the server and is compared with the shortest path nodes’ GSM(Global System for mobile communication) IDs.  If that node is present in the path, the START SIGNAL is sent to that GSM (Global System for mobile communication) ID.  Now, the node is kept in ON state till the Fire Brigade crosses the node. Once it crosses the node, the server sends a STOP SIGNAL to the node which brings the node to normal mode of operation 2.3The Traffic Junction Unit A node can possibly operate in two modes namely, the normal mode and the Fire Brigade mode. Normal mode is usual traffic control by a micro controller in a junction. In normal mode, traffic flow in each direction of the mode will be given equal importance. In the Fire Brigade mode, the direction in which the Fire Brigade heads is X2,Y2 .. ... XnXn,Yn given importance and is kept in the ON state, till the X1,y1 1,YnFire Brigade leaves the junction (node). 1 This is done by     The node will receive a START SIGNAL from the main server as a control message which contains the direction that must be kept in ON state so that the Fire Brigade can pass through the junction without waiting. The direction retrieved from the control message is given to the micro controller. That particular direction is kept in the ON state as long as another message (STOP SIGNAL) is received from the main server. The STOP SIGNAL is generated when the GPS (Global Positing System) coordinates of the Fire Brigade and the node matches i.e. when the Fire Brigade crosses then node. The node then will return to its normal mode of operation. III. CONCLUSION This paper proposes for controlling the traffic signals in favor of Fire Brigade movement at the time of emergency call. With this system the Fire Brigade can be reached to the accident spot without time lag. The AMFBVS can be proved to be effectual to control not only Fire Brigade but also authoritative emergency vehicles. Thus AMFBVS if implemented in state with large population like Chhattisgarh State can produce better results. Chhattisgarh include large number of tribal area and The propose system can be used in providing services to tribal people .AMFBVS is more accurate with no loss of time. www.ijeijournal.com Page | 54
  • 5. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 51-55 REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] K.Athavan; S.Jagadeeshwaran,” Automatic Ambulance Rescue System”, International Journal of Advanced Technology & Engineering Research (IJATER), pages: 86-92, 2012 Wang Wei, Fang Hanbo, “Traffic accident auto-matic detection and remote alarm device”, Proceedings of International Conference on Electric Infor-mation and Control Engineering, pages: 910913, 2011. Katsunori Tawara, Naoto Mukai, “Traffic signal control by using Traffic congestion prediction based on Pheromone Model”, Proceedings of 22nd IEEE International Conference on Tools with Artificial Intelligence, pages:27-30, 2010 Sara Nazari, M. Reza Meybodi, M. Ali Salehigh, Sara taghipour, “An Advanced Algorithm for Find-ing Shortest Path in Car Navigation System”, Proceedings of 1st International Conference on Intelli-gent Network and Intelligent Systems, pages: 671-674, 2008 Panahi and Delavar,” Dynamic Shortest Path in Ambulance Routing Based on GIS”, International journal of geoinformation 2009,Vol.5(1):pp.13-19. Xiaolin Lu, “Develop Web GIS Based Intelligent Transportation Application Systems with Web Service Technology”, Proceedings of 6th International Conference on ITS Telecommunications, pages: 159162, 2006. Dreyfus, S. E. (1969). An Appraisal of Some Shortest-Path Algorithms. Operations Research, 17, 395-412. Gallo, G. and S. Pallotino (1988). Shortest Paths Algorithms. Annals of Oper. Res., 13, 3-79. He, Y. (1997). Deo, N. and C.Y. Pang (1984). Shortest Path Algorithms: Taxonomy and annotation. Networks, 14, 275-323. Cooke, K.L. and E. Halsey (1966). The shortest Route through a Network with Time-Dependent Internodal Transit Times. J. Math. Anal. Appl., 14, 493-498. Dijkstra, E.W. (1959). A Note on Two Problems in Connection with Graphs. Numer. Math., 1, 269271. www.ijeijournal.com Page | 55