Convolution Neural Network Based Fire Fighting Robot

IRJET Journal
IRJET JournalFast Track Publications

https://www.irjet.net/archives/V9/i8/IRJET-V9I8189.pdf

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1149
Convolution Neural Network Based Fire Fighting Robot
Sowmyashree N1, Harshitha M2, Manoj Patel S3, Parikshith D4, Chaithra M5
1 Assistant Professor, Dept. Electrical and Electronics, SJCE, JSSSTU, Karnataka, India
2,3,4,5 Student, Dept. Electrical and Electronics, SJCE, JSSSTU, Karnataka, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In this paper, proposed system detects and
extinguishes fire using Image Processing. It is not practical to
always rely on human patrol to detect and extinguish fire at a
fire accident scene in real life. We can create an automated
system for early detection and extinguishing of fire there by
making the work of fireman easy and reduce loss of human
life. Here we have built a model based on image processing
and Raspberry Pi serial communication. At the user end, the
fire images will be fed in the form of video frames. These
images will be further processed. The proposed system uses
RGB color space. It consists of hardware such as Raspberry Pi
and USB Camera, for the surveillance. This camera will give a
real-time video output to the user on the laptop or computer.
In this way fire will be detected using this model.
Key Words: Image Processing, Raspberry Pi, RGB color
space, USB Camera.
1. INTRODUCTION
A fire accident is characterized as a harmful incident that
produces heat, smoke, or flame. Because of the difficulty and
risk involved in rescuing victims fromafire,fireaccidentsare
a serious type of accident that can result in a significant
number of fatalities. There is a substantial risk of firefighter
fatalities when such circumstances include firefightingunits.
It is not practical to always rely on human patrol to find and
put out fire at a fire accident scene in real life. We canhavean
early warning system if an automated system is created to
monitor the perimeter for fire mishaps. This will be
particularly helpful in a fire mishap in buildings and
neighbourhoods where there is a high risk of fire. In order to
do this, we need to find a strategy that can spot a flame, find
it, and put it out before it causes a harm to anyone nearby. It
would be great to send a firefighting robot that could locate
the fire and put it out in dangerous conditions. Effective
monitoring, quick detection,and fire extinguishingareissues
that require rapid attention. Firefighting robots can be
utilized in such circumstances to lessen the chance of human
fatalities. The autonomous robot is madetostopthefirefrom
spreading further, which could result in potential human
casualties or property damage. Firefighting robots will aid
firemen in performingtheirdutiesefficiently.Theimportance
of the proposed thesis is to make a reliable, safe, and smart
system to reduce limitations and faults like false alarms,
which cause panic among the people and even the loss of
money with the use of new technology and make the places
safe from the hazardous fire.
2. Related Study
2.1 Existing system
Systems today simply use the analogue sensor's output [1]
which has unreliable values and a propensity for quick
fluctuations. Therefore, counting solely on these sensors in
an emergency won't work. In this area of firefighting,
autonomous robots cannot be manually operated [2] when
necessary. Robots that are manually operated require a
human operator near a potentially dangerous fire.
2.2 Drawbacks of existing system
Values from analogue sensors vary depending on the
environment and are not sufficiently reliable. The
autonomous robot may occasionally wander off the firing
line. In the current system, manually operated devices can
only operate to a certain extent.
2.3 Proposed System
In this work both image processing [3] and analogsensors is
being implanted to detect fire and automatically extinguish
the fire by the spraying water over it. There are many types
ofcolormodel suchasRGB,CMYK,YCbCr,YUV,HSL,HSV,HIS.
However, each of color spaces has their advantages and
disadvantages[4].In this system RGB module is used. The
block diagram shown in Fig 1 briefs the overall design of the
robotic model.
Fig 1: Proposed system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1150
The main approach used in the implementation of the
project is:
 USB camera captures the image and
provides input to the processor.
 The image captured is compared with the
images of previously assigned dataset and
desired signal is sent to the servo motor
and motor drive.
 According to the signal received, the robot
