SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 273
Fire Detection and Alerting System for Train
Using Zigbee Communication
Sanjai Kumar. T1, Ragul. R 2, Mohamed Abbas. MG 3, Dr. N.Muruganantham 4
1, 2, 3 B. Tech Students, Dept. of EEE, PMIST, Thanjavur
4 Associate Professor, Department of Electrical and Electronics Engineering,
Periyar Maniammai Institute of Science and Technology, Thanjavur, Tamil Nadu, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract – One of the most dangerous accidents in the
world is a train accident. It is difficult to eliminate this
accident. But it is possible to prevent those accidents using
new innovative technologies. This paper, combines
operation of an extinguishing system and a communication
system using wireless communication. Several units are
installed in each railway compartment. Each unit consists of
a Humidity sensor, Temperature sensor, Smoke sensor,
Flame sensor and GSM module along with an ATMEGA328
microcontroller. The possible ways to extinguish the fire is
using a fire extinguisher and switching ON the water
sprinkler system. When fire is detected it will give an alert
to the nearby compartment and loco pilot Using ZIGBEE
communication. Units in other compartments receive
notification alerts so that the people may escape from the
fire accident. Additionally, the detachment of the train
compartment is carried out using ZIGBEE wireless
communication.
Key Words: TrainAccident,ZigbeeCommunication,Arduino,
Alerting System, Fire Accident, Accident Prevention
1. INTRODUCTION
One of the most serious types of accidents is a trainaccident.
It gives a risky life for both passengers and loco pilots.
Hence, it is necessary to take safety precautions in the
railway’s department. One of the recent popularaccidents in
train is fire accidents in compartments. Recently, it has been
very common news heard in the newspaper. If one
compartment in the train gets fired, then the fire will travel
to all compartments very faster. So it is necessary to take
quick action to extinguish the fire before it completely
spread. This may cause huge disasters and financial risks.
After the huge fire accident, many technologies have been
under research to extinguish the fire. In this paper, a system
is proposed with eliminating fire using Arduino and ZIGBEE
communication technologies. Using several sensors like
humidity sensors, temperature sensors, smoke sensors, and
flame sensors, It is easy to detect the fire in compartment.
The reason for the fire accident may be a man-made activity
or due to electrical short-circuit. There will be fire-detecting
units in each compartment. That unit consists of Arduino
UNO, GSM Module, and four sensors and ZIGBEE module.
Humidity sensors detects the moisture level changes in the
particular compartment. The flame sensor detects the heat
and any extreme flame that occurs due to fire. A smoke
sensor detects the smoke coming from the fire. The
temperature sensor updatesthechangesinthetemperature.
Whenever these sensors detects abnormal conditions, it
automatically turns ON the fire extinguisher ball and then it
will send the SMS to a nearby compartment as well as to the
loco pilot. This system also has a detaching mechanism. This
will prevent the fire caught into the other compartments.
When sensors give high output, extinguishingwill happen. If
the fire is not quenched it will activate the sprinkler system
in the train. At the same time, the DC motor will activate to
separate the train compartment to avoidfireaccidents.Once
the fire is detected, microcontroller also sends a message to
the loco-pilot of the train and nearby fire station using the
microcontroller.
2. PROPOSED SYSTEMS
In this system, the microcontrollerArduinoUNOcontrols the
overall operation. The microcontroller gets all the input
signals from the input components like the smoke sensor,
Flame sensor and Temperature and Humidity sensor. It
checks for the appropriate conditions to be met if it is a fire
accident. The Output components comprise GSM (Global
System for Mobile Communication), and LCDisusedtowarn
the loco pilots with details of the compartment. The idea ofa
fire extinguishing system is to install ‘units’ in the
compartments of the train. Each unit contains sensors like a
Flame sensor, smoke sensor, temperature and humidity
sensor. The sensitivity of the sensor is adjusted accordingly.
When there is a fire accident, initiallyeitherthetemperature,
humidity, flame sensor or the smoke sensor goes high i.e. it
gives 5V as output. So, when there is detection in any of the
sensors, the microcontroller receives 5V from the sensors.
Using the sprinkler placed on the top of the train it will
extinguish the fire and the safety box consists of AFO (Auto
Fire Off) extinguisher ball, 5V relay will open the closed box,
and it will be easy for the passenger. The fireball should be
thrown onto the fire correctly so that it will extinguish the
fire.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 274
3. METHODOLOGY
This paper is completely based on GSM communication,
Zigbee communications andArduinomicrocontroller.All the
sensors have some pre-fixed value which is the threshold
value. If it exceeds the value, the sensor will automatically
send the signal to the microcontroller to do some specific
tasks, here it will turn the fire extinguisher ball first and the
water sprinkler system. The GSM communication is the
interface between the user and alerting system.Wheneverit
detects any abnormal activity it will send an SMS to theuser.
ZIGBEE communication is a transmitter and receiver model
which is used to communicate with the loco pilot and the
other compartment. There will be an Arduino
microcontroller whichisalreadyprogrammedwithsoftware
called Arduino IDE. Using the Embedded C language, the
whole program was written. Using the AT commands the
user can receive the SMS from the GSM module. The
detached mechanism will activate if there is a serious fire
that spread to the nearer compartments. Four sensors like
flame, humidity , Temperature, and gas sensors were used.
4. BLOCK DIAGRAM
FIG-1: Transmitter Node
FIG-2: Receiver Node
Figure 1 and 2 represents the block diagram of the
transmitter node and receiver node respectively. Here
ATMEGA Arduino UNO is used as a microcontroller. Four
sensors namely temperature, flame, smoke, and humidity
sensor used. It will detect the conditions and update themto
the microcontroller. There will be some mechanisms like
water compartment separation. Using a 12 V DC motor the
other compartment will be separated. The sprinkler system
will be turned ON using the 12v DC water pump. These two
mechanisms were controlled by using the relay driver
circuits. The LCD will be interfaced withthemicrocontroller.
It is used to display the values received bythesensors.There
will be a separate DC motor for controlling the forward-
moving mechanisms. The Zig bee module has both the
transmitter and receiver in it. Every compartment has this
module to transfer the message and build communication.
In the receiver node, The ZigBee transceiver
receives any abnormal messages and sends it to the
microcontroller to turn ON the alert using a buzzer and LED.
Here, separate power supply is used for all the units in this
system. This alert is also sent to the loco pilot of the train.
5. HARDWARE IMPLEMENTATION
FIG-3: Transmitter Unit
POWER
SUPPLY
POWER
SUPPLY
ANTENNA
ANTENNA
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 275
FIG-4: Receiver Unit
The proposed approach is based on GSM communications.
The hardware setup has shown in Fig. 3 and 4. The kit is
given a power supply by two separate 6-volt batteries. A
voltage regulator IC is used to regulate the 12V to 5V supply
to the Arduino microcontroller. When unit is powered ON,
the DC motor keeps the Train unit moving forward. Two DC
motor is used for the forward mechanism. Three channel
relay is used for the forward mechanism, water pump and
fire extinguisher ball. When the sensor detects the flame,
smoke, temperature and humidity abnormally, it will send
SMS automatically to Loco Pilot by GSM communication. It
makes the fire extinguisher ball open from the box and it
extinguishes the fire. The water pump is also used for
extinguishing the fire.
The detaching mechanism is used to separate the train
compartments.
FIG-5: 12 V DC Water Pump
The 12V DC water pump is controlled from ARDUNIO. The
sprinkler system will detect the fire to initiate within a few
minutes. One channel relay is used to control the Dc water
pump. When it gets a signal from the microcontroller,
automatically the sprinkler systems opens the water by the
DC water pump.
FIG-6: DC Motor ( Fire Extinguisher Ball )
A Fire extinguisher ball is a sphere-shaped product made of
a waterproof plastic shell filled up with harmless
environmentallyfriendlynontoxicchemical powder.The ball
self-activates within least 3 seconds of contact with the fire.
Fire extinguishers use a chemical substance that can easily
cool the flame area. A portable fire extinguisherremovesthe
fire that has taken place inside the train compartment.
FIG-7: Forward Mechanism
They are two DC motors for moving the unit in forward
direction The mechanism is working by 12V DC motor it is
30 RPM motor is used to control that mechanism. ONE
channel relay is used to control the move forward by
operating the 12V DC motor.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 276
FIG-8: Compartment Separation Mechanism
In Figure 8, the compartment separation mechanism is
shown. A 12V DC motor is used to separate one
compartment from another. A gearwheel iscoupled with the
DC motor which is used to separate the other unit.
6. RESULTS
FIG-9 Welcome Message
When the unit is powered ON, the LCD shows the message
“WELCOME” shown in Fig. 9. Afterthat,sensorautomatically
starts to sense the flame, humidity, fire and temperature.
FIG-10: Value of Sensors
In Figure 10 LCD displays the values of sensors. 'T'
represents the current Temperature. "F" represents the
reading of the Flame sensor. "H" represents the reading of
the Humidity sensor. "G" represents the Gas.
By utilising particular physical and chemical
processes, the gas sensor transforms the constituents and
quantities of various gases into conventional electrical
signals. It is frequently employed in the detection of toxic
and dangerous gases as well as natural gas leaks. When the
GAS sensor shows the value '0' it is normal and when it is '1'
it shows it is abnormal. Figure 11 shows gas abnormal.
FIG-11: Gas Abnormal Message
The flame sensor is a short, thin metallic rod that
creates a small current of electricity to confirm the presence
of a flame burning within the furnace. Figure 11 shows the
output of LCD displays 'FLAME ABNORMAL'. When the
Flame sensor shows the value '0',it is normal and when it is
'1', it shows it is abnormal. Figure 11 shows the flame
abnormal.
Temperature and humidity sensors are also used
here. When the temperature sensor shows the value'34',itis
normal and when it is '35', it show it is abnormal. When the
humidity sensor shows the value '84', it is normal and when
it is '85', it shows it is abnormal.
When the sensor detects the flame, smoke, temperature and
humidity abnormally then it will send an SMS automatically
to Loco Pilot by GSM communication. It makes the fire
extinguisher ball open from the box and it extinguishes the
fire. The water pump is also used for extinguishing the fire.
FIG-11: Flame Abnormal
This fig.12, shows the screenshot of the received
SMS. When the gas sensor shows a value below '84' it is
normal but here it is '98', So it is abnormal.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 277
FIG-12 Screenshot of SMS
The Zig bee module has both the transmitter and receiver in
it. Every compartment has this module to transfer the
message and build communication.
In the receiver node, the ZigBee Transceiver
receives any abnormal messages it turnsON thealertsystem
using a buzzer and LED. Here separate power supply is used
for all the units in this system. This alert is also sent to the
loco pilot of the train.
7. Conclusions
The suggested approach provides early fire disaster
extinguishment to reduce the damages. Using this system,
safety and security systems are achieved and manage the
information going to the surveillance centre and the safety
system. Using the use of a flame sensor, humidity sensors,
temperature and gas sensors, theprimarygoal ofthissystem
is to execute fire detection and rescue operations for
rudimentary purposes. The GSM module notifies the loco
pilot witha warning message.ZIGBEEcommunication,which
sends and receives signals to every compartment to alert
passengers and drivers as well as neighbouring train
stations, and the compartment's separation in case of
emergency using motor control and relays, improved this
paper. In Future this paper can be improved with an
automatic braking mechanism and IOT for real-time data
monitoring.
REFERENCES
[1] S.Harika, V. Srikanth, P. Vikram et al proposed (2017)
“Fire Accident Detection System in Industries” Indian
Journal of Science and Technology, Vol 10(4) (2017)
[2] M. Samarasimha Reddy and K. Raghava Rao et al
proposed (2016) “Fire Accident Detection and
Prevention monitoring System using Wireless Sensor
Network enabled Android Application”Indian Journal of
Science and Technology, Vol 9(17) (2016)
[3] F. Erden, B.U. Töreyin, E.B. Soyer, I. Inaç, O. Günay, K.
Köse, A.E. Cetin. Et al proposed (2012) “Wavelet Based
Flame Detection Using Differential Pir Sensors”-IEEE
(2012)
[4] KB Deve, GP Hancke, BJ Silva et al proposed (2016)
“Design of a smart fire detection system” IEEE-2016
[5] R.Baghayalaksmi , Dr. K.Valarmathi. et al proposed “A
Survey on Sensor based detection technologies for
wireless applications” – IEEE (2019)
[6] A. Solórzano, J. Fonollosa, L. Fernández, J. Eichmann, S.
Marco. Et al proposed (2017) “Fire Detection Using a
Gas Sensor Array With Sensor Fusion Algorithms” –
IEEE (2017)
[7] P.Arun Mozhi Devan, G.Manisha, K.G.T.Rajarajeswari.
M.Priyanga, K.Sangeetha. et al proposed (2018) “Fire
Safety And Alerting System In Railways” IEEE (2018)
[8] Priyadharshini S. et al proposed (2021) “Fire detection
and notification usinga Zigbee wirelesssensornetwork”
Multidisciplinary Journal for Applied Research in
Engineering and Technology (MJARET) (2021)
[9] Prof. Pranay Meshram,Nancy Shukla,Stutti Mendhekar,
Renuka Gadge, Shivani Kanaskar et al proposed “IOT
based LPG gas Leakage Detector” - IJSRCSEIT-February
2019

