You are on page 1of 4

2018 4th International Conference on Computing Communication and Automation (ICCCA)

Autonomous Firefighting Robot with


Optional Bluetooth Control
Hasan U. Zaman, Tarek Ahmed Khan, Shakila Reza Falgunee, GM Shaheedur Rashid, Fahim Hossain Talukder
Dept. of ECE, North South University,
Dhaka, Bangladesh
hasan.zaman@northsouth.edu, tarek.ahmed@northsouth.edu, reza.falgunee@northsouth.edu, g.m.rashid@northsouth.edu,
hossain.talukder@northsouth.edu

Abstract—The modern popular trend is to use robots movement from a safe distance of approximately of 60-70
instead of humans to handle fire hazards. In this work, we feet.
have tried to ease the problem of urgent fire extinguishment
by an automatic process implemented using an Arduino Uno
microcontroller. This robot can also be controlled by a user, II. RELATED WORK
through its Bluetooth controlled feature and can also function Rolly Firefighter Robot by William Dubel, Hector
by itself whenever it is necessary. It will detect the fire by Gongora, Kevin Bechtold, and Daisy Diaz [1] describes a
itself and with the action of throwing water, it will extinguish robot that searches using the floor plan of a house,
the fire until it finishes detecting the fire. This design of the extinguishes the fire and the returns back to its original
robot is simple, inexpensive and portable, making it a good
location. The autonomous movement of the robot in the
candidate for commercial purpose. By promoting the use of
this robot, the danger of risking human fire-fighters` lives can
house is achieved by data provided by an ultrasound
be reduced. sensors. The operation of the extinguishing device is
implemented with an arm controlled by servo motors.
Keywords— microcontroller, flame sensor fire- The Fire Protection Robot by Viet Do, Ryan Norder,
extinguishing robot and Ryan Spraetz [2] enters a room and search for
extreme heat as a result for fire. It use color camera spot
I. INTRODUCTION where there is a huge amount of light. When the robot
According to recent statistics of fires incidents, not only reaches the light source, the heat sensor is activated to
in Dhaka but all over the country there have been too many check and see if there is any large amount of heat being
incidents of fire, which experts say are results of unplanned generate. If there is heat source, the fan of this robot is
urbanization and a lack of knowledge to following the turned on and starts rotating to put out the flame. If the
National Building Code when constructing new buildings. flame does not put off then again the fan will rotating and
From the data of Fire Service and Civil Defense when the flame is extinguish the robot leaves the home.
Department, in just 2016 alone, 16,858 incidents of fire The Firefighting and Supervising Self-Sufficient
were reported across the country killing 152 people with a Robot by P. Shanmuga Prabha and N. Shivaanivarsha [3]
loss of 240 crore 43 lacs Taka. is an autonomous firing robot which is actually divided
When a fire accident occurs, we use human resources to into two robots. Robot 1 issues robot 2 by applying radio
rescue people and help them to get out the fire which are frequency. Robot 2 then perceives the firing place and
not safe. Sometimes many rescuers die or get injured while drives the motor driver to that targeted area n swills out
undergoing this critical condition. We can make this job water from the basin. Unfortunately this is found to be
done by developing technologically advanced machines lengthy process in according to a quick response.
which can make very much possible to replace humans Our project is pretty simple according to its
with robots for fighting the fire. This technology would mechanism and cost efficient than these existing robots.
improve the efficiency of firefighters and would also The aim of our project is to be economical and work
prevent them from risking human lives while fighting fire. effectively for any situation. There are two modes of this
The designed robot is used to fight the fire where it is robot. By being autonomous it can move by itself into
hazardous for humans to enter. The robot can find the multi directions, which includes rightward, leftward,
location of the fire and it is able to go there autonomously. backward and frontward. It can successfully sense the fire
Fire is a dangerous problem to handle with but it can be by itself and will align itself to a suitable position and
easily solved with minimum losses by using robot. Instead will spread water towards the fire zone until it stops
of using human, robot will be more beneficial to work in sensing the fire.
such situation. In our project we have been made a robot On the other hand, our robot also consists of a
that can detect fire by flaming sensor and can pump out Bluetooth control option. By any means, if this robot fails
water at targeting fire area. We have added one manual to sense the fire, it can be controlled by user from a
controller by Bluetooth connection with it. distance of around which is observed to be around (60-
Anyhow if this robot fails to detect the fire in its nearby 70) feet. The robot will then be guided regarding its way
zones, it can also be controlled manually under the of direction. This will be done by a wireless connection
directions of a user through its Bluetooth control option. from the Bluetooth module present in the robot and the
The user can easily control and direct the robot`s smart phone through which a Bluetooth app is being

978-1-5386-6947-1/18/$31.00 ©2018 IEEE 1