moves to the area where fire is detected
and extinguishes the fire by pumping out
the water.
3. Requirements
3.1 Raspberry Pi B+:
The vast array of enhancements and functionality found in
the Raspberry Pi 3 Model B+ will help designers,
programmers, and even engineers who wish to incorporate
Pi systems into their creations. The features are Quad core
64-bit processor clocked at 1.4GHz, 1GB LPDDR2 SRAM,
Dual-band 2.4GHz and 5GHz wireless LAN, Bluetooth 4.2 /
BLE, Higher speed ethernet up to 300Mbps, Power-over-
Ethernet capability (via a separate PoE HAT)
Figure 2: Raspberry Pi B+
3.2 USB Camera:
USB Cameras are imaging cameras that use USB 2.0 or USB
3.0 technology to transfer image data. The same USB
technology used by the majority of PCs is used by USB
Cameras to connectquicklyto specializedcomputersystems.
he 480 Mb/s transfer rate of USB 2.0 and the ease with
which USB technology is available in computer systems
make USB Cameras perfect for many photography
applications. Additionally, a growing number of USB 3.0
cameras with data transfer rates of up to 5 Gb/s are readily
accessible.
Figure 3: USB Camera
3.3 Ultrasonic Sensor:
An ultrasonic sensor is an electronic device that emits
ultrasonic sound waves to measure the distance of a target
object and converts the reflected sound into an electrical
signal. The configuration pin ofHC-SR04isVCC(1),TRIG(2),
ECHO (3), and GND (4). The supply voltage of VCC is 5V and
you attach TRIG and ECHO pin to any Digital I/O in your
Arduino Board to power it. Features are DC 5V Power
Supply, 40HzWorkingFrequency,2cm– 400cm/4mRanging
Distance, 0.3 cm Resolution, 15 degrees Measuring Angle,
10uS Trigger Input Pulse width.
Figure 4: Ultrasonic Sensor
3.4 L293D Motor Driver:
The L293D motor driver has two H-bridges in it. The
simplest circuit for managing a motor with a low current
rating is an H-bridge. L293D is a 16-pin ICthathastheability
to simultaneously operate two DCmotorsineitherdirection.
Figure 5: Pin Diagram of L293D
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1151
Specifications are 12V Supply Voltage Range, 36V Output
current capability per driver, Separate Input-logic supply, It
can drive small DC-geared motors, bipolar stepper motor,
Pulsed Current 1.2-A Per Driver, Thermal Shutdown, High-
Noise-Immunity Inputs.
Figure 6: Motor Drive
3.5 Relay Motor Driver:
An electrically controlled switch is a relay. Solid-state relays
are one type of working principle, although many relays
employ an electromagnet to mechanically operate a switch.
When a low-power signal is required to control a circuit
(with perfect electrical isolation between the control and
controlled circuits), or when multiple circuits must be
controlled by a single signal, relays are utilised.
Specifications are 12 VDC @ 84 mA Input, two SPDT relay
Output, 5 A @ 230 VAC Relay specification, 2 ~ 5 VDC
Trigger level, Berg pins for connecting power and trigger
voltage, Relay status is indicated on each channel of LED,
Power Battery Terminal (PBT) for easy relay output
connection, Four mounting holes of 3.2 mm each, 49 mm x
68 mm PCB dimensions.
Figure 7: Relay Motor Driver
3.6 Fire Sensor:
The Fire sensor is used to detect fire flames. The module
makes use of a Fire sensor and comparator to detect fire at a
distance of up to one metre. Features are allows your robot
to detect flames from up to 1 M away, 1 m Typical Maximum
Range, Calibration pre-set for range adjustment, Indicator
LED with 3 pin easy interface connector, +5VDC Input
Voltage.
Figure 8: Fire Sensor
3.7 DC Motor:
The main benefit of using DC motors in robotics is their high
torque. They have a high starting torque that can be usedfor
accelerating applications and moving heavy loads into
position. They are also capable of constant torque over a
given speed, where shaft power varies with speed.
Figure 9: DC Motor
3.8 Pump:
A pump is a mechanical device used to transport fluids
(liquids, gases, or occasionally slurries). Depending on how
they move the fluid, pumps can be divided into three main
categories: direct lift, displacement, and gravity pumps.
Pumps use a mechanism to move the fluid (usually
reciprocating or rotational), which requires energy to
accomplish. This pump operates at 12V. Features are 12V
motor, 12W operation, 1/4" barbs, 0-16" Hg vacuum range.
Figure 10: Pump
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1152
3.9 PYTHON:
The all-purpose, high-level programming languageofchoice
is Python. Python improves code readability as compared to
languages like C, C++, and java. The main benefits of utilising
Python are its interoperability and ease of use.Pythonoffers
developers more freedom to create and complete projects
because it supports 30 different libraries and frameworks.
NumPy is one of the libraries that the system uses.
Matplotlib, a charting toolkit that provides visual datasets
and is useful for data statistical analysis, is a crucial library
for the multidimensional array function. Python is primarily
utilised in R&D due to its simplicity. Python is now mostly
used for artificial intelligence and machine learning.
3.10 OPEN CV:
A machine learning library and open-source software
package called OpenCV is made for real-time computer
vision applications. The cross-platform library OpenCV
supports a wide range of computer languages, including
Python, Java, C++, and C. This library is available for use
without charge under the open-source BSD licence and was
initially created by the Intel Corporation.Itisoneofthemost
often utilised libraries for the implementation of 2D and 3D
feature toolkits, deep learning applications, video detection,
image detection, and machine learning. More than 2500
algorithms, including thoseforcomputervisionandmachine
learning, are available in the library.
3.11 Raspbian:
A computer operating system for the Raspberry Pi based on
Debian is called Raspbian. Raspbian comes in a number of
variations, such as Raspbian Stretch and Raspbian Jessie. It
has been the primary operating system for the Raspberry Pi
single-board computer family since 2015, according to the
Raspberry Pi Foundation. As a stand-alone undertaking,
Mike Thompson and Peter Green developed Raspbian. The
preliminary construction was finished in June 2012.
Operating system development is still ongoing. The low-
performance RASPBERRY PI CPUsoftheRaspberry Pifamily
are well suited to Raspbian.
Figure 11: Raspbian
4. Design and Implementation:
4.1 FLOWCHART:
The flowchart shown in the figure 12 briefs the overall flow
of the fire detection procedure. First the camera records the
live video and sends the video to Raspberry Pi. The
Raspberry Pi process the image captured to check whether
the fire is detected or not. If the fire detected it gives
message to the pump system and extinguishes the fire by
spraying water.
Figure 12: Flowchart of the system
4.2 Block Diagram
Block diagram shown in figure 13 is the input and output
given to the Raspberry Pi.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1153
Figure 13: Block diagram of the model
4.3 Working
The Raspberry Pi is powered using USB cable connected to
Power Bank. Upon power up, the relay gets energized, the
motors attached to the two back wheels of the robot start
running, setting the robot in motion. If any obstacle is
detected which is sensed by the ultrasonic sensor, the robot
immediately stops, waits for programmed amount of delay
and robot moves backwards and moves in the direction
which does not have any obstacle. When the fire is detected
in the camera, the raspberry Pi gives command forthewater
spraying mechanism, water is pumped to extinguish fire.
When the fire is detected by the fire sensors present in the
peripheral sides of the motor, the motorattachedtotheback
wheels of the robot change the direction of the robot to the
fire detected side and the raspberry Pi gives command for
the water spraying mechanism, water is pumped to
extinguish fire.
Figure 14: Hardware Model
5. Results and Discussion:
When the system reboots and power supply is given to the
robot it moves forward. This is shown in the snippetgiven in
the figure 14 where the robot will be in ‘stop’ condition or
rest and starts to move ‘forward’ when powered on.
Figure 14: Starting condition of the robot
When the robot is powered ON, the relay gets energized and
the robot moves forward, distancethe robotmovesisalsobe
mentioned in the window which is shown in the figure 15
Figure 15: Robot is powered ON
When any obstacle is detected by the ultrasonic sensor the
robot stops and the wheels of the robot moves backwards
which is shown in the figure 16
Figure 16: Obstacle detected
When fire is detected by right fire sensor then the robot
moves left and extinguishes the fire which is shown in the
figure17
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1154
Figure 17: Fire Detected by the flame sensor
6. CONCLUSION AND FUTURE SCOPE
6.1 Conclusion
The automated fire-fighting robot is capableofdetectingfire
and extinguishing the fire sourcesuccessfully.Theraspberry
pi controls the DC motor and ultrasonic sensor for
movement of robot. In this project, Fire Detection System
has been developed using ImageProcessing.Thissystem has
the ability to apply image processing techniques to detect
fire. This system can be used to monitor fire and has
achieved 90% accuracy for single webcam. The system
works on real time, as it provides continuous monitoring.
For detecting the fire in the peripheral region of the robot
Fire Sensors are used, which helps in efficientworkingofthe
robot and to avoid damage to the robot.
6.2 Future Scope
The goal of this research is to create a system that can detect
fires and provide assistance. By switchingoutthewaterfora
carbon dioxide carrier and making it capable of being
operated by humans via IOT, it can be converted into a true
fire extinguisher. As the implementationrestrictionsandthe
design simplifications imply, ourprojectisprimarilya proof-
of-concept. Also, a 360-degree rotating camera can be used
which can detect fire in peripheral areas as well. In place of
fire sensors, USB cameras can be implemented which can
overcome the disadvantages of sensors. A feasible
autonomous fire-fighting system must, in particular, consist
of a group of robots that can communicate and work
together to complete the job. Such a system also needs to be
able to take instructions instantly while performing an
activity. All of these issues fell outside the purview of this
initiative. However, many of these topics have been studied
in many contexts, such as mobile agentcoordination,on-the-
fly communication between humans and mobile agents, etc.
It will be interesting and difficult to combine all of this
information into a useful, independent fire-fighting service.
REFERENCES
[1] Kulkarni, S., & Prasanna, T. (2019). An IoT based Fire
Detection Precaution & Monitoring System
[2] Seebamrungsat, J., Praising, S., & Riyamongkol, P. (2014,
March). Fire detection in the buildings using image
processing. In 2014 Third ICT International Student Project
Conference (ICT-ISPC) (pp. 95-98). IEEE.
[3] Rashid, H., Ahmed, I. U., Ullah, A., Newaz, M. F., Robin, M.
S. R., & Reza, S. T. (2016, December). Multiple sensors-based
fire extinguisher robot based on DTMF, Bluetooth and GSM
technology with multiple mode of operation. In 2016
International Workshop on Computational Intelligence
(IWCI) (pp. 41-46). IEEE.
[4] Noor A. Ibraheem, Mokhtar M. Hasan, Rafiqul Z.Khan,
Pramod K. Mishra.2012. Understanding Colour Models.
ARPN Journal of Science and Technology, Vol. 2, No. 3.

