SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 183
A FUSION OF IoT BASED GAS LEAKAGE DETECTION
Reshma R1 , Shri Laxmi H S2, Srisandiya S3 , Varsha S4
1,2,3,4 UG Students, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India.
---------------------------------------------------------------------***-----------------------------------------------------------
Abstract - The objective of this project is to detect the gas
leakage through the utilization of IoT technique. Gas
leakage is a major problem in the industrial sector,
residential premises, etc. Nowadays, home security has
become a major issue because of increasing gas leakage.
One of the preventive methods to stop accidents associated
with the gas leakage is to install a gas leakage detection
kit at vulnerable places. The aim of this paper is to propose
and discuss a design of a gas leakage detection system that
can automatically detect the leakage of gas with the help of
MQ-2 sensor and alert the user through buzzer and
message. This proposed system also includes some
preventive measures like opening the ventilation with the
help of servo motor and shutting down of the power using
relays.
Key Words: IoT, MQ-2 Sensor, Servo Motor, Relays,
Node MCU
1. INTRODUCTION
All around the world and in our country, gas is the most
effective, efficient, environment-friendly fossil fuel for
cooking and heating in our homes, restaurants, and
many other institutions. And they are known as natural
gas and liquefied petroleum gas (LPG). Both of them are
the novel compositions of hydrocarbon gases. And those
mixtures of hydrocarbons are so much flammable, and
any mishap of those hydrocarbons is so much perilous.
These two types of gases can be detected by using the
gas sensor MQ2 or MQ4.In our country, most people in big
cities use natural gas for their cooking purpose. People
from rural areas use LPG for their household cooking.
.Gas leakage leads to various accidents resulting in both
material loss and human injuries. The number of deaths
due to explosion of gas cylinders has been increasing in
recent years.The reason for such explosion is due to
substandard cylinders, old valves, worn out regulators
and lack of awareness in handling gas cylinders. There
are numerous answers for fireplace accidents that
agencies continually endorse. Smoke detectors , hearth
alarms,hearth extinguishers and sprinklers are example
of those gadgets. Liquefied petroleum fuel is constituent
of butane and propane gases, which can be distinctly
inflammable is nature. The LPG is an odourless gasoline
and hence the addition Ethanethiol allows it to show
case a smell throughout its leakage. An ideal gasoline
sensor may be used to feel the leakage of an LPG from
cars, industries ,homes and different residential
regions. If there is a leakage of LPG, we will effortlessly
perceive by using its concentration through the heating
and cooking . As a result a protection primarily based
LPG detection system is crucial to provide alertness,
protection and protection from any harmful fuel
leakage injuries. . The preventive measures to avoid
explosion is also taken like opening the windows and
shutting down of the power.
2. RELATED WORKS
Hilton Paul, Mohammad Khalid Saifullah, Md. Monirul
Kabir proposed a project which aims to help LPG user by
notifying on any unnoticed gas emission or leakage
accident through alarming them as well as creating
opportunities for them to take critical and immediate
actions; it will immediately turn on a ventilation system
for the leaked gas to pass out. The system includes a GSM
module, which makes the user or owner of the place
observant by sending a text message on their
phones[1].Athish Subramanian, Naveen Selvam, Rajkumar
S, R Mahalakshmi , J Ramprabhakar are the authors who
discussed about the gas leakage detection system using
Iot with Integrated notifications using pushbullet.In this
article, Gas leakage detection system usingMQ5 gas sensor
and arduino uno controller is incorporated with a cloud
storage for data collection and also used for storing and
analyzing data. Gas leaked is converted from Parts Per
Million (PPM) to volts through the arduino IDE and results
in notifying the user when the threshold limit is
crossed,through the internet and also through a buzzer
/LED for physical notification[2].Md. Rakibul Islam, Abdul
Matin, Md. Saifullah Siddiquee discussed a Real-time gas
leakage detection and LoRa wireless communication
technology- based notification system are accompanied by
the multistage safety features in the kitchen as well as in
the house have been inaugurated in this paper. The buzzer
were activated, thereupon a GPS sensor identified the
geographical position of the affected area, and LoRa client
stored the measured data to Ubidots IoT platform,
afterword data was sent to the user and police station,
and eventually, the main power circuit at home was
tripped off, and the exhaust fan was activated for avoiding
further accidents[3].Gautami G. Shingan, S.V.Sambhare are
the authors who discussed about the Smart gas
cylinders.In this project it also detects the leakage of gas
from LPG cylinder using gas sensor which is very sensitive
to detect presence of LPG (composed of mostly butane
and propane)[4].Junaidy B. Sanger, Lanny Sitanayah, Vivie
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 184
D.Kumenap are the authors who discussed about the
paper, develop a wireless system to detect cigarette
smoke, especially each gas component in it.This system
utilises Arduino microcontroller and several sensors,
including MQ-135 , MQ-2 , MQ-7 and MQ- 9 to sense and
collect data, which will be transmitted wirelessly to
Raspberry Pi & using an ESP8266 ESP-01 Wi- Fi module .
Then develop three programs: an Arduino program, a
Python program for Raspberry Pi,and a Hypertext
Preprocessor (PHP) program for the web server[5].
3. METHODOLOGY
The system is divided into three parts which are the
sensing unit, control unit, and output actuator. For the
sensing unit, MQ- 2sensor is used. For the control unit, the
main controller that controls the operation of the system is
the NodeMCU while the smartphone or laptop is used as a
user interface which displays the gas leakage level
,temperature and humidity in the room, presence of human
(output actuator). There are two fire preventing devices
installed in this system which are servo motor which is
used for opening the ventilation, relays which are used for
power off.
The system operation will start with initialization of its
functions. The MQ-2 sensor will take some time to self-
calibrate to get precise data of gas concentration. In the
initial stage if the gas level reaches the threshold of 400
to 500 then the buzzergets on and notifies the user. If the
gas level reaches between 500-600 message alert is send to
the user. If the level reaches between 600 to 700 then the
ventilation will be open with the assitance of servo motor.
And finally when the threshold reaches above 700 the
power will off with the help of relays switch.
The MQ-2 sensor will detect the presence of gas by
using the analog I/O pin. When gas is detected, the analog
I/O pin will send a (High) signal to NodeMCU and then the
NodeMCU will send the signal to the IoT platform where
the IoT platform will trigger a notification to the IoT
application on the user’s smartphone or laptop. In a
normal condition, the analof I/O pin will send a (Low)
signal to the NodeMCU which indicates there is no
presence of gas. The analog I/O pin of the sensor will send
data to the NodeMCU in the form of voltage and the
voltage additional information.
4. PROCEDURE
4.1 Ardunio UNO
Arduino is an open-source electronics platform
based on easy-to-use hardware and software. Arduino
boards are able to read inputs - light on a sensor, a finger
on a button, ora Twitter message - and turn it into an
output - activating a motor, turning on an LED,
publishing something online.
4.2 Node MCU
Node MCU is used as an interface between the
arduino and the cloud. It is used as a path for storing the
data in the cloud from arduino.It is an open source
platform which can connect objects and let data transfer
using the Wi-Fi protocol.
4.3 MQ2 Sensor
MQ2 gas sensor is an electronic sensor used for
sensing the concentration of gases in the air such as
methane, butane, LPG, smoke. It contains a sensing
material whose resistance changes when it comes in
contact with the gas. This change in the value of
resistance is used for the detection of gas.
4.4 Humidity and Temperature sensor
Humidity and temperature measurements with DHT11
sensor. The DHT11 sensor which provides calibrated
digital outputs for temperature and humidity. The
DHT11 sensor uses a proprietary 1-wire protocol which
we will be exploring here and implementing with the
PIC16F628A microcontroller that will receive the
temperature and humidity values from the sensor and
display them on a 16×2 character LCD.
4.5 PIR sensor
Passive infrared (PIR) sensors use a pair of
pyroelectric sensors to detect heat energy in the
surrounding environment. These two sensors sit beside
each other, and when the signal differential between
the two sensors changes (if a person enters the room,
for example), the sensor will engage. That may mean it
triggers an alarm or notifies authority.
4.6 Servo Motor
A Servo Motor is a small device that has an output
shaft. This shaft can be positioned to specific angular
positionsby sending the servo a coded signal. As long as the
coded signal exists on the input line, the servo will
maintain the angular position of the shaft. If the coded
signal changes, the angular position of the shaft changes.
4.7 Relays
A relay is an electrically operated switch. It consists
of a set of input terminals for a single or multiple control
signals, and a set of operating contact terminals. The
switch may have any number of contacts in multiple
contact forms such as make contacts and break contacts.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 185
 The first part of this project is to design alarm
