Monitoring and Controlling of Fire Fighthing Robot Using IOT
Monitoring and Controlling of Fire Fighthing Robot Using IOT
----------------------------------------------------------------------------------------------------------------------------- ---------
Date of Submission: 05-08-2020 Date of Acceptance: 22-08-2020
----------------------------------------------------------------------------------------------------------------------------- ----------
ABSTRACT: There is a lot of likelihood of fire in can be beneficial in medicine [1], rehabilitation [2],
any distant location or in an industry. For example, rescue operation [3] and industry. Over the years,
in products of clothing godowns, cotton factories, robotics has been introduced in various industries.
and fuel stockpiling tanks, electric short circuits The industrial robots are multi-function
may bring out monstrous fire and mischief. In the manipulators designed for more specialized
most noticeably terrible of cases and situations, fire materials, divisions, gadgets or devices through
causes overwhelming misfortunes both monetarily various programmatic movements to perform
and by taking lives. Robotics technology is the most various tasks [4].
ideal approach to monitor human lives, protect With the progression of technological
wealth and preserve environmental health. A Fire- innovations particularly in Robotics, it is considerate
fighting robot is structured and worked with an that man power can be replaced with the robots for
embedded framework. It is equipped for exploring battling the fire. This would improve the proficiency
alone on a displayed place while effectively of firemen and would likewise keep them from
examining the blazes of fire and extinguishes it. The gambling their lives. While a scope of putting out
robot could be utilized as a way to manage as a fires robots have been created and placed in real life
crisis gadget. This robot is structured so that it look around the world, they have not yet contributed
through a fire, and drenches it before the fire could extraordinarily to the battle. Most robots help just in
spread out of range and control. little manners, helping combat fires from a remote
KEYWORDS: Fire-fighting Robot, Embedded place or monitoring outside fire scenes. An indoor
System, Raspberry Pi, Flame Sensor, L298N Motor fire fighter robot is fit for performing salvage tasks
driver. without gambling human life, including fire
extinguishers and helping individuals in case of
I. INTRODUCTION danger.
According to National Crime Records In this paper, we have proposed a Fire
Bureau (NCRB), it is estimated that more than 1.2 Fighting Robot using Raspberry Pi 3B
lakh deaths have been caused because of fire microcontroller board. The main function of this
accidents in India from 2010-2014. Despite the fact robot is to become an unmanned support vehicle,
that there are a great deal of safety measures taken developed to search and extinguish fire. There are
for Fire mishaps, these common/man-caused several existing types of vehicles for fire-fighting at
disasters do happen once in a while. In case of a fire home and extinguish forest fires [5].
breakout, to protect individuals and to extinguish the Our proposed robot is designed to be able
fire we are compelled to utilize manpower which are to work on its own or be controlled remotely. By
undependable. Losses and property harm from fire using such robots, fire identification and rescue
keep on exist in fire catastrophes and new measures activities can be done with higher security without
are consistently presented. Harmful gases and blazes placing fire fighters at high risk and dangerous
keep on undermining calamity casualties and conditions. In other words, robots can reduce the
salvage labourers the same time. need for fire fighters to get into dangerous
A robot is an automated device which situations. Additionally, having a compact size and
performs functions usually attributed to humans or automatic control also allows the robot to be used
machines tasked with repetitive or flexible set of when fire occurs in small and narrow spaces with
actions. Numerous studies have shown that robot hazardous environments such as tunnels or nuclear
power plants [6, 7].
DOI: 10.35629/5252-02054752 | Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 47
International Journal of Advances in Engineering and Management (IJAEM)
Volume 2, Issue 5, pp: 47-52 www.ijaem.net ISSN: 2395-5252
side of the robot to monitor the way and condition of the location and is linked to the smart phone.
//Right wheels
int rightSpeed =
getMotorSpeed(Math.abs(rightPct));
if (rightPct > 0)
{
right.forward(rightSpeed);
}
else if (rightPct < 0)
{
DOI: 10.35629/5252-02054752 | Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 50
International Journal of Advances in Engineering and Management (IJAEM)
Volume 2, Issue 5, pp: 47-52 www.ijaem.net ISSN: 2395-5252
Table 1: The robot action using sensor input The connectivity of classes can be seen there. The
programming IDE is BlueJ software and Java codes
were developed as a programming tool. The OS
running in RPi is a variant of Linux and monitor
connection is through VGA wire.
VI. CONCLUSION
The Fire Fighting Robot is fabricated with
locally available materials and some tests are done
to observe its effectiveness at different situation.
Experimental work has been carried out carefully
on the Raspberry Pi3 based micro controller model.
The result shows that higher efficiency is indeed
achieved using the embedded system. This work
has been inspired by the zeal to develop an
embedded based model that can sense fire and
douse them in real time.
In the current condition it can combat fire
just in the proximity and not in all the rooms. It
Fig. 5. Robot Hardware (Top View) tends to be stretched out to a genuine fire
extinguisher by integrating a fan by the carbon
Fig. 5 and Fig 6 shows the model from top dioxide cylinder and by making it to douse flames
and front view. The connections are clear between of all the room utilizing micro-controller
the L298N driver, RPi and the DC Motors. The programming. This gives us the chance to give to
pipes were used to hold wiring of flame sensors. A robots undertakings that generally people needed to
micro camera is also visible from the front view. do.
REFERENCES
[1]. Jeelani, S., et al., Robotics and medicine: A
scientific rainbow in hospital. Journal of
Pharmacy & Bioallied Sciences, 2015.
7(Suppl 2): p. S381-S383.
[2]. Aliff M, D.S., and Akagi T, Control and
analysis of simple-structured robot arm
using flexible pneumatic cylinders.
International Journal of Advanced and
Applied Sciences, 2017. 4(12): p. 151-157.
[3]. C. Xin, D. Qiao, S. Hongjie, L. Chunhe and
Z. Haikuan, Design and Implementation of
Debris Search and Rescue Robot System
Based on Internet of Things, International
Fig. 6. Robot Hardware (Front View) Conference on Smart Grid and Electrical
Automation (ICSGEA), 2018, pp. 303-307.
Below Fig. 7 shows the coding classes [4]. J. Lee, G. Park, J. Shin and J. Woo,
that were developed for various actions of robot. Industrial robot calibration method using
DOI: 10.35629/5252-02054752 | Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 51
International Journal of Advances in Engineering and Management (IJAEM)
Volume 2, Issue 5, pp: 47-52 www.ijaem.net ISSN: 2395-5252
DOI: 10.35629/5252-02054752 | Impact Factor value 7.429 | ISO 9001: 2008 Certified Journal Page 52