Recomendados

DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM von
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMDESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEM
DESIGN AND DEVELOPMENT OF RANGE CONTROL FIRE EXTINGUISHING SYSTEMIRJET Journal
7 views5 Folien
IRJET- Industrial Disaster Control System using Hanging Robot von
IRJET- Industrial Disaster Control System using Hanging RobotIRJET- Industrial Disaster Control System using Hanging Robot
IRJET- Industrial Disaster Control System using Hanging RobotIRJET Journal
53 views4 Folien
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli... von
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...
IRJET- Autonomous Adjustable Pesticide Spraying Device for Agricultural Appli...IRJET Journal
24 views6 Folien
IRJET- Fire Extenguisher Robot von
IRJET- Fire Extenguisher RobotIRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET Journal
20 views3 Folien
IRJET- Fire Fighting Robotic Vehicle von
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
36 views4 Folien
IRJET- Design & Implementation of RF based Fire Fighting Robot von
IRJET- Design & Implementation of RF based Fire Fighting RobotIRJET- Design & Implementation of RF based Fire Fighting Robot
IRJET- Design & Implementation of RF based Fire Fighting RobotIRJET Journal
57 views3 Folien

Más contenido relacionado

Similar a Convolution Neural Network Based Fire Fighting Robot

IRJET- Vehicle Black Box System using IoT von
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET Journal
323 views4 Folien
Machine Vision Based Fire Flame Detection using Multi Features von
Machine Vision Based Fire Flame Detection using Multi FeaturesMachine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi FeaturesIRJET Journal
96 views4 Folien
IRJET- Multi - Purpose Fire Fighter Robot von
IRJET- Multi - Purpose Fire Fighter RobotIRJET- Multi - Purpose Fire Fighter Robot
IRJET- Multi - Purpose Fire Fighter RobotIRJET Journal
54 views5 Folien
Robotic Vehicle with Hand Motion Control Using a RF Module von
Robotic Vehicle with Hand Motion Control Using a RF Module Robotic Vehicle with Hand Motion Control Using a RF Module
Robotic Vehicle with Hand Motion Control Using a RF Module Associate Professor in VSB Coimbatore
6 views14 Folien
Redeeming of processor for cyber physical systems von
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemseSAT Publishing House
144 views3 Folien
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT von
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET Journal
78 views4 Folien