circuit to be equipped in the prototype. Whenever
the presence of gas leakage is detected by the
receiver circuit, signals will be sent to the relay
circuit. The alarm system will automatically
triggered to warn users of the leakage.
 Next after the first part, the second part would be
the design of the circuit of emergency shutdown
valve circuit. The Servo Motor will Open the
Windows the source of gas automatically leakage
go out of the room occurs to avoid severe
consequence from this incident.
6. WORKING
A gas detector is a device that detects the presence of
gases in an area, often as part of a safety system. A gas
detector can sound an alarm to operators in the area
where the leak is occurring, giving them the opportunity
to leave. Gas detectors can be used to detect
combustible, flammable and toxic gases, and oxygen
depletion. Second step is make to
sending message to user .Additionally If there is a
continous leakage, then the windows will be opened
using servo motor moreover power will be shut down in
the next level using relay.
7. IMPLEMENTATION
The implemented part of the gas detection shown
below:
FIG-1 MQ-2 GAS AND TEMPERATURE SENSOR
FIC-2 BUZZER
FIG-3 SERVO MOTOR
MQ2
Humidity
Temperature
sensor
PIR
Servo
Buzzer
GPS
Message
IoT
5. BLOCK DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 186
FIG-4 RELAY
FIG-5 LCD DISPLAY
FIG-5 FULL WORKING SYSTEM
a) Sensor MQ-2 is used to sense the gas or smoke
present in the placed atmosphere.
b) When the gas reaches its threshold value
buzzerbe activated to produce the alert sound.
c) If the gas leakage occurred in constant amount,
windows/ doors in the incident spot will be
automatically opened using servomotor to avoid
increasing pressure in closed room.
d) The power supply will be cutoff using relay
mechanism hence there will be no chance to produce
spark and it will avoid firing in theleakage area.
8. DISCUSSION
In this model, we have discussed only about the indication
of gas leakage . This is just the beginning era for the
technology. In this era, itself it has reached the peak of its’
level and also further being developed. Later on, we just
like to enhance this project by adding some specific
features such as not only the indicating leakage but also
opening of the door, switching off of the electricity. We
would like to work on this so that it may helpful for us
to learn more about prevention of flameable gas leakage.
9. CONCLUSION
In recent households, the use of LPG is taking a big troll.
From the use of cylinder up to the use of petroleum
pipelines. The biggest threat in using this technology is
security and our project will prove to be boom for
households and industries. This work has presented a
methodology for gas leak detection in environment using
the current technology. This system is not expensive and
can be installed on every vehicle easily.
10. REFERENCES
[1] The official website Petrobangla (government-
owned national company to explore, produce,
transport, manage and sell oil, natural gas and other
mineral resources of Bangladesh, Accessed on Dec. 4,
2020.
[2] P. C. Mandal, “Gas Leak Detection in Pipelines &
Repairing System of Titas Gas,” Journal of Applied
Engineering, vol. 2, no. 2, February, 2014.
[3] A. Agrawal, and L. Kumar, “IoT based Hazardous
Gas Detection System using AVR
Microcontroller,” International Research Journal of
Engineering and Technology, vol. 4, pp.3068, 2017.
[4] M. Newlin, and V. Venkatesa, “IoT Based Smart
System for Controlling Co2 Emission,” International
Journal of Scientific Research in Computer Science,
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 187
Engineering and Information Technology, vol. 2, no.
2, 2017.
[5] J. Patil, J. Nadagouda, K. Hulloli, S. Harugeri, and
S. ankali, “IoT Based Air Pollution Level Monitoring
and LPG Cylinder Regulation and Security System,”
International Journal of Engineering Science and
Computing, vol. 7, no. 5, pp. 12541- 1243, May 2017.
[6] The official website of the Titas Gas
Transmission and Distribution Company of natural
gas distributor in Bangladesh, Accessed on
Dec.4,2020.
[7] R. K. Kodali , T. Devi , and S. C. Rajanarayanan,
“IOT Based Automatic LPG Gas Booking And Leakage
Detection System,” International Conference on
Advanced Computing (ICAC), Chennai, India 2019.
[8] V. Suma , R. R. Shekar , and K. A. Akshay, “Gas
Leakage Detection Based on IOT,” International
conference on Electronics, Communication and
Aerospace Technology (ICECA), Coimbatore, India,
June 2019.
[9] V. Naren, and P. Indrajith “Intelligent Gas Leakage
Detection System with IoT,” International Journal of
Advanced Research in Electrical, Electronics and
Instrumentation Engineering, vol. 7, no. 12, December
2018.
[10] Mahesh, S. Kholgade, Puja, S. Dukare, Minal
and P. Mahajan, “LPG Leakage Detection and Control
System by Using Microcontroller,” International
Journal of Research in Advent Technology, April 2017.
[11] R. Salmani, and Bonfring “LPG Gas Leakage
Detection & control System,” International Journal of
Software Engineering and Soft Computing, vol. 6,
October 2016.
[12] H. H. Yan, and Y. Rahayu, “Design and
Developmentof Gas Leakage Monitoring System using
Arduino and ZigBee,” International Conference on
Electrical Engineering, Computer Science and
Informatics, Yogyakarta, Indonesia, August 2014.
[13] Akshay, and D. Prabhu, “Gas Leak Detector using
Arduino UNO Microcontroller,” International Journal
for Research in Applied Science &

More Related Content

Similar to A FUSION OF IoT BASED GAS LEAKAGE DETECTION

Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...
Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...
Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...IRJET Journal
 
Embedding Realtime Multilevel Gas Leakage Control System
Embedding Realtime Multilevel Gas Leakage Control SystemEmbedding Realtime Multilevel Gas Leakage Control System
Embedding Realtime Multilevel Gas Leakage Control SystemIRJET Journal
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET 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
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring SystemIRJET Journal
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET Journal
 
IRJET- Online Monitoring of Air Pollution using IoT
IRJET- Online Monitoring of Air Pollution using IoTIRJET- Online Monitoring of Air Pollution using IoT
IRJET- Online Monitoring of Air Pollution using IoTIRJET 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
 
Gas Leakage Detection Using IoT
Gas Leakage Detection Using IoTGas Leakage Detection Using IoT
Gas Leakage Detection Using IoTIRJET Journal
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...IRJET 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
 
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
 
LPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineersLPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineerssreenienaganti
 
IOT SMOKE DETECTION SYSTEM USING ARDUINO
IOT SMOKE DETECTION SYSTEM USING ARDUINOIOT SMOKE DETECTION SYSTEM USING ARDUINO
IOT SMOKE DETECTION SYSTEM USING ARDUINOIRJET Journal
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET Journal
 
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTIONIOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTIONIRJET Journal
 
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIRJET Journal
 
IRJET- Gas Leakage Detection and Controlling System
IRJET-  	  Gas Leakage Detection and Controlling SystemIRJET-  	  Gas Leakage Detection and Controlling System
IRJET- Gas Leakage Detection and Controlling SystemIRJET Journal
 

Similar to A FUSION OF IoT BASED GAS LEAKAGE DETECTION (20)

Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...
Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...
Gas Leakage Detection, Prediction & Alert System Using Raspberry Pi & Cloud C...
 
Embedding Realtime Multilevel Gas Leakage Control System
Embedding Realtime Multilevel Gas Leakage Control SystemEmbedding Realtime Multilevel Gas Leakage Control System
Embedding Realtime Multilevel Gas Leakage Control System
 
IRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoTIRJET- Air Pollution Monitporing System with IoT
IRJET- Air Pollution Monitporing System with IoT
 
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
 
IRJET - IoT based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring System
 
ART20204396.pdf
ART20204396.pdfART20204396.pdf
ART20204396.pdf
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 
IRJET- Online Monitoring of Air Pollution using IoT
IRJET- Online Monitoring of Air Pollution using IoTIRJET- Online Monitoring of Air Pollution using IoT
IRJET- Online Monitoring of Air Pollution using IoT
 
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...
 
Gas Leakage Detection Using IoT
Gas Leakage Detection Using IoTGas Leakage Detection Using IoT
Gas Leakage Detection Using IoT
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 
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...
 
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...
 
LPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineersLPG GAS DETECTOR presentation for engineers
LPG GAS DETECTOR presentation for engineers
 
IOT SMOKE DETECTION SYSTEM USING ARDUINO
IOT SMOKE DETECTION SYSTEM USING ARDUINOIOT SMOKE DETECTION SYSTEM USING ARDUINO
IOT SMOKE DETECTION SYSTEM USING ARDUINO
 
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...IRJET-  	  AI to Analyze and Extract Data to Gain Insights About the Spread o...
IRJET- AI to Analyze and Extract Data to Gain Insights About the Spread o...
 
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTIONIOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
 
GSM BASED GAS LEAKAGE DETECTION SYSTEM
GSM BASED GAS LEAKAGE DETECTION SYSTEMGSM BASED GAS LEAKAGE DETECTION SYSTEM
GSM BASED GAS LEAKAGE DETECTION SYSTEM
 
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROIDIOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
IOT BASED SMART LPG GAS DETECTOR ROBOT CONTROL BY ANDROID
 
IRJET- Gas Leakage Detection and Controlling System
IRJET-  	  Gas Leakage Detection and Controlling SystemIRJET-  	  Gas Leakage Detection and Controlling System
IRJET- Gas Leakage Detection and Controlling System
 

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

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 

A FUSION OF IoT BASED GAS LEAKAGE DETECTION

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 183 A FUSION OF IoT BASED GAS LEAKAGE DETECTION Reshma R1 , Shri Laxmi H S2, Srisandiya S3 , Varsha S4 1,2,3,4 UG Students, Department of IT, SRM Valliammai Engineering College, Tamilnadu, India. ---------------------------------------------------------------------***----------------------------------------------------------- Abstract - The objective of this project is to detect the gas leakage through the utilization of IoT technique. Gas leakage is a major problem in the industrial sector, residential premises, etc. Nowadays, home security has become a major issue because of increasing gas leakage. One of the preventive methods to stop accidents associated with the gas leakage is to install a gas leakage detection kit at vulnerable places. The aim of this paper is to propose and discuss a design of a gas leakage detection system that can automatically detect the leakage of gas with the help of MQ-2 sensor and alert the user through buzzer and message. This proposed system also includes some preventive measures like opening the ventilation with the help of servo motor and shutting down of the power using relays. Key Words: IoT, MQ-2 Sensor, Servo Motor, Relays, Node MCU 1. INTRODUCTION All around the world and in our country, gas is the most effective, efficient, environment-friendly fossil fuel for cooking and heating in our homes, restaurants, and many other institutions. And they are known as natural gas and liquefied petroleum gas (LPG). Both of them are the novel compositions of hydrocarbon gases. And those mixtures of hydrocarbons are so much flammable, and any mishap of those hydrocarbons is so much perilous. These two types of gases can be detected by using the gas sensor MQ2 or MQ4.In our country, most people in big cities use natural gas for their cooking purpose. People from rural areas use LPG for their household cooking. .Gas leakage leads to various accidents resulting in both material loss and human injuries. The number of deaths due to explosion of gas cylinders has been increasing in recent years.The reason for such explosion is due to substandard cylinders, old valves, worn out regulators and lack of awareness in handling gas cylinders. There are numerous answers for fireplace accidents that agencies continually endorse. Smoke detectors , hearth alarms,hearth extinguishers and sprinklers are example of those gadgets. Liquefied petroleum fuel is constituent of butane and propane gases, which can be distinctly inflammable is nature. The LPG is an odourless gasoline and hence the addition Ethanethiol allows it to show case a smell throughout its leakage. An ideal gasoline sensor may be used to feel the leakage of an LPG from cars, industries ,homes and different residential regions. If there is a leakage of LPG, we will effortlessly perceive by using its concentration through the heating and cooking . As a result a protection primarily based LPG detection system is crucial to provide alertness, protection and protection from any harmful fuel leakage injuries. . The preventive measures to avoid explosion is also taken like opening the windows and shutting down of the power. 2. RELATED WORKS Hilton Paul, Mohammad Khalid Saifullah, Md. Monirul Kabir proposed a project which aims to help LPG user by notifying on any unnoticed gas emission or leakage accident through alarming them as well as creating opportunities for them to take critical and immediate actions; it will immediately turn on a ventilation system for the leaked gas to pass out. The system includes a GSM module, which makes the user or owner of the place observant by sending a text message on their phones[1].Athish Subramanian, Naveen Selvam, Rajkumar S, R Mahalakshmi , J Ramprabhakar are the authors who discussed about the gas leakage detection system using Iot with Integrated notifications using pushbullet.In this article, Gas leakage detection system usingMQ5 gas sensor and arduino uno controller is incorporated with a cloud storage for data collection and also used for storing and analyzing data. Gas leaked is converted from Parts Per Million (PPM) to volts through the arduino IDE and results in notifying the user when the threshold limit is crossed,through the internet and also through a buzzer /LED for physical notification[2].Md. Rakibul Islam, Abdul Matin, Md. Saifullah Siddiquee discussed a Real-time gas leakage detection and LoRa wireless communication technology- based notification system are accompanied by the multistage safety features in the kitchen as well as in the house have been inaugurated in this paper. The buzzer were activated, thereupon a GPS sensor identified the geographical position of the affected area, and LoRa client stored the measured data to Ubidots IoT platform, afterword data was sent to the user and police station, and eventually, the main power circuit at home was tripped off, and the exhaust fan was activated for avoiding further accidents[3].Gautami G. Shingan, S.V.Sambhare are the authors who discussed about the Smart gas cylinders.In this project it also detects the leakage of gas from LPG cylinder using gas sensor which is very sensitive to detect presence of LPG (composed of mostly butane and propane)[4].Junaidy B. Sanger, Lanny Sitanayah, Vivie
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 184 D.Kumenap are the authors who discussed about the paper, develop a wireless system to detect cigarette smoke, especially each gas component in it.This system utilises Arduino microcontroller and several sensors, including MQ-135 , MQ-2 , MQ-7 and MQ- 9 to sense and collect data, which will be transmitted wirelessly to Raspberry Pi & using an ESP8266 ESP-01 Wi- Fi module . Then develop three programs: an Arduino program, a Python program for Raspberry Pi,and a Hypertext Preprocessor (PHP) program for the web server[5]. 3. METHODOLOGY The system is divided into three parts which are the sensing unit, control unit, and output actuator. For the sensing unit, MQ- 2sensor is used. For the control unit, the main controller that controls the operation of the system is the NodeMCU while the smartphone or laptop is used as a user interface which displays the gas leakage level ,temperature and humidity in the room, presence of human (output actuator). There are two fire preventing devices installed in this system which are servo motor which is used for opening the ventilation, relays which are used for power off. The system operation will start with initialization of its functions. The MQ-2 sensor will take some time to self- calibrate to get precise data of gas concentration. In the initial stage if the gas level reaches the threshold of 400 to 500 then the buzzergets on and notifies the user. If the gas level reaches between 500-600 message alert is send to the user. If the level reaches between 600 to 700 then the ventilation will be open with the assitance of servo motor. And finally when the threshold reaches above 700 the power will off with the help of relays switch. The MQ-2 sensor will detect the presence of gas by using the analog I/O pin. When gas is detected, the analog I/O pin will send a (High) signal to NodeMCU and then the NodeMCU will send the signal to the IoT platform where the IoT platform will trigger a notification to the IoT application on the user’s smartphone or laptop. In a normal condition, the analof I/O pin will send a (Low) signal to the NodeMCU which indicates there is no presence of gas. The analog I/O pin of the sensor will send data to the NodeMCU in the form of voltage and the voltage additional information. 4. PROCEDURE 4.1 Ardunio UNO Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, ora Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. 4.2 Node MCU Node MCU is used as an interface between the arduino and the cloud. It is used as a path for storing the data in the cloud from arduino.It is an open source platform which can connect objects and let data transfer using the Wi-Fi protocol. 4.3 MQ2 Sensor MQ2 gas sensor is an electronic sensor used for sensing the concentration of gases in the air such as methane, butane, LPG, smoke. It contains a sensing material whose resistance changes when it comes in contact with the gas. This change in the value of resistance is used for the detection of gas. 4.4 Humidity and Temperature sensor Humidity and temperature measurements with DHT11 sensor. The DHT11 sensor which provides calibrated digital outputs for temperature and humidity. The DHT11 sensor uses a proprietary 1-wire protocol which we will be exploring here and implementing with the PIC16F628A microcontroller that will receive the temperature and humidity values from the sensor and display them on a 16×2 character LCD. 4.5 PIR sensor Passive infrared (PIR) sensors use a pair of pyroelectric sensors to detect heat energy in the surrounding environment. These two sensors sit beside each other, and when the signal differential between the two sensors changes (if a person enters the room, for example), the sensor will engage. That may mean it triggers an alarm or notifies authority. 4.6 Servo Motor A Servo Motor is a small device that has an output shaft. This shaft can be positioned to specific angular positionsby sending the servo a coded signal. As long as the coded signal exists on the input line, the servo will maintain the angular position of the shaft. If the coded signal changes, the angular position of the shaft changes. 4.7 Relays A relay is an electrically operated switch. It consists of a set of input terminals for a single or multiple control signals, and a set of operating contact terminals. The switch may have any number of contacts in multiple contact forms such as make contacts and break contacts.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 185  The first part of this project is to design alarm circuit to be equipped in the prototype. Whenever the presence of gas leakage is detected by the receiver circuit, signals will be sent to the relay circuit. The alarm system will automatically triggered to warn users of the leakage.  Next after the first part, the second part would be the design of the circuit of emergency shutdown valve circuit. The Servo Motor will Open the Windows the source of gas automatically leakage go out of the room occurs to avoid severe consequence from this incident. 6. WORKING A gas detector is a device that detects the presence of gases in an area, often as part of a safety system. A gas detector can sound an alarm to operators in the area where the leak is occurring, giving them the opportunity to leave. Gas detectors can be used to detect combustible, flammable and toxic gases, and oxygen depletion. Second step is make to sending message to user .Additionally If there is a continous leakage, then the windows will be opened using servo motor moreover power will be shut down in the next level using relay. 7. IMPLEMENTATION The implemented part of the gas detection shown below: FIG-1 MQ-2 GAS AND TEMPERATURE SENSOR FIC-2 BUZZER FIG-3 SERVO MOTOR MQ2 Humidity Temperature sensor PIR Servo Buzzer GPS Message IoT 5. BLOCK DIAGRAM
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 186 FIG-4 RELAY FIG-5 LCD DISPLAY FIG-5 FULL WORKING SYSTEM a) Sensor MQ-2 is used to sense the gas or smoke present in the placed atmosphere. b) When the gas reaches its threshold value buzzerbe activated to produce the alert sound. c) If the gas leakage occurred in constant amount, windows/ doors in the incident spot will be automatically opened using servomotor to avoid increasing pressure in closed room. d) The power supply will be cutoff using relay mechanism hence there will be no chance to produce spark and it will avoid firing in theleakage area. 8. DISCUSSION In this model, we have discussed only about the indication of gas leakage . This is just the beginning era for the technology. In this era, itself it has reached the peak of its’ level and also further being developed. Later on, we just like to enhance this project by adding some specific features such as not only the indicating leakage but also opening of the door, switching off of the electricity. We would like to work on this so that it may helpful for us to learn more about prevention of flameable gas leakage. 9. CONCLUSION In recent households, the use of LPG is taking a big troll. From the use of cylinder up to the use of petroleum pipelines. The biggest threat in using this technology is security and our project will prove to be boom for households and industries. This work has presented a methodology for gas leak detection in environment using the current technology. This system is not expensive and can be installed on every vehicle easily. 10. REFERENCES [1] The official website Petrobangla (government- owned national company to explore, produce, transport, manage and sell oil, natural gas and other mineral resources of Bangladesh, Accessed on Dec. 4, 2020. [2] P. C. Mandal, “Gas Leak Detection in Pipelines & Repairing System of Titas Gas,” Journal of Applied Engineering, vol. 2, no. 2, February, 2014. [3] A. Agrawal, and L. Kumar, “IoT based Hazardous Gas Detection System using AVR Microcontroller,” International Research Journal of Engineering and Technology, vol. 4, pp.3068, 2017. [4] M. Newlin, and V. Venkatesa, “IoT Based Smart System for Controlling Co2 Emission,” International Journal of Scientific Research in Computer Science,
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 187 Engineering and Information Technology, vol. 2, no. 2, 2017. [5] J. Patil, J. Nadagouda, K. Hulloli, S. Harugeri, and S. ankali, “IoT Based Air Pollution Level Monitoring and LPG Cylinder Regulation and Security System,” International Journal of Engineering Science and Computing, vol. 7, no. 5, pp. 12541- 1243, May 2017. [6] The official website of the Titas Gas Transmission and Distribution Company of natural gas distributor in Bangladesh, Accessed on Dec.4,2020. [7] R. K. Kodali , T. Devi , and S. C. Rajanarayanan, “IOT Based Automatic LPG Gas Booking And Leakage Detection System,” International Conference on Advanced Computing (ICAC), Chennai, India 2019. [8] V. Suma , R. R. Shekar , and K. A. Akshay, “Gas Leakage Detection Based on IOT,” International conference on Electronics, Communication and Aerospace Technology (ICECA), Coimbatore, India, June 2019. [9] V. Naren, and P. Indrajith “Intelligent Gas Leakage Detection System with IoT,” International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, vol. 7, no. 12, December 2018. [10] Mahesh, S. Kholgade, Puja, S. Dukare, Minal and P. Mahajan, “LPG Leakage Detection and Control System by Using Microcontroller,” International Journal of Research in Advent Technology, April 2017. [11] R. Salmani, and Bonfring “LPG Gas Leakage Detection & control System,” International Journal of Software Engineering and Soft Computing, vol. 6, October 2016. [12] H. H. Yan, and Y. Rahayu, “Design and Developmentof Gas Leakage Monitoring System using Arduino and ZigBee,” International Conference on Electrical Engineering, Computer Science and Informatics, Yogyakarta, Indonesia, August 2014. [13] Akshay, and D. Prabhu, “Gas Leak Detector using Arduino UNO Microcontroller,” International Journal for Research in Applied Science &