SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1297
DETECTION OF FIRE AND GAS USING ARDUINO AND
BLUETOOTH MODULE
P. Pushpa1, T. Sudheer Kumar2, P. Bhulaxmi3
1Assistant Professor ECE Dept., St, Martins Engineering College, Dhulapally, Kompally, Secunderabad-500100
2Assistant Professor ECE Dept., St, Martins Engineering College, Dhulapally, Kompally, Secunderabad-500100
3Lecturer, Kamala Nehru Politechnic College, Nampally, Hyderabad
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - This paper describes the design of a home fire alarm with Arduino based system by means of Bluetooth Module. The
paper purposely is for house safety where the main point is to avoid the fire accidents occurred to the residents and the properties
inside the house as well. It utilizes Arduino Uno board in conjunction with ATmega328 chip. The main controller used iscertainly
the ATmega328 which controls the home fire alert subjected to the temperature sensor. An MQ 5 sensor is used to detect the heat
from the fire. An alert message will be sent to the user via short message service (SMS) via Bluetooth module. When the system
detects the gas percentage, it will immediately display an alert notification on LCD display and simultaneously sending an SMS
alert to the users upon the high raise temperature in the house. Results from the test are documented and discussed. Through this
system, it can help users to improve their safety standards by having immediate response in preventing accidents. This will
eventually allow the users to protect their lives and the properties as well from the disaster
Key Words: Arduino, ATmega328, MQ5 Sensor, Bluetooth Module, Uno board.
1. INTRODUCTION
Fire is an undesirable event. Forest fire also known as bush fire or hill fire is an uncontrolledfireoccurringwildorforestareas.
It is very important to detect these kinds of fire as early as possible so as to prevent the damage from it to ecological system.
Every year millions of acres of forest are burnt down. The land where forest is burnt it becomes impossibletogrowvegetation
over there. This is because soil becomes water repellant and accepts nomorewater,leadingtoreductioninground waterlevel.
The global warming report 2008 mention forest fire as one of the major cause behind increase in global warming. In recent
year 2016 more than 4000 hectares of forest were burnt in the hills of Uttarakhand. This shows that these fires cause a great
loss to social wealth as well as human life. So there is an urgent need of the hour to develop a systemthatcoulddetectandalert
the concerned authorities about the fire as early as possible [11]. The fire alarm system proposed in this paper integrates the
use of affordable instruments, connectivity and wireless communication. Thesystemhaslowerpowerconsumption andfaster
processing ability at a lower cost. Already manysolutions hasbeenproposedandimplementedforthisproblem.Thesesystems
make use of one of the following techniques: video surveillance system, video camera sensitive to smoke in day time, cameras
sensitive to fire flame at night, detection of heat flux using IR thermal imaging cameras and LIDAR system which detects the
smoke particles by backscattering of laser light. All thissystemhassomelimitationsduetoatmosphericconditions suchasdust
particles, fog, shadows etc[12]. Another method is the use of Visual Cameras that take snapshots of the foresttodetectthefire.
These cameras were mounted on the top of communication towers [2, 3]. A rotating motor is installed to provide a full round
view of the forest. The images obtained from the camera are processedusingprogram orMATLABcodeandarecomparedwith
the reference images taken at initial stage.
This system also had limitation of high false alarm rate. Also thecostofinstallationofvisual camerasoncommunicationtowers
was very high. Another method is the use of satellite system to detect the forest fire. The main components of the system are
satellite(s) and the base station that collects the data send by the satellite(s) and runs the analyzing algorithm. The raw data
from the satellite(s) is processed and then Advanced Very High Resolution Radiometer (AVHRR) instrument is used to detect
presence of Hot Spots. However the clouds greatly affect the system [4, 5]. Forest Fire Surveillance System which consists of
WSN was also proposed for detection of forest fires in South Korea. The WSN determines the temperature and humidity after
which middleware program and web application analyzes the collected data. However in this approach of detection of forest
fire there was some loss of data during communication [6]. WSN consisting of temperature sensor setup and GPS module was
also proposed for detection of forest fire. In this temperature data was transmitted to base station via primary and main
antenna using satellite. Some of the limitation of systemwasinstallationoftoomanyantennas;continuouspowerwasrequired
to both temperature sensor setup and antennas. In addition to this climatic/seasonal changes can affect the system.
2. PROPOSED SYSTEM
The proposed solution presents a prototype for early forest fire detection. In this system the alert is send to the main
headquarter module via SMS whenever the value of any sensors exceeds its threshold value. Another SMS is also send to the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1298
mobile so that he/she can take necessary action for preventing the fire fromspreading[10].Theblock diagramofourproposed
solution is explained in next section in this section we have explained all the basic componentsusedinourprototypeincluding
sensors and microcontroller.
Fig: 1: Block diagram of proposed method
Hardware components
ARDUINO UNO
Arduino Uno is a microcontroller board developed byArduino.ccwhichisanopen-sourceelectronicsplatformmainlybasedon
AVR microcontroller Atmega328.First Arduino project was started in Interaction Design Institute Ivrea in 2003 by David
Cuartielles and Massimo Banzi with the intention of providing a cheap and flexible way to students and professional for
controlling a number of devices in the real world. The current version of Arduino Uno comeswithUSBinterface,6analoginput
pins, 14 I/O digital ports that are used to connect with external electronic circuits. Out of 14 I/O ports, 6 pins can be used for
PWM output. It allows the designers to control and sense the external electronic devicesinthereal world[8]. Thisboardcomes
with all the features required to run the controller and can be directly connected to the computer through USB cable that is
used to transfer the code to the controller using IDE (Integrated Development Environment) software, mainly developed to
program Arduino.
IDE is equally compatible with Windows, MAC or Linux Systems, however, Windows is preferable to use. Programming
languages like C and C++ are used in IDEApart from USB, battery or AC to DC adapter can also be used to power the board.
Arduino Uno boards are quite similar to other boards in Arduino family in terms ofuseand functionality;however, Unoboards
don’t come with FTDI USB to Serial driver chip. There are many versions of Uno boards available, however, Arduino Nano V3
and Arduino Uno are the most official versions that come with Atmega328 8-bit AVR Atmel microcontroller where RAM
memory is 32KB.When nature and functionality of the task go complex, MicroSDcardcanbeaddedintheboardsto makethem
store more information It is an open source platform where anyone can modifyandoptimizetheboardbasedonthenumber of
instructions and task they want to achieve. This board comes with a built-in regulation feature which keeps the voltage under
control when the device is connected to the external device [1].
Fig: 2: Arduino Uno
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1299
BLUETOOTH MODULE
HC05 module is an easy to use Bluetooth SPP(Serial Port Protocol)module,designedfortransparentwirelessserial connection
setup. The HC-05 Bluetooth Module can be used in a Master or Slave configuration, making it a great solution for wireless
communication. This serial port Bluetooth module is fully qualified Bluetooth V2.0+EDR (Enhanced Data Rate) 3Mbps
Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Blue core 04 External single chip Bluetooth
system with CMOS technology and with AFH (Adaptive Frequency Hopping Feature).
Fig: 3: HC05 Bluetooth module
The Bluetooth module HC-05 is a MASTER/SLAVE module. By default the factory setting is SLAVE. The Role of the module
(Master or Slave) can be configured only by AT COMMANDS. The slave modules cannot initiate a connection to another
Bluetooth device, but can accept connections. Master module can initiate a connection to other devices[3]. The user can use it
simply for a serial port replacement to establish connection between MCU and GPS, PC to your embedded project, etc.
MQ5 SENSOR
The concentration of the gas can be determined by measuring the current discharge in thedevice.TheMQ-5gassensordetects
the presence of various gases such as hydrogen, carbon monoxide,methaneandLPGrangingfrom100ppmto3000ppm. When
a gas interacts with this sensor, it is first ionized into its constituents and is then absorbed by the sensing element. This
absorption creates a potential difference on the element which isconveyedtotheprocessorunitthroughoutputpinsinformof
current. This changes the resistance of the sensing element which alters the value of the current going out of it[4].
Fig: 4. MQ5 Sensor
LIQUID CRYSTAL DISPLAY (LCD)
LCD Displays are dominating LED displays, because these displays can display alphabets, numbers and some kind of special
symbols, whereas LED’s (seven segment display) can display only numbers. These LCD displays are very useful for displaying
user information and communication. LCD displays are available in various formats. Most common are 2 x 16, is thattwolines
with 16 alphanumeric characters. Other formats are 3x16, 2x40, 3x40 etc. In recent years LCD is finding widespread use
replacing LED’s, because of the ability to display numbers, characters, and graphics. Another advantage is, because of its
compactness and ease of programming for characters and graphics, more information in the form of text message or graphics
can be displayed. Generally, the LCD modules have an 8-bit interface, besides the 8-bit data bus; the interface has a few other
control lines. The 8-bit data bus is connected to port ’0’ and the control lines are connected to port‘2’.Thedefaultdata transfer
between the LCD module and an external device is 8-bits, however it is possible to communicate with the LCD module using
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1300
only four of the 8-data lines. The R/W line is connected to ground and hence the processor cannot read any statusinformation
from the LCD module, but can only write data to the LCD[5].
Fig:5. Typical LCD Connection
3. FLOWCHART
Fig: 6. Flowchart
The system is designed for homes, offices, industries etc. In this system, there will be an alert system for everyindividual floor.
It is designed to detect sudden gas leakage. It will contain necessary sensors for detecting gas leakage. When the system will
detect gas leakage for a room it will take following steps.
●Scan Gas & Display in LCD
After activation, the device will continuously scan gas and show the result in the LCD display. If thereisnogas,thenthedisplay
will show - ‘No Gas Leaking’. If there is any gas found, the display will show - ‘Gas leaking’.
●Detection of Gas
If there is presence of any gas the display shows ‘Gas Alert’. Start Alarm
●when the sensor finds any gas leakage in room or where the device is installed, it immediately sends notification on mobile.
There will be an automatic messaging system which will send SMS to two different cell phone numbers.
●Stop Alarm & Reset
If the gas sensor cannot find any gas leakage, then it shows that there is no gas leaking and keeps on scanning for gas.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1301
4. RESULTS
The developed Prototype has been tested to evaluate performance analysis as well as to demonstrate the ability to extinguish
the fire. The Proto type has shown quite good performance to detect and extinguish the fire using MQ5 sensor and developed
fire extinguishing unit.
Fig: 7: Output
Test case 1: When the Prototype is turned ON
When the Prototype is turned on it displays “SMOKE AND GAS DETECTION –ROBOT “and when blue tooth is connected to
smart phone the led on blue tooth module blinks twice. After that the commands are given from the smart phone such as
“FRONT”,”BACK”,”LEFT”,”RIGHT”, the robot moves in respective directions.
● When power supply turn on the LCD display
Fig: 8: When the prototype is on
Test case 2: When the sensor detects gas or smoke
When the sensor detects gas or smoke the LCD will display level of gasdetectedandthebuzzerstartsbuzzingonce thegaslevel
is above 300 and blue tooth module will send message to connected smart phone stating “smoke and gas detected”
Fig: 9: When the Sensor Detects
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1302
5. CONCLUSION
Gas leakage detection system is not used much in Bangladesh. But day by day, its necessity is increasing. Gasleakagedetection
system is commonly use in home, commercial and industrial sectors and high raised buildings also. In this system, we have
described a new approach for gas leakage detection system at a low concentration. The leakage is detectedwiththe helpofgas
sensors. It also sends notification SMS to the users which can alert the users that there is gas leakage in the floor. In the other
view of point, a gas leakage detection system with SMS and alarm is costly device. Some people imported this kind of device
from abroad which is much costly. But the designed project is an Arduino Based Gas Leakage Detector with Short Message
Service and Sound Alarm which is very cost effective and can be made easily.
REFERENCES
[1] L Chun-yuan, “Design of Intelligent Fire Alarm System Based on GSM Network,” no. Iceoe, pp.393–396, 2011.
[2] M Faris, M Fuzi, A F Ibrahim, M. H. Ismail, N. Syakira, and A. Halim, “HOME FADS : A Dedicated Fire Alert Detection System
Using ZigBee Wireless Network,” pp. 53–58, 2014.
[3] L I U Fei, Z Zhe, Y A O Hao-wei, and L Dong, “Application of Aspirating Smoke Detectors at the Fire Earliest Stage,” Procedia
Eng., vol. 52, pp. 671–675, 2013.
[5] H Elbehiery, “Developed Intelligent Fire alarm system,” Jounal Am. Sci., vol. 2, no. August, pp. 1016–1025, 2012.
[6] K Sen, J Sarkar, S Saha, A Roy, D Dey, and S Baitalik, “Automated Fire Detection and Controlling System,” Int. Adv. Res.J.Sci.
Eng. Technol., vol. 2, no. 5, pp. 34–37, 2015.
[7] H Mori, “Configuration-Free Propagation System for Early Fire Alerts,” 2016.
[8] J B dan P Malaysia, “Statistik Kebakaran Mengikut Jenis Kebakaran 2016,” 2016. [Online]. Available:
http://www.data.gov.my/data/ms_MY/dataset/jbpm-statistik-kebakaran-mengikut-jenis-kebakaran-2016.[Accessed:20-Jul-
2017].
[9] Z Jifei, “Intelligent power failure alarm based on ATmega128 and SIM900A,” Knowledge Guide, 2014.
[10] Texas Instruments, “LM35 Precision Centigrade Temperature Sensors,” 2016.
[11] P Y Mulge, “Remote Temperature Monitoring Using LM35 sensor and Intimate Android user via C2DM Service,”vol.2,no.
June, pp. 32–36, 2013.
[12] Michael Barr. "Embedded Systems Glossary". Neutrino Technical Library. Retrieved 2007-04-21.