running. Therefore, we can assure that this project comes 1100 nm. It has the sensitivity varies from 1cm-1.5 feet.
with some new and different features. This returns a signal to the microcontroller that sends an
III. THEORY output signal to gear motor that moves the robot chassis
to move towards the firing area. Total 3 flame sensors have
The designed robot detects fire by three flame sensors been used (forward, rightward and leftward) to detect fire
and send signal to microcontroller Arduino UNO that has in the distinctive direction.
been programmed with C++ software connected with it. It
is connected with a 12V battery. Arduino in return sends
signal to DC gear motor which is in contact with the
wheels of the robot chassis. One DC gear motor is
connected with left wheel and the other with the right one.

Fig. 2. Circuit Diagram of the Robot (Drawn in Proteus)

V. PRINCIPLE OPERATION
This model is actually designed to develop a Fire
Fig.1. Arduino Uno (Image Source – Google) Fighting Robot using IR flame sensor technology for
remote location. It contains a water tank and a pump to
throw water which is controlled over wireless
Three individual flame sensors are used for distinctive communication. It has been programmed by Arduino
forward, rightward and leftward motion of it. For rightward UNO. This robot body moves with the output signal of
motion the left wheel moves with help of DC motor and for the microcontroller.
leftward motion the right wheel moves. This working has
been done automatically after sending fire. Motor driver
acts as a bridge between the Arduino and gear motor to
work simultaneously on both wheels. Second phase of the
work has been conducted manually with a Bluetooth app in
android phone by the user which is programmed in
Arduino. This robot can cover almost 2-3 meters distance
for detecting fire. After the detection Arduino sends signal
to the servo meter for directing the nozzle of the water
container with a pump inside it to throw water on the firing
area until it stops sensing for fire.

IV. DESIGN FRAMEWORK

This is a very simple and comes with a very reasonable


budget which consists of some basic components which
includes: Arduino Uno, Flame sensor, Servo Motor, Motor
Driver, Robot chassis consisting of wheels, a portable
water tank, and a Bluetooth module.
This model basically works under the supervision of
Arduino Uno. It is a prototype that is programmed in C
software. It can read both analog and digital signal. It gives
its output by turning the LED of flame sensor on/off and
then activates the gear motor connected with wheel of the
robot chassis. This Arduino projects program is IDE
(integrated development environment) based processing Fig. 3. Block Diagram of the System
language.
On the other hand the flame sensor detects the IR VI. RESULTS AND DISCUSSION
(Infrared emission) coming out from fire. Flame sensor can It has been found that the designed robot can move by
sense through IR emission of wavelength range from 760-

2
itself for any kind of detection regarding fire and it can ahead which will be very much essential in aiding this
extinguish the fire by spreading water as soon as it senses robot to function more efficiently. The necessary new
it. additions for which we are planning are briefed below.
During the making of the model, we faced some critical 1) Attaching a camera and connecting a monitor
situations. The robot was been observed to move by its Since we know that the robot will be moving by into
own as soon as it is connected to a battery source and this the fire zone all by itself so to improve the navigation by
continued for a lengthy time but unfortunately it could not the user present at a distant zone, this feature will be
sense the fire around it properly. The robot kept moving on helpful enough. By this act, any individual can observe the
a continuous loop. Later, we unplugged and again fixed this direction in which way the robot is moving to. If anyhow
by working for the C programming which was installed the robot fails to go in the right direction, the user can
into the Arduino. navigate robot in according to this view from camera
However, one of the fire sensors stopped working after through its Bluetooth feature.
some number of successful rounds of experimenting. It 2) Enlarging the water tank
was found that one of the sensors were not functioning and
Due to an increase in the amount of water in the tank,
not responding at all. This was then replaced with a new
the robot will get more scope to deploy its operation in
alternative one and was thought to be a result of fault in the
the field. This will ultimately enhance the robot to operate
flame sensor module itself.
for a longer time comparatively.
Lastly, we also faced problems in setting up and
3) Addition of multiple sensors
installing the servo motor into the system. The code did not
work at all on the first attempts, then we had to code again Introducing various types of sensors into the present
accordingly. Since the servo motor itself is related to axis structure of the robot will help in great amounts.
of rotation and for which we had to introduce and fix the Improving the quality of sensing for fire will be done by
code in terms of angle of rotation. an addition of temperature sensor. Afterwards, it can be
observed to measure the temperature from its surrounding
and it will then extinguish according to the intensity of
fire, more intense fire will be extinguished first and the
less ones will be in the following order. Obstacle sensors
can be attached, for which the movement of the robot will
get more simper than ever. After it sensor any obstacles
other than fire, it will drive away into another direction all
by itself.

ACKNOWLEDGMENT
We would like to express our sincere thanks to our
respected supervisor and the ECE department of North
South University (NSU) for providing us all the facilities
and supports in carrying out this work.