Similar a Convolution Neural Network Based Fire Fighting Robot(20)

IRJET- Vehicle Black Box System using IoT von IRJET Journal
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
IRJET Journal323 views
Machine Vision Based Fire Flame Detection using Multi Features von IRJET Journal
Machine Vision Based Fire Flame Detection using Multi FeaturesMachine Vision Based Fire Flame Detection using Multi Features
Machine Vision Based Fire Flame Detection using Multi Features
IRJET Journal96 views
IRJET- Multi - Purpose Fire Fighter Robot von IRJET Journal
IRJET- Multi - Purpose Fire Fighter RobotIRJET- Multi - Purpose Fire Fighter Robot
IRJET- Multi - Purpose Fire Fighter Robot
IRJET Journal54 views
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT von IRJET Journal
IRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoTIRJET-  	  Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET- Arduino based Smart Grid Power Monitoring and Control by using IoT
IRJET Journal78 views
IRJET- Building Monitoring using Wireless System von IRJET Journal
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
IRJET Journal25 views
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion von IRJET Journal
IRJET- Wireless Controlled Robot for Bomb Detection and DefusionIRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET- Wireless Controlled Robot for Bomb Detection and Defusion
IRJET Journal30 views
IRJET- Design and Realization of Labview based Monitoring and Control of ... von IRJET Journal
IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...IRJET-  	  Design and Realization of Labview based Monitoring and Control of ...
IRJET- Design and Realization of Labview based Monitoring and Control of ...
IRJET Journal18 views
Spy Robot with Wireless Camera using GSM von IRJET Journal
Spy Robot with Wireless Camera using GSMSpy Robot with Wireless Camera using GSM
Spy Robot with Wireless Camera using GSM
IRJET Journal51 views
Design and Development of a 360-degree Fire Extinguisher Robot using Microcon... von IRJET Journal
Design and Development of a 360-degree Fire Extinguisher Robot using Microcon...Design and Development of a 360-degree Fire Extinguisher Robot using Microcon...
Design and Development of a 360-degree Fire Extinguisher Robot using Microcon...
IRJET Journal183 views
IRJET - Smart Street Light System using IoT von IRJET Journal
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
IRJET Journal35 views
Jun 13 ijbi_002 von Anuj Raj
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
Anuj Raj88 views
Jun 13 ijbi_002 von anuj87420
Jun 13 ijbi_002Jun 13 ijbi_002
Jun 13 ijbi_002
anuj8742052 views
Using capacitive switch cum sensor made of reclaimed materials for preventing... von IRJET Journal
Using capacitive switch cum sensor made of reclaimed materials for preventing...Using capacitive switch cum sensor made of reclaimed materials for preventing...
Using capacitive switch cum sensor made of reclaimed materials for preventing...
IRJET Journal55 views
Iaetsd autonomous pick and place rover for long distance von Iaetsd Iaetsd
Iaetsd autonomous  pick and place rover for long distanceIaetsd autonomous  pick and place rover for long distance
Iaetsd autonomous pick and place rover for long distance
Iaetsd Iaetsd254 views
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino von IRJET Journal
IRJET-  	  A Review on Implementation of a Fire Fighting Robot using ArduinoIRJET-  	  A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
IRJET Journal76 views
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas von IRJET Journal
IRJET- Automatic Vehicle Speed Controller System in Restricted AreasIRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET- Automatic Vehicle Speed Controller System in Restricted Areas
IRJET Journal18 views

Más de IRJET Journal

SOIL STABILIZATION USING WASTE FIBER MATERIAL von
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIALIRJET Journal
19 views7 Folien
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... von
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...IRJET Journal
8 views7 Folien
Identification, Discrimination and Classification of Cotton Crop by Using Mul... von
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...IRJET Journal
7 views5 Folien
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... von
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...IRJET Journal
13 views11 Folien
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... von
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...IRJET Journal
14 views6 Folien
Performance Analysis of Aerodynamic Design for Wind Turbine Blade von
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine BladeIRJET Journal
7 views5 Folien

Más de IRJET Journal(20)