More Related Content

What's hot

IRJET- Smart Waste Management System using IoT for Smart Cities
IRJET-  	  Smart Waste Management System using IoT for Smart CitiesIRJET-  	  Smart Waste Management System using IoT for Smart Cities
IRJET- Smart Waste Management System using IoT for Smart CitiesIRJET Journal
 
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET-  	  LPG Leakage Detection and Prevention System with GSM AlertIRJET-  	  LPG Leakage Detection and Prevention System with GSM Alert
IRJET- LPG Leakage Detection and Prevention System with GSM AlertIRJET Journal
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipesijtsrd
 
Ijisa v5-n9-10
Ijisa v5-n9-10Ijisa v5-n9-10
Ijisa v5-n9-10Anil Kumar
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET Journal
 
IRJET -Arduino based Gas Leakage Detection for Living Security
IRJET -Arduino based Gas Leakage Detection for Living SecurityIRJET -Arduino based Gas Leakage Detection for Living Security
IRJET -Arduino based Gas Leakage Detection for Living SecurityIRJET Journal
 
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...IRJET Journal
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET Journal
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET Journal
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET Journal
 
IRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET Journal
 
IRJET- Gsm Based Smart Home Automation using Sensors
IRJET-  	  Gsm Based Smart Home Automation using SensorsIRJET-  	  Gsm Based Smart Home Automation using Sensors
IRJET- Gsm Based Smart Home Automation using SensorsIRJET Journal
 
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...IRJET Journal
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET Journal
 