REFERENCES
[1] William Dubel, Hector Gongora, Kevin Bechtold, Daisy Diaz, “An
autonomous firefighting robot”, Dept. of Elec. and Comp Eng,
Florida International University, Miami, FL, USA. [Online].
Fig. 4. Final Structure Available:
http://dubel.org/robots/dubel_firefighter_FIU_fcrar2003.pdf
[2] Viet Do, Ryan Norder,. And Ryan Spraetz, “Autonomous Fire
VII. CONCLUSION Protection Robot with Notification”. [Online]. Available:
http://eprints.uthm.edu.my/5529/1/NOR_AYUNI_BINTI_ABD_M
AJ ID.pdf
In this paper, a different style has been proposed which
[3] P. Shanmuga Prabha and N. Shivaanivarsha, “A design of
extends the idea of fire extinguishment by the use of an firefighting and supervising self-sufficient robots,” 2017 Third
autonomous robot. This robot has successfully functioned International Conference on Science Technology Engineering &
by its own with a very quick response. This invention can Management (ICONSTEM), 23-24 March, 2017.
actually reduce the life risk of human fire fighters. With [4] Prof. Sarawale R.K. Bhagvat Khot, Kute Yogesh, “Real Time
proper control we have managed to navigate the robot by Embedded System Based Fire Fighting Robot”, International
Engineering Research Journal (IERJ), ISSN 2395-162, Volume 2,
complete wireless Communication. The proposed method Issue 9, Pages 3462-3464, May 2017.
has been implemented in a prototype means and has been [5] Satya Veera Pavan Kumar Maddukuri ; Uday Kishan
controlled from a very long distance. This model is capable Renduchintala ; Aravinthan Visvakumar ; Chengzong Pang
of operating in that sort of igniting area which is actually ;Sravan Kumar Mittapally, “A low cost sensor based autonomous
out of reach for human beings. Its accuracy and efficiency and semi- autonomous fire-fighting squad robot,” Sixth
International Symposium on Embedded Computing and System
levels are maximum with a minimal time after the fire is Design (ISED), Pages 279-283, 2016.
detected. This can be a very effective fire extinguisher [6] Tan C. F., Liew S. M., Alkahari M. R., Ranjit S. S. S., Said M. R.,
robot. Chen W., Rauterberg G. W. M., Sivakumar D. and Sivarao (2013),
Fire Fighting Mobile Robot: State of the Art and Recent
VIII. FUTURE WORK Development, Australian Journal of Basic and Applied Sciences, 7,
220-230.
We are planning for some additional new features [7] Sahulhameed K., Raj W. N. D., Samsudeen S., Noorulhak K. and

3
Nagamani G. S. (2013), Artificial Eye and Sensory based an Fabrication of an Autonomous Fire Fighting Robot with Multisensor
Intelligent Robot for Fire Extinguishment Task, International Journal Fire Detection Using PID Controller. 10.1109/ICIEV.2016.7760132.
on Advanced Computer Theory and Engineering, 2, pp. 101-105. [14] Teh Nam Khoon, Patrick Sebastian, Abu Bakar Sayuti Saman,
[8] Frank E. Schneider and Dennis Wildermuth, "Using robots for Autonomous Fire Fighting Mobile Platform, Procedia Engineering,
firefighters and first responders: Scenario specification and Volume 41,2012, Pages 1145-1153, ISSN 1877-7058.
exemplary system description,” 2017 18th International Carpathian [15] H. P. Singh, Akanshu Mahajan, N. Sukavanam, Veena Budhraja,
Control Conference (ICCC), Sinaia, Romania, 28-31 May 2017. Swarn Singh, Amit Kumar and Anadi Vashisht, “Control of An
[9] Aman Sharma, "A Fully Automated Fire Fighting Robot", Autonomous Industrial Fire Fighting Mobile Robot,” DU Journal of
Dronacharya College of Engineering, Oct 2013. Undergraduate Research and Innovation, [online]. Available:
[10] J. Xu, W. Coombe, N. Boyson, A. Ohira and X. Gu, "Industrial http://journals.du.ac.in/ugresearch/pdf/J11.pdf
Systems Design and Integration: Fire Fighting Robot,” [Online]. [16] Kumbhare M., Kumbhalkar S. S. and Malik R. (2012), Firefighting
Available: http://retawprojects.com/uploads/fire_fighting_robot.pdf. robot: an approach, Indian Streams Research Journal, pp. 1-4.
[11] Taiser T. T. Barros, Walter Fetter Lages, “Development of a [17] Kumar P. S., Ratheesh B. R., Gobinath B., Kumaran K. M.,
Firefighting Robot for Educational Competitions”, RiE 2012, Venkataraman S., Gesture Controlled Fire Extinguisher Robot with
prague, pp. 47-54. Audio and Video Capture, Journal of Electronics and
[12] Chien T. L., Guo H., Su K. L. and Shiau S. V. (2007), Develop a Communication Engineering, pp. 1-5.
multiple interface based firefighting robot, IEEE International [18] Chattunyakit S., Kondo T. and Nilkhamhang I. (2013), Development
Conference on Mechatronics, pp. 1-6. of Robotic Platform for Swarm Robots in Fire Detection
[13] Rakib, Tawfiqur & A Rashid Sarkar, M. (2016). Design and Application, Kasetsart Journal Natural Science, 47, pp. 967-976.

You might also like