SlideShare a Scribd company logo
2
Most read
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3577
Fire Fighting Robot Using Arduino
Komal N. Ambadkar1, Vaishnavee A. Gorte2, Shravasti M. Rekhate3, Renuka D. Nichit4,
Pratik A. Gaupal5, P. K .Khedkar6
1,2,3,4,5Student, P. R. Patil College of Engineering & Technology, Amravati, India
6Professor, Dept. of Electrical Engineering, P. R. Patil College of Engineering & Technology, Amravati, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The project is designed to develop a fire
fighting robot usingXBEE module for remote operation. The
robotic vehicle is loaded with water tanker and a pump
which is controlled over wireless communication to throw
water. An Arduino is used for the desired operation. At the
transmitting end using GUI, commands are sent to the
receiver to control the movement of the robot either to move
forward, backward and left or right etc. Atthe receiving end
three motors are interfaced to Arduino UNO where two of
them are used for the movement of the vehicle and
remaining one for the pump .The RF transmitter act as a RF
remote control that has the advantage of adequate range
(up to 300 meters) with proper antenna, while the receiver
decodes before feeding it to another Arduino UNO to drive
DC motors via motor driver IC for necessary work.Thewhole
operation iscontrolled by an ArduinoUNO. Amotordriver IC
is interfaced to the Arduino UNO through which the
controller drives the motors. Further the project is modified
by interfacing it with a wireless camera so that the person
controlling it can view operation of the robot remotely on a
screen.
1. INTRODUCTION
Advances in economic growth in modern industrialized
society have resulted in factories complex office buildings
and dense apartment blocks located inmetropolitanareas.
When a fire occurs in such places, fire-fighting is difficult
due to mazes of crowed buildings, high temperatures,
smoke and the danger of explosion. Fire causes enormous
damage to life and property.
Current fire-fighting systems are based on humans using
water guns andchemical fire repressionsystems.However,
humans cannot work effectively inall fireenvironments.In
this case, it is desirable to extinguish a fire quickly using
fire- fighting robots. Recently, in order to cope with
catastrophic firerelatedaccidents,researchonfire-fighting
robots has advanced inmany countriesFire-fightingrobots
are operated in places where fire-fighters are not able to
work. Hence, it is desirable to control firefighting robots
using a remote control system located away from the fire.
In order to control fire-fighting robots in remote places,
robust radio communication systems are necessary. The
robot is monitored through a wireless camera present on
it’s top from the remotely situated control station using
XBEE module. Thus according to the status of the various
sensors of the robot, user can take required action. With
the development in the field of robotics, human intrusion
has become less and robots are being widely used for
safety purpose. In our day-to-day life, fire accidents have
become common and sometimes may lead to hazards that
make it hard for the firemen to protect human life. In such
cases, a fire fighting robot is used to guard human lives,
wealth, and surroundings from the fire accidents.[2] This
fire fighting robot project is an advanced project for
engineering students, who are interested in robotics. This
project incorporates RF technology for remote operation
and also uses 8051 microcontroller. A fire-fighting robotis
capable of detecting fire if a house catches fire while
someone in the house is either sleeping or not present in
the house.
2. IMPLEMENTATION
There are several components and technologies that have
been used to implement the robot. The implementation of
project consists of two parts.
1] Hardware Implementation: The robot is constructed
from scratch using plywood frame work. Using plywood
from the framework is desirable for its stability and
strength. Build a chassis such that the robot has to enough
space for the water can and all the electronic components
equipments that required for this project. The chassisuses
four rubber dummy wheels. Fixed two dc motor on each
side at the bottom and water can between two plywood
frame. The sensors have to be fixed in front of the robot
such way that sensors can detect the flame in front of the
robot. Design the PCB and mounted all electronic
components on it. The outlet of the water pump should be
fixed at center of the robot facing towards front of the
robot. Wireless camera is for user to detect the fire.
2] Software Implementation: The robot is implemented
using simple open source technologies. For
communications a modified XBEE module is used. The
heart of robot is programmable Arduino UNO. Arduino is
an open source embedded system that provides a low cost
interface between high level softwareandrobothardware.
In this software, we can also used matlab software. Matlab
helps to create and easier interface and processing data
from sensors easily.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3578
3. WORKING
The main controlling unit of this robot is ARDUINO, which
is connected with fire sensing unit The fire sensing unit
consist of temperature sensor, smoke sensor and gas
sensor. The robot consist of wireless camera which will
transfer front view of robot to the receiving unit , which is
controlled by user . The receiving unit consist of XBEE
arduino computer and camera receiving unit. By operating
GUI and looking at front view of the camera the operator of
robot can take decision and operate robot as per his
decision.
Fig: Prototype
The robot unitalsoconsist ofmotorsandmotordrivingunit
L298 as per the requirement arduino can control the
motors. When the sensing unit dataisabovethresholdlevel
i.e. high temp and smoke is detected the sprinkler will be
switched on. This unit consist of sprinkler pump, water
tank, relay and relay driver circuit. The robot unitsupplied
with powered with battery of specification 12 v,1.2amp.
The main brain of this project is the Arduino, but in-order
to sense fire we use the fire sensor (Temp sensor) that is
shown below which is used to detect the fire. the output
pin (DO) will give 0V(LOW) and if the is no fire the output
pin will be 5V(HIGH). So, we place three such sensors in
three directions of the robottosenseon whichdirectionthe
fire is burning.
We detect the direction of the fire we can use the motors to
move near the fire by driving our motors throughtheL298.
When near a fire we have to put it out using water. Using a
small container we can carry water, a 5V pump is also
placed in the container we can control the direction in
which the water has to be sprayed. Let’s proceed with the
connections now[4].
4. CONCLUSION
Fire causes tremendous damage and lossof human lifeand
property. Recently, inorder to cope with such catastrophic
accidents, research on fire-fighting robots has been carried
out inmanycountries. Itissometimesimpossibleforrobots
in dangerous places, robust radio communication systems
are one of the important Components of the robots. The
movement of the robot is controlled by the sensors which
are fixed on the mobile platform. Experimental results are
carried out for a four wheel mobile robot to illustrate the
proposed methodology.Theresultsshowthattheproposed
robot model is successfully implemented.
In conclusion, our approachofmodulardesignstrategywas
a good solution in implementing the firefighting robot as it
made it easier for individuals to work on their tasks
independently. The extensiveuseof ArduinoUNOsensured
the integration step to be simpler. There were still some
problems at integration step but they were solved easily
because debuggingcan bedone on each module.Therefore,
our final model of the robot can successfully find “fire” and
reach it without running into obstacles. Throughout the
project, our technical knowledge was put to practical use
and hence learnt many technical skills.
REFERENCES
1. K. Altaf, A. Akbar and B. Ijaz, "Design and
Construction of an Autonomous Fire Fighting
Robot," 2007 International Conference on
Information and Emerging Technologies,Karachi,
2007, pp. 1-5. doi: 10.1109/ICIET.2007.4381341
2. J. Suresh, "Fire-fighting robot," 2017International
Conference on Computational IntelligenceinData
Science(ICCIDS), Chennai, 2017, pp. 1-4. doi:
10.1109/ICCIDS.2017.8272649
3. A. Hassanein, M. Elhawary, N. Jaber andM.El-Abd,
"An autonomous firefighting robot," 2015
International Conference on Advanced Robotics
(ICAR), Istanbul, 2015, pp. 530-535. doi:
10.1109/ICAR.2015.7251507
4. J. S. C. Bose, M. Mehrez, A. S. Badawy, W. Ghribi, H.
Bangali andA.Basha,"Developmentanddesigning
of fire fighter robotics using cyber security," 2017
2nd International Conference on Anti-Cyber
Crimes (ICACC), Abha, 2017, pp. 118-122.
doi: 10.1109/Anti-Cybercrime.2017.7905275
5. B. S. Sampath, "Automatic fire extinguisher
robot," 2011 8th International Conference on
Ubiquitous Robots and Ambient Intelligence
(URAI), Incheon, 2011, pp. 215-218. doi:
10.1109/URAI.2011.6145964
6. S. Dearie, K. Fisher, B. Rajala and S. Wasson,
"Design and construction of a fully autonomous
fire fighting robot," Proceedings: Electrical
InsulationConferenceandElectricalManufacturing
and Coil Winding Conference (Cat. No.01CH37264),
Cincinnati, OH, USA, 2001,pp.303-310.
doi: 10.1109/EEIC.2001.965638