Smart human two wheeler safety system
Smart human two wheeler safety systemSmart human two wheeler safety system
Smart human two wheeler safety systemIRJET Journal
 
IRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET Journal
 
IRJET- Accident Prevention and Alcohol Detection using GSM Module
IRJET-  	  Accident Prevention and Alcohol Detection using GSM ModuleIRJET-  	  Accident Prevention and Alcohol Detection using GSM Module
IRJET- Accident Prevention and Alcohol Detection using GSM ModuleIRJET Journal
 

What's hot (19)

IRJET- Smart Waste Management System using IoT for Smart Cities
IRJET-  	  Smart Waste Management System using IoT for Smart CitiesIRJET-  	  Smart Waste Management System using IoT for Smart Cities
IRJET- Smart Waste Management System using IoT for Smart Cities
 
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
IRJET-  	  LPG Leakage Detection and Prevention System with GSM AlertIRJET-  	  LPG Leakage Detection and Prevention System with GSM Alert
IRJET- LPG Leakage Detection and Prevention System with GSM Alert
 
IoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas PipesIoT Based Detection of Leakages in Gas Pipes
IoT Based Detection of Leakages in Gas Pipes
 
Ijisa v5-n9-10
Ijisa v5-n9-10Ijisa v5-n9-10
Ijisa v5-n9-10
 
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
IRJET- Household IOT based Air Pollution Controlling and Monitoring System us...
 