More Related Content

PDF
IRJET - Forestalling Fire Accident in Train
PPTX
Fire and Rescue system in Railways using LABview
PDF
© 2017 AJAST All rights reserved. www.ajast.net Page | 17 Fire Accident Avoid...
PDF
Automatic fire prevteing system in train and buses
PDF
Ieeepro techno solutions ieee embedded project zigbee wsn - train
PDF
Smart Metro - Rail System
PDF
Paper id 21201423
PDF
IRJET- Automatic Metro Train to Shuttle Between Two Stations
IRJET - Forestalling Fire Accident in Train
Fire and Rescue system in Railways using LABview
© 2017 AJAST All rights reserved. www.ajast.net Page | 17 Fire Accident Avoid...
Automatic fire prevteing system in train and buses
Ieeepro techno solutions ieee embedded project zigbee wsn - train
Smart Metro - Rail System
Paper id 21201423
IRJET- Automatic Metro Train to Shuttle Between Two Stations

Similar to Fire Detection and Alerting System for Train Using Zigbee Communication (20)

PDF
IRJET- Design and Implementation of Automatic Traction System
PDF
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
PDF
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
PPT
Fire accident avoidance on running train using zigbee wireless sensor network
PDF
IRJET - Driverless Metro Train to Shuttle between Two Stations
PDF
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
PPTX
Intelligent train engine ppt
PDF
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
PDF
IRJET - GSM based Fire Extinguishing System
PPTX
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
PDF
IRJET- Driverless Metro Train
PDF
Jd3615921597
PDF
Collision Avoidance of Trains Using Arm7
PDF
Advanced railway security system (arss) based on zigbee communication for tra...
PPT
Automatic railway gate control
PDF
K041246468
DOCX
Project
PDF
Railway Track Fault and Obstacles Detection and Control Using Zigbee
PDF
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
PDF
Esert the complete system design to make railway traffic effective, safer a...
IRJET- Design and Implementation of Automatic Traction System
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
IRJET- IoT based Fire Extinguishing System with Visual Surveillance
Fire accident avoidance on running train using zigbee wireless sensor network
IRJET - Driverless Metro Train to Shuttle between Two Stations
IRJET- Implementation of Wireless Sensor in Coal Mine Safety System using Zigbee
Intelligent train engine ppt
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
IRJET - GSM based Fire Extinguishing System
ADVANCED RAILWAY SECURITY SYSTEM (ARSS) BASED ON ZIGBEE COMMUNICATION FOR TRA...
IRJET- Driverless Metro Train
Jd3615921597
Collision Avoidance of Trains Using Arm7
Advanced railway security system (arss) based on zigbee communication for tra...
Automatic railway gate control
K041246468
Project
Railway Track Fault and Obstacles Detection and Control Using Zigbee
IoT based Fire Intimation and Fire Extinguisher Robot with Call & Messages Al...
Esert the complete system design to make railway traffic effective, safer a...
Ad