More Related Content

PPTX
Automatic Fire Fighting Robot by St John College
PPTX
Fire fighting robot using arduino
DOCX
Fire Detector And Extinguisher Robot- Project Report
PPTX
Automatic fire fighting robot
PPTX
Fire fighting robot
PPTX
fire fighting robot
PPT
Fire fighting Robot
DOCX
Fire fighting robot remotely operated
Automatic Fire Fighting Robot by St John College
Fire fighting robot using arduino
Fire Detector And Extinguisher Robot- Project Report
Automatic fire fighting robot
Fire fighting robot
fire fighting robot
Fire fighting Robot
Fire fighting robot remotely operated

What's hot (20)

DOCX
Fire fighting Robot
PPT
Fire Fighting Robot by saurabh
PPTX
Internet of Things (IoT) Based Smart Security & Home Automation System.
PPTX
Fire Fighting Robot
DOC
Industrial training report of embedded system and robotics
PPTX
PIR sensing with arduino
PPTX
Fire Fighting Robotic Vehicle
PDF
Bluetooth based home automation system
PPTX
Gesture control car
PPTX
VOICE OPERATED WHEELCHAIR
PDF
Obstacle Avoidance Robot
PPTX
Obstacle Avoidance Robot
DOCX
Home automation with arduino
PDF
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
PPTX
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
PPTX
Wireless robot ppt
PPTX
GSM-BASED-HOME-AUTOMATION-PPT
DOCX
Wireless E-Notice Board Using Bluetooth Report.docx
PPTX
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
PPTX
Fire fighting robot ppt
Fire fighting Robot
Fire Fighting Robot by saurabh
Internet of Things (IoT) Based Smart Security & Home Automation System.
Fire Fighting Robot
Industrial training report of embedded system and robotics
PIR sensing with arduino
Fire Fighting Robotic Vehicle
Bluetooth based home automation system
Gesture control car
VOICE OPERATED WHEELCHAIR
Obstacle Avoidance Robot
Obstacle Avoidance Robot
Home automation with arduino
BLUETOOTH CONTROL ROBOT WITH ANDROID APPLICATION
ACCIDENT PREVENTION AND SECURITY SYSTEM FOR AUTOMOBILES
Wireless robot ppt
GSM-BASED-HOME-AUTOMATION-PPT
Wireless E-Notice Board Using Bluetooth Report.docx
CONTROLLING HOME APPLIANCES WITH IOT,BLYNK APP & NODE MCU
Fire fighting robot ppt
Ad