IRJET -Arduino based Gas Leakage Detection for Living Security
IRJET -Arduino based Gas Leakage Detection for Living SecurityIRJET -Arduino based Gas Leakage Detection for Living Security
IRJET -Arduino based Gas Leakage Detection for Living Security
 
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
Wireless Auto Power Trip System for Liquefied Petroleum Gas Leakage to Improv...
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification System
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two WheelersIRJET- E-Safety System for Two Wheelers
IRJET- E-Safety System for Two Wheelers
 
IRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher Robot
 
IRJET- Gsm Based Smart Home Automation using Sensors
IRJET-  	  Gsm Based Smart Home Automation using SensorsIRJET-  	  Gsm Based Smart Home Automation using Sensors
IRJET- Gsm Based Smart Home Automation using Sensors
 
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...
IRJET- LPG Leakage Detection With Prevention and Automatic Cylinder Booking w...
 
Smart Helmet using IoT
Smart Helmet using IoTSmart Helmet using IoT
Smart Helmet using IoT
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET-  	  Smart Dustbin Container using IoT NotificationIRJET-  	  Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
Smart human two wheeler safety system
Smart human two wheeler safety systemSmart human two wheeler safety system
Smart human two wheeler safety system
 
IRJET- Smart City using IoT
IRJET- Smart City using IoTIRJET- Smart City using IoT
IRJET- Smart City using IoT
 