SOIL STABILIZATION USING WASTE FIBER MATERIAL von IRJET Journal
SOIL STABILIZATION USING WASTE FIBER MATERIALSOIL STABILIZATION USING WASTE FIBER MATERIAL
SOIL STABILIZATION USING WASTE FIBER MATERIAL
IRJET Journal19 views
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles... von IRJET Journal
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
Sol-gel auto-combustion produced gamma irradiated Ni1-xCdxFe2O4 nanoparticles...
IRJET Journal8 views
Identification, Discrimination and Classification of Cotton Crop by Using Mul... von IRJET Journal
Identification, Discrimination and Classification of Cotton Crop by Using Mul...Identification, Discrimination and Classification of Cotton Crop by Using Mul...
Identification, Discrimination and Classification of Cotton Crop by Using Mul...
IRJET Journal7 views
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula... von IRJET Journal
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
“Analysis of GDP, Unemployment and Inflation rates using mathematical formula...
IRJET Journal13 views
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR... von IRJET Journal
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
MAXIMUM POWER POINT TRACKING BASED PHOTO VOLTAIC SYSTEM FOR SMART GRID INTEGR...
IRJET Journal14 views
Performance Analysis of Aerodynamic Design for Wind Turbine Blade von IRJET Journal
Performance Analysis of Aerodynamic Design for Wind Turbine BladePerformance Analysis of Aerodynamic Design for Wind Turbine Blade
Performance Analysis of Aerodynamic Design for Wind Turbine Blade
IRJET Journal7 views
Heart Failure Prediction using Different Machine Learning Techniques von IRJET Journal
Heart Failure Prediction using Different Machine Learning TechniquesHeart Failure Prediction using Different Machine Learning Techniques
Heart Failure Prediction using Different Machine Learning Techniques
IRJET Journal7 views
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel von IRJET Journal
Experimental Investigation of Solar Hot Case Based on Photovoltaic PanelExperimental Investigation of Solar Hot Case Based on Photovoltaic Panel
Experimental Investigation of Solar Hot Case Based on Photovoltaic Panel
IRJET Journal3 views
Metro Development and Pedestrian Concerns von IRJET Journal
Metro Development and Pedestrian ConcernsMetro Development and Pedestrian Concerns
Metro Development and Pedestrian Concerns
IRJET Journal2 views
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An... von IRJET Journal
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
Mapping the Crashworthiness Domains: Investigations Based on Scientometric An...
IRJET Journal3 views
Data Analytics and Artificial Intelligence in Healthcare Industry von IRJET Journal
Data Analytics and Artificial Intelligence in Healthcare IndustryData Analytics and Artificial Intelligence in Healthcare Industry
Data Analytics and Artificial Intelligence in Healthcare Industry
IRJET Journal3 views
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC... von IRJET Journal
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
DESIGN AND SIMULATION OF SOLAR BASED FAST CHARGING STATION FOR ELECTRIC VEHIC...
IRJET Journal36 views
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur... von IRJET Journal
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
Efficient Design for Multi-story Building Using Pre-Fabricated Steel Structur...
IRJET Journal10 views
Development of Effective Tomato Package for Post-Harvest Preservation von IRJET Journal
Development of Effective Tomato Package for Post-Harvest PreservationDevelopment of Effective Tomato Package for Post-Harvest Preservation
Development of Effective Tomato Package for Post-Harvest Preservation
IRJET Journal4 views
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION” von IRJET Journal
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
“DYNAMIC ANALYSIS OF GRAVITY RETAINING WALL WITH SOIL STRUCTURE INTERACTION”
IRJET Journal5 views
Understanding the Nature of Consciousness with AI von IRJET Journal
Understanding the Nature of Consciousness with AIUnderstanding the Nature of Consciousness with AI
Understanding the Nature of Consciousness with AI
IRJET Journal12 views
Augmented Reality App for Location based Exploration at JNTUK Kakinada von IRJET Journal
Augmented Reality App for Location based Exploration at JNTUK KakinadaAugmented Reality App for Location based Exploration at JNTUK Kakinada
Augmented Reality App for Location based Exploration at JNTUK Kakinada
IRJET Journal6 views
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba... von IRJET Journal
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
IRJET Journal18 views
Enhancing Real Time Communication and Efficiency With Websocket von IRJET Journal
Enhancing Real Time Communication and Efficiency With WebsocketEnhancing Real Time Communication and Efficiency With Websocket
Enhancing Real Time Communication and Efficiency With Websocket
IRJET Journal4 views
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ... von IRJET Journal
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
Textile Industrial Wastewater Treatability Studies by Soil Aquifer Treatment ...
IRJET Journal4 views

Último

SWM L1-L14_drhasan (Part 1).pdf von
SWM L1-L14_drhasan (Part 1).pdfSWM L1-L14_drhasan (Part 1).pdf
SWM L1-L14_drhasan (Part 1).pdfMahmudHasan747870
48 views150 Folien
MSA Website Slideshow (16).pdf von
MSA Website Slideshow (16).pdfMSA Website Slideshow (16).pdf
MSA Website Slideshow (16).pdfmsaucla
39 views8 Folien
Digital Watermarking Of Audio Signals.pptx von
Digital Watermarking Of Audio Signals.pptxDigital Watermarking Of Audio Signals.pptx
Digital Watermarking Of Audio Signals.pptxAyushJaiswal781174
8 views25 Folien
CHI-SQUARE ( χ2) TESTS.pptx von
CHI-SQUARE ( χ2) TESTS.pptxCHI-SQUARE ( χ2) TESTS.pptx
CHI-SQUARE ( χ2) TESTS.pptxssusera597c5
20 views33 Folien
Electrical Crimping von
Electrical CrimpingElectrical Crimping
Electrical CrimpingIwiss Tools Co.,Ltd
20 views22 Folien
SEMI CONDUCTORS von
SEMI CONDUCTORSSEMI CONDUCTORS
SEMI CONDUCTORSpavaniaalla2005
19 views8 Folien