Similar to IRJET- Fire Fighting Robot using Arduino (20)

PDF
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
PDF
Fire Fighting Robot using Arduino and Motor Drivers with Obstacle Detection
PDF
IRJET- An Analytic Study on Fire Fighting Robot
PDF
IRJET - Fire Fighting Robot
PDF
IRJET- Design & Implementation of RF based Fire Fighting Robot
PDF
A Novel Camera Based Mobile Robot With Obstacle Avoidance And Fire Extinguish...
PDF
Arduino Based Autonomous Fire Fighting Robot
PDF
IRJET- Automatic Fire Extinguishing Robot without Manual Control
PDF
519209623-FIRE-FIGHTING-ROBOT-mini-project.pdf
PDF
519209623-FIRE-FIGHTING-ROBOT-mini-project (1).pdf
PPTX
AN IOT BASED FIRE FIGHTING ROBOT USING ARDUINO MICROCONTROLLER-PPT.pptx
DOCX
PIC based automatic fire fighting robot
PPTX
Fire Fighting Robot using arduino UNO PPT
PDF
Scientific findings presentationaksdajsa.pdf
PPTX
Presentation1-2-1.pptx 122344322344322222
PPTX
anyone can control the robot remotely by
PDF
Fire Fighting Robot System
PDF
Surveillance Fire Fighting Robot
PDF
360 Degree Automated Fire Fighting Robotic Platform
PDF
IRJET - GSM based Fire Extinguishing System
IRJET- A Review on Implementation of a Fire Fighting Robot using Arduino
Fire Fighting Robot using Arduino and Motor Drivers with Obstacle Detection
IRJET- An Analytic Study on Fire Fighting Robot
IRJET - Fire Fighting Robot
IRJET- Design & Implementation of RF based Fire Fighting Robot
A Novel Camera Based Mobile Robot With Obstacle Avoidance And Fire Extinguish...
Arduino Based Autonomous Fire Fighting Robot
IRJET- Automatic Fire Extinguishing Robot without Manual Control
519209623-FIRE-FIGHTING-ROBOT-mini-project.pdf
519209623-FIRE-FIGHTING-ROBOT-mini-project (1).pdf
AN IOT BASED FIRE FIGHTING ROBOT USING ARDUINO MICROCONTROLLER-PPT.pptx
PIC based automatic fire fighting robot
Fire Fighting Robot using arduino UNO PPT
Scientific findings presentationaksdajsa.pdf
Presentation1-2-1.pptx 122344322344322222
anyone can control the robot remotely by
Fire Fighting Robot System
Surveillance Fire Fighting Robot
360 Degree Automated Fire Fighting Robotic Platform
IRJET - GSM based Fire Extinguishing System
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...

Recently uploaded (20)

PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Geodesy 1.pptx...............................................
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
additive manufacturing of ss316l using mig welding
PPT
Project quality management in manufacturing
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
737-MAX_SRG.pdf student reference guides
PDF
PPT on Performance Review to get promotions
PPTX
Current and future trends in Computer Vision.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Automation-in-Manufacturing-Chapter-Introduction.pdf
573137875-Attendance-Management-System-original
Internet of Things (IOT) - A guide to understanding
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
III.4.1.2_The_Space_Environment.p pdffdf
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Foundation to blockchain - A guide to Blockchain Tech
Fundamentals of safety and accident prevention -final (1).pptx
Geodesy 1.pptx...............................................
UNIT-1 - COAL BASED THERMAL POWER PLANTS
additive manufacturing of ss316l using mig welding
Project quality management in manufacturing
R24 SURVEYING LAB MANUAL for civil enggi
737-MAX_SRG.pdf student reference guides
PPT on Performance Review to get promotions
Current and future trends in Computer Vision.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk

IRJET- Fire Fighting Robot using Arduino

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3577 Fire Fighting Robot Using Arduino Komal N. Ambadkar1, Vaishnavee A. Gorte2, Shravasti M. Rekhate3, Renuka D. Nichit4, Pratik A. Gaupal5, P. K .Khedkar6 1,2,3,4,5Student, P. R. Patil College of Engineering & Technology, Amravati, India 6Professor, Dept. of Electrical Engineering, P. R. Patil College of Engineering & Technology, Amravati, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The project is designed to develop a fire fighting robot usingXBEE module for remote operation. The robotic vehicle is loaded with water tanker and a pump which is controlled over wireless communication to throw water. An Arduino is used for the desired operation. At the transmitting end using GUI, commands are sent to the receiver to control the movement of the robot either to move forward, backward and left or right etc. Atthe receiving end three motors are interfaced to Arduino UNO where two of them are used for the movement of the vehicle and remaining one for the pump .The RF transmitter act as a RF remote control that has the advantage of adequate range (up to 300 meters) with proper antenna, while the receiver decodes before feeding it to another Arduino UNO to drive DC motors via motor driver IC for necessary work.Thewhole operation iscontrolled by an ArduinoUNO. Amotordriver IC is interfaced to the Arduino UNO through which the controller drives the motors. Further the project is modified by interfacing it with a wireless camera so that the person controlling it can view operation of the robot remotely on a screen. 1. INTRODUCTION Advances in economic growth in modern industrialized society have resulted in factories complex office buildings and dense apartment blocks located inmetropolitanareas. When a fire occurs in such places, fire-fighting is difficult due to mazes of crowed buildings, high temperatures, smoke and the danger of explosion. Fire causes enormous damage to life and property. Current fire-fighting systems are based on humans using water guns andchemical fire repressionsystems.However, humans cannot work effectively inall fireenvironments.In this case, it is desirable to extinguish a fire quickly using fire- fighting robots. Recently, in order to cope with catastrophic firerelatedaccidents,researchonfire-fighting robots has advanced inmany countriesFire-fightingrobots are operated in places where fire-fighters are not able to work. Hence, it is desirable to control firefighting robots using a remote control system located away from the fire. In order to control fire-fighting robots in remote places, robust radio communication systems are necessary. The robot is monitored through a wireless camera present on it’s top from the remotely situated control station using XBEE module. Thus according to the status of the various sensors of the robot, user can take required action. With the development in the field of robotics, human intrusion has become less and robots are being widely used for safety purpose. In our day-to-day life, fire accidents have become common and sometimes may lead to hazards that make it hard for the firemen to protect human life. In such cases, a fire fighting robot is used to guard human lives, wealth, and surroundings from the fire accidents.[2] This fire fighting robot project is an advanced project for engineering students, who are interested in robotics. This project incorporates RF technology for remote operation and also uses 8051 microcontroller. A fire-fighting robotis capable of detecting fire if a house catches fire while someone in the house is either sleeping or not present in the house. 2. IMPLEMENTATION There are several components and technologies that have been used to implement the robot. The implementation of project consists of two parts. 1] Hardware Implementation: The robot is constructed from scratch using plywood frame work. Using plywood from the framework is desirable for its stability and strength. Build a chassis such that the robot has to enough space for the water can and all the electronic components equipments that required for this project. The chassisuses four rubber dummy wheels. Fixed two dc motor on each side at the bottom and water can between two plywood frame. The sensors have to be fixed in front of the robot such way that sensors can detect the flame in front of the robot. Design the PCB and mounted all electronic components on it. The outlet of the water pump should be fixed at center of the robot facing towards front of the robot. Wireless camera is for user to detect the fire. 2] Software Implementation: The robot is implemented using simple open source technologies. For communications a modified XBEE module is used. The heart of robot is programmable Arduino UNO. Arduino is an open source embedded system that provides a low cost interface between high level softwareandrobothardware. In this software, we can also used matlab software. Matlab helps to create and easier interface and processing data from sensors easily.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3578 3. WORKING The main controlling unit of this robot is ARDUINO, which is connected with fire sensing unit The fire sensing unit consist of temperature sensor, smoke sensor and gas sensor. The robot consist of wireless camera which will transfer front view of robot to the receiving unit , which is controlled by user . The receiving unit consist of XBEE arduino computer and camera receiving unit. By operating GUI and looking at front view of the camera the operator of robot can take decision and operate robot as per his decision. Fig: Prototype The robot unitalsoconsist ofmotorsandmotordrivingunit L298 as per the requirement arduino can control the motors. When the sensing unit dataisabovethresholdlevel i.e. high temp and smoke is detected the sprinkler will be switched on. This unit consist of sprinkler pump, water tank, relay and relay driver circuit. The robot unitsupplied with powered with battery of specification 12 v,1.2amp. The main brain of this project is the Arduino, but in-order to sense fire we use the fire sensor (Temp sensor) that is shown below which is used to detect the fire. the output pin (DO) will give 0V(LOW) and if the is no fire the output pin will be 5V(HIGH). So, we place three such sensors in three directions of the robottosenseon whichdirectionthe fire is burning. We detect the direction of the fire we can use the motors to move near the fire by driving our motors throughtheL298. When near a fire we have to put it out using water. Using a small container we can carry water, a 5V pump is also placed in the container we can control the direction in which the water has to be sprayed. Let’s proceed with the connections now[4]. 4. CONCLUSION Fire causes tremendous damage and lossof human lifeand property. Recently, inorder to cope with such catastrophic accidents, research on fire-fighting robots has been carried out inmanycountries. Itissometimesimpossibleforrobots in dangerous places, robust radio communication systems are one of the important Components of the robots. The movement of the robot is controlled by the sensors which are fixed on the mobile platform. Experimental results are carried out for a four wheel mobile robot to illustrate the proposed methodology.Theresultsshowthattheproposed robot model is successfully implemented. In conclusion, our approachofmodulardesignstrategywas a good solution in implementing the firefighting robot as it made it easier for individuals to work on their tasks independently. The extensiveuseof ArduinoUNOsensured the integration step to be simpler. There were still some problems at integration step but they were solved easily because debuggingcan bedone on each module.Therefore, our final model of the robot can successfully find “fire” and reach it without running into obstacles. Throughout the project, our technical knowledge was put to practical use and hence learnt many technical skills. REFERENCES 1. K. Altaf, A. Akbar and B. Ijaz, "Design and Construction of an Autonomous Fire Fighting Robot," 2007 International Conference on Information and Emerging Technologies,Karachi, 2007, pp. 1-5. doi: 10.1109/ICIET.2007.4381341 2. J. Suresh, "Fire-fighting robot," 2017International Conference on Computational IntelligenceinData Science(ICCIDS), Chennai, 2017, pp. 1-4. doi: 10.1109/ICCIDS.2017.8272649 3. A. Hassanein, M. Elhawary, N. Jaber andM.El-Abd, "An autonomous firefighting robot," 2015 International Conference on Advanced Robotics (ICAR), Istanbul, 2015, pp. 530-535. doi: 10.1109/ICAR.2015.7251507 4. J. S. C. Bose, M. Mehrez, A. S. Badawy, W. Ghribi, H. Bangali andA.Basha,"Developmentanddesigning of fire fighter robotics using cyber security," 2017 2nd International Conference on Anti-Cyber Crimes (ICACC), Abha, 2017, pp. 118-122. doi: 10.1109/Anti-Cybercrime.2017.7905275 5. B. S. Sampath, "Automatic fire extinguisher robot," 2011 8th International Conference on Ubiquitous Robots and Ambient Intelligence (URAI), Incheon, 2011, pp. 215-218. doi: 10.1109/URAI.2011.6145964 6. S. Dearie, K. Fisher, B. Rajala and S. Wasson, "Design and construction of a fully autonomous fire fighting robot," Proceedings: Electrical InsulationConferenceandElectricalManufacturing and Coil Winding Conference (Cat. No.01CH37264), Cincinnati, OH, USA, 2001,pp.303-310. doi: 10.1109/EEIC.2001.965638