IRJET- Accident Prevention and Alcohol Detection using GSM Module
IRJET-  	  Accident Prevention and Alcohol Detection using GSM ModuleIRJET-  	  Accident Prevention and Alcohol Detection using GSM Module
IRJET- Accident Prevention and Alcohol Detection using GSM Module
 

Similar to IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module

IRJET- Forest Fire Detection and Alerting System
IRJET- Forest Fire Detection and Alerting SystemIRJET- Forest Fire Detection and Alerting System
IRJET- Forest Fire Detection and Alerting SystemIRJET Journal
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET Journal
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET Journal
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET Journal
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy SavingIRJET Journal
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET Journal
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET Journal
 
Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTIRJET Journal
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET Journal
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air PollutionIRJET Journal
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET Journal
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards
IRJET- IoT Based Smart Security System for Prevention of Industrial HazardsIRJET- IoT Based Smart Security System for Prevention of Industrial Hazards
IRJET- IoT Based Smart Security System for Prevention of Industrial HazardsIRJET Journal
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
 

Similar to IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module (20)

IRJET- Forest Fire Detection and Alerting System
IRJET- Forest Fire Detection and Alerting SystemIRJET- Forest Fire Detection and Alerting System
IRJET- Forest Fire Detection and Alerting System
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoT
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
 
IRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller CounterIRJET- Design and Development of IoT based Geiger Muller Counter
IRJET- Design and Development of IoT based Geiger Muller Counter
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoTIRJET- Vehicle Black Box System using IoT
IRJET- Vehicle Black Box System using IoT
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
Earlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoTEarlier Detection of Forest Fire Using IoT
Earlier Detection of Forest Fire Using IoT
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
 
IRJET- Real Time Monitoring of Air Pollution
IRJET-  	  Real Time Monitoring of Air PollutionIRJET-  	  Real Time Monitoring of Air Pollution
IRJET- Real Time Monitoring of Air Pollution
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards
IRJET- IoT Based Smart Security System for Prevention of Industrial HazardsIRJET- IoT Based Smart Security System for Prevention of Industrial Hazards
IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic Vehicle
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 

Recently uploaded (20)

Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 

IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1297 DETECTION OF FIRE AND GAS USING ARDUINO AND BLUETOOTH MODULE P. Pushpa1, T. Sudheer Kumar2, P. Bhulaxmi3 1Assistant Professor ECE Dept., St, Martins Engineering College, Dhulapally, Kompally, Secunderabad-500100 2Assistant Professor ECE Dept., St, Martins Engineering College, Dhulapally, Kompally, Secunderabad-500100 3Lecturer, Kamala Nehru Politechnic College, Nampally, Hyderabad ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - This paper describes the design of a home fire alarm with Arduino based system by means of Bluetooth Module. The paper purposely is for house safety where the main point is to avoid the fire accidents occurred to the residents and the properties inside the house as well. It utilizes Arduino Uno board in conjunction with ATmega328 chip. The main controller used iscertainly the ATmega328 which controls the home fire alert subjected to the temperature sensor. An MQ 5 sensor is used to detect the heat from the fire. An alert message will be sent to the user via short message service (SMS) via Bluetooth module. When the system detects the gas percentage, it will immediately display an alert notification on LCD display and simultaneously sending an SMS alert to the users upon the high raise temperature in the house. Results from the test are documented and discussed. Through this system, it can help users to improve their safety standards by having immediate response in preventing accidents. This will eventually allow the users to protect their lives and the properties as well from the disaster Key Words: Arduino, ATmega328, MQ5 Sensor, Bluetooth Module, Uno board. 1. INTRODUCTION Fire is an undesirable event. Forest fire also known as bush fire or hill fire is an uncontrolledfireoccurringwildorforestareas. It is very important to detect these kinds of fire as early as possible so as to prevent the damage from it to ecological system. Every year millions of acres of forest are burnt down. The land where forest is burnt it becomes impossibletogrowvegetation over there. This is because soil becomes water repellant and accepts nomorewater,leadingtoreductioninground waterlevel. The global warming report 2008 mention forest fire as one of the major cause behind increase in global warming. In recent year 2016 more than 4000 hectares of forest were burnt in the hills of Uttarakhand. This shows that these fires cause a great loss to social wealth as well as human life. So there is an urgent need of the hour to develop a systemthatcoulddetectandalert the concerned authorities about the fire as early as possible [11]. The fire alarm system proposed in this paper integrates the use of affordable instruments, connectivity and wireless communication. Thesystemhaslowerpowerconsumption andfaster processing ability at a lower cost. Already manysolutions hasbeenproposedandimplementedforthisproblem.Thesesystems make use of one of the following techniques: video surveillance system, video camera sensitive to smoke in day time, cameras sensitive to fire flame at night, detection of heat flux using IR thermal imaging cameras and LIDAR system which detects the smoke particles by backscattering of laser light. All thissystemhassomelimitationsduetoatmosphericconditions suchasdust particles, fog, shadows etc[12]. Another method is the use of Visual Cameras that take snapshots of the foresttodetectthefire. These cameras were mounted on the top of communication towers [2, 3]. A rotating motor is installed to provide a full round view of the forest. The images obtained from the camera are processedusingprogram orMATLABcodeandarecomparedwith the reference images taken at initial stage. This system also had limitation of high false alarm rate. Also thecostofinstallationofvisual camerasoncommunicationtowers was very high. Another method is the use of satellite system to detect the forest fire. The main components of the system are satellite(s) and the base station that collects the data send by the satellite(s) and runs the analyzing algorithm. The raw data from the satellite(s) is processed and then Advanced Very High Resolution Radiometer (AVHRR) instrument is used to detect presence of Hot Spots. However the clouds greatly affect the system [4, 5]. Forest Fire Surveillance System which consists of WSN was also proposed for detection of forest fires in South Korea. The WSN determines the temperature and humidity after which middleware program and web application analyzes the collected data. However in this approach of detection of forest fire there was some loss of data during communication [6]. WSN consisting of temperature sensor setup and GPS module was also proposed for detection of forest fire. In this temperature data was transmitted to base station via primary and main antenna using satellite. Some of the limitation of systemwasinstallationoftoomanyantennas;continuouspowerwasrequired to both temperature sensor setup and antennas. In addition to this climatic/seasonal changes can affect the system. 2. PROPOSED SYSTEM The proposed solution presents a prototype for early forest fire detection. In this system the alert is send to the main headquarter module via SMS whenever the value of any sensors exceeds its threshold value. Another SMS is also send to the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1298 mobile so that he/she can take necessary action for preventing the fire fromspreading[10].Theblock diagramofourproposed solution is explained in next section in this section we have explained all the basic componentsusedinourprototypeincluding sensors and microcontroller. Fig: 1: Block diagram of proposed method Hardware components ARDUINO UNO Arduino Uno is a microcontroller board developed byArduino.ccwhichisanopen-sourceelectronicsplatformmainlybasedon AVR microcontroller Atmega328.First Arduino project was started in Interaction Design Institute Ivrea in 2003 by David Cuartielles and Massimo Banzi with the intention of providing a cheap and flexible way to students and professional for controlling a number of devices in the real world. The current version of Arduino Uno comeswithUSBinterface,6analoginput pins, 14 I/O digital ports that are used to connect with external electronic circuits. Out of 14 I/O ports, 6 pins can be used for PWM output. It allows the designers to control and sense the external electronic devicesinthereal world[8]. Thisboardcomes with all the features required to run the controller and can be directly connected to the computer through USB cable that is used to transfer the code to the controller using IDE (Integrated Development Environment) software, mainly developed to program Arduino. IDE is equally compatible with Windows, MAC or Linux Systems, however, Windows is preferable to use. Programming languages like C and C++ are used in IDEApart from USB, battery or AC to DC adapter can also be used to power the board. Arduino Uno boards are quite similar to other boards in Arduino family in terms ofuseand functionality;however, Unoboards don’t come with FTDI USB to Serial driver chip. There are many versions of Uno boards available, however, Arduino Nano V3 and Arduino Uno are the most official versions that come with Atmega328 8-bit AVR Atmel microcontroller where RAM memory is 32KB.When nature and functionality of the task go complex, MicroSDcardcanbeaddedintheboardsto makethem store more information It is an open source platform where anyone can modifyandoptimizetheboardbasedonthenumber of instructions and task they want to achieve. This board comes with a built-in regulation feature which keeps the voltage under control when the device is connected to the external device [1]. Fig: 2: Arduino Uno
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1299 BLUETOOTH MODULE HC05 module is an easy to use Bluetooth SPP(Serial Port Protocol)module,designedfortransparentwirelessserial connection setup. The HC-05 Bluetooth Module can be used in a Master or Slave configuration, making it a great solution for wireless communication. This serial port Bluetooth module is fully qualified Bluetooth V2.0+EDR (Enhanced Data Rate) 3Mbps Modulation with complete 2.4GHz radio transceiver and baseband. It uses CSR Blue core 04 External single chip Bluetooth system with CMOS technology and with AFH (Adaptive Frequency Hopping Feature). Fig: 3: HC05 Bluetooth module The Bluetooth module HC-05 is a MASTER/SLAVE module. By default the factory setting is SLAVE. The Role of the module (Master or Slave) can be configured only by AT COMMANDS. The slave modules cannot initiate a connection to another Bluetooth device, but can accept connections. Master module can initiate a connection to other devices[3]. The user can use it simply for a serial port replacement to establish connection between MCU and GPS, PC to your embedded project, etc. MQ5 SENSOR The concentration of the gas can be determined by measuring the current discharge in thedevice.TheMQ-5gassensordetects the presence of various gases such as hydrogen, carbon monoxide,methaneandLPGrangingfrom100ppmto3000ppm. When a gas interacts with this sensor, it is first ionized into its constituents and is then absorbed by the sensing element. This absorption creates a potential difference on the element which isconveyedtotheprocessorunitthroughoutputpinsinformof current. This changes the resistance of the sensing element which alters the value of the current going out of it[4]. Fig: 4. MQ5 Sensor LIQUID CRYSTAL DISPLAY (LCD) LCD Displays are dominating LED displays, because these displays can display alphabets, numbers and some kind of special symbols, whereas LED’s (seven segment display) can display only numbers. These LCD displays are very useful for displaying user information and communication. LCD displays are available in various formats. Most common are 2 x 16, is thattwolines with 16 alphanumeric characters. Other formats are 3x16, 2x40, 3x40 etc. In recent years LCD is finding widespread use replacing LED’s, because of the ability to display numbers, characters, and graphics. Another advantage is, because of its compactness and ease of programming for characters and graphics, more information in the form of text message or graphics can be displayed. Generally, the LCD modules have an 8-bit interface, besides the 8-bit data bus; the interface has a few other control lines. The 8-bit data bus is connected to port ’0’ and the control lines are connected to port‘2’.Thedefaultdata transfer between the LCD module and an external device is 8-bits, however it is possible to communicate with the LCD module using
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1300 only four of the 8-data lines. The R/W line is connected to ground and hence the processor cannot read any statusinformation from the LCD module, but can only write data to the LCD[5]. Fig:5. Typical LCD Connection 3. FLOWCHART Fig: 6. Flowchart The system is designed for homes, offices, industries etc. In this system, there will be an alert system for everyindividual floor. It is designed to detect sudden gas leakage. It will contain necessary sensors for detecting gas leakage. When the system will detect gas leakage for a room it will take following steps. ●Scan Gas & Display in LCD After activation, the device will continuously scan gas and show the result in the LCD display. If thereisnogas,thenthedisplay will show - ‘No Gas Leaking’. If there is any gas found, the display will show - ‘Gas leaking’. ●Detection of Gas If there is presence of any gas the display shows ‘Gas Alert’. Start Alarm ●when the sensor finds any gas leakage in room or where the device is installed, it immediately sends notification on mobile. There will be an automatic messaging system which will send SMS to two different cell phone numbers. ●Stop Alarm & Reset If the gas sensor cannot find any gas leakage, then it shows that there is no gas leaking and keeps on scanning for gas.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1301 4. RESULTS The developed Prototype has been tested to evaluate performance analysis as well as to demonstrate the ability to extinguish the fire. The Proto type has shown quite good performance to detect and extinguish the fire using MQ5 sensor and developed fire extinguishing unit. Fig: 7: Output Test case 1: When the Prototype is turned ON When the Prototype is turned on it displays “SMOKE AND GAS DETECTION –ROBOT “and when blue tooth is connected to smart phone the led on blue tooth module blinks twice. After that the commands are given from the smart phone such as “FRONT”,”BACK”,”LEFT”,”RIGHT”, the robot moves in respective directions. ● When power supply turn on the LCD display Fig: 8: When the prototype is on Test case 2: When the sensor detects gas or smoke When the sensor detects gas or smoke the LCD will display level of gasdetectedandthebuzzerstartsbuzzingonce thegaslevel is above 300 and blue tooth module will send message to connected smart phone stating “smoke and gas detected” Fig: 9: When the Sensor Detects
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 01 | Jan 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 1302 5. CONCLUSION Gas leakage detection system is not used much in Bangladesh. But day by day, its necessity is increasing. Gasleakagedetection system is commonly use in home, commercial and industrial sectors and high raised buildings also. In this system, we have described a new approach for gas leakage detection system at a low concentration. The leakage is detectedwiththe helpofgas sensors. It also sends notification SMS to the users which can alert the users that there is gas leakage in the floor. In the other view of point, a gas leakage detection system with SMS and alarm is costly device. Some people imported this kind of device from abroad which is much costly. But the designed project is an Arduino Based Gas Leakage Detector with Short Message Service and Sound Alarm which is very cost effective and can be made easily. REFERENCES [1] L Chun-yuan, “Design of Intelligent Fire Alarm System Based on GSM Network,” no. Iceoe, pp.393–396, 2011. [2] M Faris, M Fuzi, A F Ibrahim, M. H. Ismail, N. Syakira, and A. Halim, “HOME FADS : A Dedicated Fire Alert Detection System Using ZigBee Wireless Network,” pp. 53–58, 2014. [3] L I U Fei, Z Zhe, Y A O Hao-wei, and L Dong, “Application of Aspirating Smoke Detectors at the Fire Earliest Stage,” Procedia Eng., vol. 52, pp. 671–675, 2013. [5] H Elbehiery, “Developed Intelligent Fire alarm system,” Jounal Am. Sci., vol. 2, no. August, pp. 1016–1025, 2012. [6] K Sen, J Sarkar, S Saha, A Roy, D Dey, and S Baitalik, “Automated Fire Detection and Controlling System,” Int. Adv. Res.J.Sci. Eng. Technol., vol. 2, no. 5, pp. 34–37, 2015. [7] H Mori, “Configuration-Free Propagation System for Early Fire Alerts,” 2016. [8] J B dan P Malaysia, “Statistik Kebakaran Mengikut Jenis Kebakaran 2016,” 2016. [Online]. Available: http://www.data.gov.my/data/ms_MY/dataset/jbpm-statistik-kebakaran-mengikut-jenis-kebakaran-2016.[Accessed:20-Jul- 2017]. [9] Z Jifei, “Intelligent power failure alarm based on ATmega128 and SIM900A,” Knowledge Guide, 2014. [10] Texas Instruments, “LM35 Precision Centigrade Temperature Sensors,” 2016. [11] P Y Mulge, “Remote Temperature Monitoring Using LM35 sensor and Intimate Android user via C2DM Service,”vol.2,no. June, pp. 32–36, 2013. [12] Michael Barr. "Embedded Systems Glossary". Neutrino Technical Library. Retrieved 2007-04-21.