Último(20)

MSA Website Slideshow (16).pdf von msaucla
MSA Website Slideshow (16).pdfMSA Website Slideshow (16).pdf
MSA Website Slideshow (16).pdf
msaucla39 views
CHI-SQUARE ( χ2) TESTS.pptx von ssusera597c5
CHI-SQUARE ( χ2) TESTS.pptxCHI-SQUARE ( χ2) TESTS.pptx
CHI-SQUARE ( χ2) TESTS.pptx
ssusera597c520 views
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,... von AakashShakya12
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
Literature review and Case study on Commercial Complex in Nepal, Durbar mall,...
AakashShakya1245 views
Thermal aware task assignment for multicore processors using genetic algorithm von IJECEIAES
Thermal aware task assignment for multicore processors using genetic algorithm Thermal aware task assignment for multicore processors using genetic algorithm
Thermal aware task assignment for multicore processors using genetic algorithm
IJECEIAES29 views
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L... von Anowar Hossain
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
DevOps to DevSecOps: Enhancing Software Security Throughout The Development L...
Anowar Hossain10 views
STUDY OF SMART MATERIALS USED IN CONSTRUCTION-1.pptx von AnnieRachelJohn
STUDY OF SMART MATERIALS USED IN CONSTRUCTION-1.pptxSTUDY OF SMART MATERIALS USED IN CONSTRUCTION-1.pptx
STUDY OF SMART MATERIALS USED IN CONSTRUCTION-1.pptx
AnnieRachelJohn25 views
Machine Element II Course outline.pdf von odatadese1
Machine Element II Course outline.pdfMachine Element II Course outline.pdf
Machine Element II Course outline.pdf
odatadese16 views
performance uploading.pptx von SanthiS10
performance uploading.pptxperformance uploading.pptx
performance uploading.pptx
SanthiS107 views