More from IRJET Journal (20)

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

Recently uploaded (20)

PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
Current and future trends in Computer Vision.pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPTX
UNIT 4 Total Quality Management .pptx
PPT
Project quality management in manufacturing
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
737-MAX_SRG.pdf student reference guides
PDF
PPT on Performance Review to get promotions
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Foundation to blockchain - A guide to Blockchain Tech
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
III.4.1.2_The_Space_Environment.p pdffdf
Current and future trends in Computer Vision.pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
UNIT 4 Total Quality Management .pptx
Project quality management in manufacturing
UNIT-1 - COAL BASED THERMAL POWER PLANTS
R24 SURVEYING LAB MANUAL for civil enggi
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
CH1 Production IntroductoryConcepts.pptx
737-MAX_SRG.pdf student reference guides
PPT on Performance Review to get promotions
Fundamentals of safety and accident prevention -final (1).pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
additive manufacturing of ss316l using mig welding
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx

Fire Detection and Alerting System for Train Using Zigbee Communication

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 273 Fire Detection and Alerting System for Train Using Zigbee Communication Sanjai Kumar. T1, Ragul. R 2, Mohamed Abbas. MG 3, Dr. N.Muruganantham 4 1, 2, 3 B. Tech Students, Dept. of EEE, PMIST, Thanjavur 4 Associate Professor, Department of Electrical and Electronics Engineering, Periyar Maniammai Institute of Science and Technology, Thanjavur, Tamil Nadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract – One of the most dangerous accidents in the world is a train accident. It is difficult to eliminate this accident. But it is possible to prevent those accidents using new innovative technologies. This paper, combines operation of an extinguishing system and a communication system using wireless communication. Several units are installed in each railway compartment. Each unit consists of a Humidity sensor, Temperature sensor, Smoke sensor, Flame sensor and GSM module along with an ATMEGA328 microcontroller. The possible ways to extinguish the fire is using a fire extinguisher and switching ON the water sprinkler system. When fire is detected it will give an alert to the nearby compartment and loco pilot Using ZIGBEE communication. Units in other compartments receive notification alerts so that the people may escape from the fire accident. Additionally, the detachment of the train compartment is carried out using ZIGBEE wireless communication. Key Words: TrainAccident,ZigbeeCommunication,Arduino, Alerting System, Fire Accident, Accident Prevention 1. INTRODUCTION One of the most serious types of accidents is a trainaccident. It gives a risky life for both passengers and loco pilots. Hence, it is necessary to take safety precautions in the railway’s department. One of the recent popularaccidents in train is fire accidents in compartments. Recently, it has been very common news heard in the newspaper. If one compartment in the train gets fired, then the fire will travel to all compartments very faster. So it is necessary to take quick action to extinguish the fire before it completely spread. This may cause huge disasters and financial risks. After the huge fire accident, many technologies have been under research to extinguish the fire. In this paper, a system is proposed with eliminating fire using Arduino and ZIGBEE communication technologies. Using several sensors like humidity sensors, temperature sensors, smoke sensors, and flame sensors, It is easy to detect the fire in compartment. The reason for the fire accident may be a man-made activity or due to electrical short-circuit. There will be fire-detecting units in each compartment. That unit consists of Arduino UNO, GSM Module, and four sensors and ZIGBEE module. Humidity sensors detects the moisture level changes in the particular compartment. The flame sensor detects the heat and any extreme flame that occurs due to fire. A smoke sensor detects the smoke coming from the fire. The temperature sensor updatesthechangesinthetemperature. Whenever these sensors detects abnormal conditions, it automatically turns ON the fire extinguisher ball and then it will send the SMS to a nearby compartment as well as to the loco pilot. This system also has a detaching mechanism. This will prevent the fire caught into the other compartments. When sensors give high output, extinguishingwill happen. If the fire is not quenched it will activate the sprinkler system in the train. At the same time, the DC motor will activate to separate the train compartment to avoidfireaccidents.Once the fire is detected, microcontroller also sends a message to the loco-pilot of the train and nearby fire station using the microcontroller. 2. PROPOSED SYSTEMS In this system, the microcontrollerArduinoUNOcontrols the overall operation. The microcontroller gets all the input signals from the input components like the smoke sensor, Flame sensor and Temperature and Humidity sensor. It checks for the appropriate conditions to be met if it is a fire accident. The Output components comprise GSM (Global System for Mobile Communication), and LCDisusedtowarn the loco pilots with details of the compartment. The idea ofa fire extinguishing system is to install ‘units’ in the compartments of the train. Each unit contains sensors like a Flame sensor, smoke sensor, temperature and humidity sensor. The sensitivity of the sensor is adjusted accordingly. When there is a fire accident, initiallyeitherthetemperature, humidity, flame sensor or the smoke sensor goes high i.e. it gives 5V as output. So, when there is detection in any of the sensors, the microcontroller receives 5V from the sensors. Using the sprinkler placed on the top of the train it will extinguish the fire and the safety box consists of AFO (Auto Fire Off) extinguisher ball, 5V relay will open the closed box, and it will be easy for the passenger. The fireball should be thrown onto the fire correctly so that it will extinguish the fire.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 274 3. METHODOLOGY This paper is completely based on GSM communication, Zigbee communications andArduinomicrocontroller.All the sensors have some pre-fixed value which is the threshold value. If it exceeds the value, the sensor will automatically send the signal to the microcontroller to do some specific tasks, here it will turn the fire extinguisher ball first and the water sprinkler system. The GSM communication is the interface between the user and alerting system.Wheneverit detects any abnormal activity it will send an SMS to theuser. ZIGBEE communication is a transmitter and receiver model which is used to communicate with the loco pilot and the other compartment. There will be an Arduino microcontroller whichisalreadyprogrammedwithsoftware called Arduino IDE. Using the Embedded C language, the whole program was written. Using the AT commands the user can receive the SMS from the GSM module. The detached mechanism will activate if there is a serious fire that spread to the nearer compartments. Four sensors like flame, humidity , Temperature, and gas sensors were used. 4. BLOCK DIAGRAM FIG-1: Transmitter Node FIG-2: Receiver Node Figure 1 and 2 represents the block diagram of the transmitter node and receiver node respectively. Here ATMEGA Arduino UNO is used as a microcontroller. Four sensors namely temperature, flame, smoke, and humidity sensor used. It will detect the conditions and update themto the microcontroller. There will be some mechanisms like water compartment separation. Using a 12 V DC motor the other compartment will be separated. The sprinkler system will be turned ON using the 12v DC water pump. These two mechanisms were controlled by using the relay driver circuits. The LCD will be interfaced withthemicrocontroller. It is used to display the values received bythesensors.There will be a separate DC motor for controlling the forward- moving mechanisms. The Zig bee module has both the transmitter and receiver in it. Every compartment has this module to transfer the message and build communication. In the receiver node, The ZigBee transceiver receives any abnormal messages and sends it to the microcontroller to turn ON the alert using a buzzer and LED. Here, separate power supply is used for all the units in this system. This alert is also sent to the loco pilot of the train. 5. HARDWARE IMPLEMENTATION FIG-3: Transmitter Unit POWER SUPPLY POWER SUPPLY ANTENNA ANTENNA
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 275 FIG-4: Receiver Unit The proposed approach is based on GSM communications. The hardware setup has shown in Fig. 3 and 4. The kit is given a power supply by two separate 6-volt batteries. A voltage regulator IC is used to regulate the 12V to 5V supply to the Arduino microcontroller. When unit is powered ON, the DC motor keeps the Train unit moving forward. Two DC motor is used for the forward mechanism. Three channel relay is used for the forward mechanism, water pump and fire extinguisher ball. When the sensor detects the flame, smoke, temperature and humidity abnormally, it will send SMS automatically to Loco Pilot by GSM communication. It makes the fire extinguisher ball open from the box and it extinguishes the fire. The water pump is also used for extinguishing the fire. The detaching mechanism is used to separate the train compartments. FIG-5: 12 V DC Water Pump The 12V DC water pump is controlled from ARDUNIO. The sprinkler system will detect the fire to initiate within a few minutes. One channel relay is used to control the Dc water pump. When it gets a signal from the microcontroller, automatically the sprinkler systems opens the water by the DC water pump. FIG-6: DC Motor ( Fire Extinguisher Ball ) A Fire extinguisher ball is a sphere-shaped product made of a waterproof plastic shell filled up with harmless environmentallyfriendlynontoxicchemical powder.The ball self-activates within least 3 seconds of contact with the fire. Fire extinguishers use a chemical substance that can easily cool the flame area. A portable fire extinguisherremovesthe fire that has taken place inside the train compartment. FIG-7: Forward Mechanism They are two DC motors for moving the unit in forward direction The mechanism is working by 12V DC motor it is 30 RPM motor is used to control that mechanism. ONE channel relay is used to control the move forward by operating the 12V DC motor.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 276 FIG-8: Compartment Separation Mechanism In Figure 8, the compartment separation mechanism is shown. A 12V DC motor is used to separate one compartment from another. A gearwheel iscoupled with the DC motor which is used to separate the other unit. 6. RESULTS FIG-9 Welcome Message When the unit is powered ON, the LCD shows the message “WELCOME” shown in Fig. 9. Afterthat,sensorautomatically starts to sense the flame, humidity, fire and temperature. FIG-10: Value of Sensors In Figure 10 LCD displays the values of sensors. 'T' represents the current Temperature. "F" represents the reading of the Flame sensor. "H" represents the reading of the Humidity sensor. "G" represents the Gas. By utilising particular physical and chemical processes, the gas sensor transforms the constituents and quantities of various gases into conventional electrical signals. It is frequently employed in the detection of toxic and dangerous gases as well as natural gas leaks. When the GAS sensor shows the value '0' it is normal and when it is '1' it shows it is abnormal. Figure 11 shows gas abnormal. FIG-11: Gas Abnormal Message The flame sensor is a short, thin metallic rod that creates a small current of electricity to confirm the presence of a flame burning within the furnace. Figure 11 shows the output of LCD displays 'FLAME ABNORMAL'. When the Flame sensor shows the value '0',it is normal and when it is '1', it shows it is abnormal. Figure 11 shows the flame abnormal. Temperature and humidity sensors are also used here. When the temperature sensor shows the value'34',itis normal and when it is '35', it show it is abnormal. When the humidity sensor shows the value '84', it is normal and when it is '85', it shows it is abnormal. When the sensor detects the flame, smoke, temperature and humidity abnormally then it will send an SMS automatically to Loco Pilot by GSM communication. It makes the fire extinguisher ball open from the box and it extinguishes the fire. The water pump is also used for extinguishing the fire. FIG-11: Flame Abnormal This fig.12, shows the screenshot of the received SMS. When the gas sensor shows a value below '84' it is normal but here it is '98', So it is abnormal.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 04 | Apr 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 277 FIG-12 Screenshot of SMS The Zig bee module has both the transmitter and receiver in it. Every compartment has this module to transfer the message and build communication. In the receiver node, the ZigBee Transceiver receives any abnormal messages it turnsON thealertsystem using a buzzer and LED. Here separate power supply is used for all the units in this system. This alert is also sent to the loco pilot of the train. 7. Conclusions The suggested approach provides early fire disaster extinguishment to reduce the damages. Using this system, safety and security systems are achieved and manage the information going to the surveillance centre and the safety system. Using the use of a flame sensor, humidity sensors, temperature and gas sensors, theprimarygoal ofthissystem is to execute fire detection and rescue operations for rudimentary purposes. The GSM module notifies the loco pilot witha warning message.ZIGBEEcommunication,which sends and receives signals to every compartment to alert passengers and drivers as well as neighbouring train stations, and the compartment's separation in case of emergency using motor control and relays, improved this paper. In Future this paper can be improved with an automatic braking mechanism and IOT for real-time data monitoring. REFERENCES [1] S.Harika, V. Srikanth, P. Vikram et al proposed (2017) “Fire Accident Detection System in Industries” Indian Journal of Science and Technology, Vol 10(4) (2017) [2] M. Samarasimha Reddy and K. Raghava Rao et al proposed (2016) “Fire Accident Detection and Prevention monitoring System using Wireless Sensor Network enabled Android Application”Indian Journal of Science and Technology, Vol 9(17) (2016) [3] F. Erden, B.U. Töreyin, E.B. Soyer, I. Inaç, O. Günay, K. Köse, A.E. Cetin. Et al proposed (2012) “Wavelet Based Flame Detection Using Differential Pir Sensors”-IEEE (2012) [4] KB Deve, GP Hancke, BJ Silva et al proposed (2016) “Design of a smart fire detection system” IEEE-2016 [5] R.Baghayalaksmi , Dr. K.Valarmathi. et al proposed “A Survey on Sensor based detection technologies for wireless applications” – IEEE (2019) [6] A. Solórzano, J. Fonollosa, L. Fernández, J. Eichmann, S. Marco. Et al proposed (2017) “Fire Detection Using a Gas Sensor Array With Sensor Fusion Algorithms” – IEEE (2017) [7] P.Arun Mozhi Devan, G.Manisha, K.G.T.Rajarajeswari. M.Priyanga, K.Sangeetha. et al proposed (2018) “Fire Safety And Alerting System In Railways” IEEE (2018) [8] Priyadharshini S. et al proposed (2021) “Fire detection and notification usinga Zigbee wirelesssensornetwork” Multidisciplinary Journal for Applied Research in Engineering and Technology (MJARET) (2021) [9] Prof. Pranay Meshram,Nancy Shukla,Stutti Mendhekar, Renuka Gadge, Shivani Kanaskar et al proposed “IOT based LPG gas Leakage Detector” - IJSRCSEIT-February 2019