Convolution Neural Network Based Fire Fighting Robot

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1149 Convolution Neural Network Based Fire Fighting Robot Sowmyashree N1, Harshitha M2, Manoj Patel S3, Parikshith D4, Chaithra M5 1 Assistant Professor, Dept. Electrical and Electronics, SJCE, JSSSTU, Karnataka, India 2,3,4,5 Student, Dept. Electrical and Electronics, SJCE, JSSSTU, Karnataka, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In this paper, proposed system detects and extinguishes fire using Image Processing. It is not practical to always rely on human patrol to detect and extinguish fire at a fire accident scene in real life. We can create an automated system for early detection and extinguishing of fire there by making the work of fireman easy and reduce loss of human life. Here we have built a model based on image processing and Raspberry Pi serial communication. At the user end, the fire images will be fed in the form of video frames. These images will be further processed. The proposed system uses RGB color space. It consists of hardware such as Raspberry Pi and USB Camera, for the surveillance. This camera will give a real-time video output to the user on the laptop or computer. In this way fire will be detected using this model. Key Words: Image Processing, Raspberry Pi, RGB color space, USB Camera. 1. INTRODUCTION A fire accident is characterized as a harmful incident that produces heat, smoke, or flame. Because of the difficulty and risk involved in rescuing victims fromafire,fireaccidentsare a serious type of accident that can result in a significant number of fatalities. There is a substantial risk of firefighter fatalities when such circumstances include firefightingunits. It is not practical to always rely on human patrol to find and put out fire at a fire accident scene in real life. We canhavean early warning system if an automated system is created to monitor the perimeter for fire mishaps. This will be particularly helpful in a fire mishap in buildings and neighbourhoods where there is a high risk of fire. In order to do this, we need to find a strategy that can spot a flame, find it, and put it out before it causes a harm to anyone nearby. It would be great to send a firefighting robot that could locate the fire and put it out in dangerous conditions. Effective monitoring, quick detection,and fire extinguishingareissues that require rapid attention. Firefighting robots can be utilized in such circumstances to lessen the chance of human fatalities. The autonomous robot is madetostopthefirefrom spreading further, which could result in potential human casualties or property damage. Firefighting robots will aid firemen in performingtheirdutiesefficiently.Theimportance of the proposed thesis is to make a reliable, safe, and smart system to reduce limitations and faults like false alarms, which cause panic among the people and even the loss of money with the use of new technology and make the places safe from the hazardous fire. 2. Related Study 2.1 Existing system Systems today simply use the analogue sensor's output [1] which has unreliable values and a propensity for quick fluctuations. Therefore, counting solely on these sensors in an emergency won't work. In this area of firefighting, autonomous robots cannot be manually operated [2] when necessary. Robots that are manually operated require a human operator near a potentially dangerous fire. 2.2 Drawbacks of existing system Values from analogue sensors vary depending on the environment and are not sufficiently reliable. The autonomous robot may occasionally wander off the firing line. In the current system, manually operated devices can only operate to a certain extent. 2.3 Proposed System In this work both image processing [3] and analogsensors is being implanted to detect fire and automatically extinguish the fire by the spraying water over it. There are many types ofcolormodel suchasRGB,CMYK,YCbCr,YUV,HSL,HSV,HIS. However, each of color spaces has their advantages and disadvantages[4].In this system RGB module is used. The block diagram shown in Fig 1 briefs the overall design of the robotic model. Fig 1: Proposed system
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1150 The main approach used in the implementation of the project is:  USB camera captures the image and provides input to the processor.  The image captured is compared with the images of previously assigned dataset and desired signal is sent to the servo motor and motor drive.  According to the signal received, the robot moves to the area where fire is detected and extinguishes the fire by pumping out the water. 3. Requirements 3.1 Raspberry Pi B+: The vast array of enhancements and functionality found in the Raspberry Pi 3 Model B+ will help designers, programmers, and even engineers who wish to incorporate Pi systems into their creations. The features are Quad core 64-bit processor clocked at 1.4GHz, 1GB LPDDR2 SRAM, Dual-band 2.4GHz and 5GHz wireless LAN, Bluetooth 4.2 / BLE, Higher speed ethernet up to 300Mbps, Power-over- Ethernet capability (via a separate PoE HAT) Figure 2: Raspberry Pi B+ 3.2 USB Camera: USB Cameras are imaging cameras that use USB 2.0 or USB 3.0 technology to transfer image data. The same USB technology used by the majority of PCs is used by USB Cameras to connectquicklyto specializedcomputersystems. he 480 Mb/s transfer rate of USB 2.0 and the ease with which USB technology is available in computer systems make USB Cameras perfect for many photography applications. Additionally, a growing number of USB 3.0 cameras with data transfer rates of up to 5 Gb/s are readily accessible. Figure 3: USB Camera 3.3 Ultrasonic Sensor: An ultrasonic sensor is an electronic device that emits ultrasonic sound waves to measure the distance of a target object and converts the reflected sound into an electrical signal. The configuration pin ofHC-SR04isVCC(1),TRIG(2), ECHO (3), and GND (4). The supply voltage of VCC is 5V and you attach TRIG and ECHO pin to any Digital I/O in your Arduino Board to power it. Features are DC 5V Power Supply, 40HzWorkingFrequency,2cm– 400cm/4mRanging Distance, 0.3 cm Resolution, 15 degrees Measuring Angle, 10uS Trigger Input Pulse width. Figure 4: Ultrasonic Sensor 3.4 L293D Motor Driver: The L293D motor driver has two H-bridges in it. The simplest circuit for managing a motor with a low current rating is an H-bridge. L293D is a 16-pin ICthathastheability to simultaneously operate two DCmotorsineitherdirection. Figure 5: Pin Diagram of L293D
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1151 Specifications are 12V Supply Voltage Range, 36V Output current capability per driver, Separate Input-logic supply, It can drive small DC-geared motors, bipolar stepper motor, Pulsed Current 1.2-A Per Driver, Thermal Shutdown, High- Noise-Immunity Inputs. Figure 6: Motor Drive 3.5 Relay Motor Driver: An electrically controlled switch is a relay. Solid-state relays are one type of working principle, although many relays employ an electromagnet to mechanically operate a switch. When a low-power signal is required to control a circuit (with perfect electrical isolation between the control and controlled circuits), or when multiple circuits must be controlled by a single signal, relays are utilised. Specifications are 12 VDC @ 84 mA Input, two SPDT relay Output, 5 A @ 230 VAC Relay specification, 2 ~ 5 VDC Trigger level, Berg pins for connecting power and trigger voltage, Relay status is indicated on each channel of LED, Power Battery Terminal (PBT) for easy relay output connection, Four mounting holes of 3.2 mm each, 49 mm x 68 mm PCB dimensions. Figure 7: Relay Motor Driver 3.6 Fire Sensor: The Fire sensor is used to detect fire flames. The module makes use of a Fire sensor and comparator to detect fire at a distance of up to one metre. Features are allows your robot to detect flames from up to 1 M away, 1 m Typical Maximum Range, Calibration pre-set for range adjustment, Indicator LED with 3 pin easy interface connector, +5VDC Input Voltage. Figure 8: Fire Sensor 3.7 DC Motor: The main benefit of using DC motors in robotics is their high torque. They have a high starting torque that can be usedfor accelerating applications and moving heavy loads into position. They are also capable of constant torque over a given speed, where shaft power varies with speed. Figure 9: DC Motor 3.8 Pump: A pump is a mechanical device used to transport fluids (liquids, gases, or occasionally slurries). Depending on how they move the fluid, pumps can be divided into three main categories: direct lift, displacement, and gravity pumps. Pumps use a mechanism to move the fluid (usually reciprocating or rotational), which requires energy to accomplish. This pump operates at 12V. Features are 12V motor, 12W operation, 1/4" barbs, 0-16" Hg vacuum range. Figure 10: Pump
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1152 3.9 PYTHON: The all-purpose, high-level programming languageofchoice is Python. Python improves code readability as compared to languages like C, C++, and java. The main benefits of utilising Python are its interoperability and ease of use.Pythonoffers developers more freedom to create and complete projects because it supports 30 different libraries and frameworks. NumPy is one of the libraries that the system uses. Matplotlib, a charting toolkit that provides visual datasets and is useful for data statistical analysis, is a crucial library for the multidimensional array function. Python is primarily utilised in R&D due to its simplicity. Python is now mostly used for artificial intelligence and machine learning. 3.10 OPEN CV: A machine learning library and open-source software package called OpenCV is made for real-time computer vision applications. The cross-platform library OpenCV supports a wide range of computer languages, including Python, Java, C++, and C. This library is available for use without charge under the open-source BSD licence and was initially created by the Intel Corporation.Itisoneofthemost often utilised libraries for the implementation of 2D and 3D feature toolkits, deep learning applications, video detection, image detection, and machine learning. More than 2500 algorithms, including thoseforcomputervisionandmachine learning, are available in the library. 3.11 Raspbian: A computer operating system for the Raspberry Pi based on Debian is called Raspbian. Raspbian comes in a number of variations, such as Raspbian Stretch and Raspbian Jessie. It has been the primary operating system for the Raspberry Pi single-board computer family since 2015, according to the Raspberry Pi Foundation. As a stand-alone undertaking, Mike Thompson and Peter Green developed Raspbian. The preliminary construction was finished in June 2012. Operating system development is still ongoing. The low- performance RASPBERRY PI CPUsoftheRaspberry Pifamily are well suited to Raspbian. Figure 11: Raspbian 4. Design and Implementation: 4.1 FLOWCHART: The flowchart shown in the figure 12 briefs the overall flow of the fire detection procedure. First the camera records the live video and sends the video to Raspberry Pi. The Raspberry Pi process the image captured to check whether the fire is detected or not. If the fire detected it gives message to the pump system and extinguishes the fire by spraying water. Figure 12: Flowchart of the system 4.2 Block Diagram Block diagram shown in figure 13 is the input and output given to the Raspberry Pi.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1153 Figure 13: Block diagram of the model 4.3 Working The Raspberry Pi is powered using USB cable connected to Power Bank. Upon power up, the relay gets energized, the motors attached to the two back wheels of the robot start running, setting the robot in motion. If any obstacle is detected which is sensed by the ultrasonic sensor, the robot immediately stops, waits for programmed amount of delay and robot moves backwards and moves in the direction which does not have any obstacle. When the fire is detected in the camera, the raspberry Pi gives command forthewater spraying mechanism, water is pumped to extinguish fire. When the fire is detected by the fire sensors present in the peripheral sides of the motor, the motorattachedtotheback wheels of the robot change the direction of the robot to the fire detected side and the raspberry Pi gives command for the water spraying mechanism, water is pumped to extinguish fire. Figure 14: Hardware Model 5. Results and Discussion: When the system reboots and power supply is given to the robot it moves forward. This is shown in the snippetgiven in the figure 14 where the robot will be in ‘stop’ condition or rest and starts to move ‘forward’ when powered on. Figure 14: Starting condition of the robot When the robot is powered ON, the relay gets energized and the robot moves forward, distancethe robotmovesisalsobe mentioned in the window which is shown in the figure 15 Figure 15: Robot is powered ON When any obstacle is detected by the ultrasonic sensor the robot stops and the wheels of the robot moves backwards which is shown in the figure 16 Figure 16: Obstacle detected When fire is detected by right fire sensor then the robot moves left and extinguishes the fire which is shown in the figure17
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 08 | Aug 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 1154 Figure 17: Fire Detected by the flame sensor 6. CONCLUSION AND FUTURE SCOPE 6.1 Conclusion The automated fire-fighting robot is capableofdetectingfire and extinguishing the fire sourcesuccessfully.Theraspberry pi controls the DC motor and ultrasonic sensor for movement of robot. In this project, Fire Detection System has been developed using ImageProcessing.Thissystem has the ability to apply image processing techniques to detect fire. This system can be used to monitor fire and has achieved 90% accuracy for single webcam. The system works on real time, as it provides continuous monitoring. For detecting the fire in the peripheral region of the robot Fire Sensors are used, which helps in efficientworkingofthe robot and to avoid damage to the robot. 6.2 Future Scope The goal of this research is to create a system that can detect fires and provide assistance. By switchingoutthewaterfora carbon dioxide carrier and making it capable of being operated by humans via IOT, it can be converted into a true fire extinguisher. As the implementationrestrictionsandthe design simplifications imply, ourprojectisprimarilya proof- of-concept. Also, a 360-degree rotating camera can be used which can detect fire in peripheral areas as well. In place of fire sensors, USB cameras can be implemented which can overcome the disadvantages of sensors. A feasible autonomous fire-fighting system must, in particular, consist of a group of robots that can communicate and work together to complete the job. Such a system also needs to be able to take instructions instantly while performing an activity. All of these issues fell outside the purview of this initiative. However, many of these topics have been studied in many contexts, such as mobile agentcoordination,on-the- fly communication between humans and mobile agents, etc. It will be interesting and difficult to combine all of this information into a useful, independent fire-fighting service. REFERENCES [1] Kulkarni, S., & Prasanna, T. (2019). An IoT based Fire Detection Precaution & Monitoring System [2] Seebamrungsat, J., Praising, S., & Riyamongkol, P. (2014, March). Fire detection in the buildings using image processing. In 2014 Third ICT International Student Project Conference (ICT-ISPC) (pp. 95-98). IEEE. [3] Rashid, H., Ahmed, I. U., Ullah, A., Newaz, M. F., Robin, M. S. R., & Reza, S. T. (2016, December). Multiple sensors-based fire extinguisher robot based on DTMF, Bluetooth and GSM technology with multiple mode of operation. In 2016 International Workshop on Computational Intelligence (IWCI) (pp. 41-46). IEEE. [4] Noor A. Ibraheem, Mokhtar M. Hasan, Rafiqul Z.Khan, Pramod K. Mishra.2012. Understanding Colour Models. ARPN Journal of Science and Technology, Vol. 2, No. 3.