You are on page 1of 4

Proceedings of the Fourth International Conference on Inventive Systems and Control (ICISC 2020)

IEEE Xplore Part Number: CFP20J06-ART; ISBN: 978-1-7281-2813-9

Gas Leakage Detection System using IoT with


integrated notifications using Pushbullet-A Review
M Athish Subramanian 1 , Naveen Selvam, Rajkumar S, R Mahalakshmi 2 , J Ramprabhakar 3
Department of Electrical and Electronics Engineering,
Amrita School of Engineering, Bengaluru,
Amrita Vishwa Vidyapeetham,
India.
athishkumar1811@gmail.co m1, d_mahalakshmi@blr.amrita.edu2, j_ramprabhakar@blr.amrita.edu3.

I. Abstract source DBMS and requires increased knowledge on


programming. The use of an intel edison board is very
In the past few years there is a rise in home automation efficient when compared to an arduino uno as the former
systems which benefits the need for people using methods of
operates at a much faster speed with built in peripherals and
Internet of Things (IoT). The main idea of this paper is to
carry out the literature review on IoT based gas detection ample RAM. Due to the lack of support from developers
techniques and to ensure the safety of people and and community in the IoT industry, this method is
surroundings. By presenting a simple yet reliable system, gas prominently in prototype and inclined towards plateaued
leakage detection system using MQ5 gas sensor and arduino growth for technology [7].
uno controller is incorporated with a cloud storage for data
collection and also used for storing and analyzing data. Gas The rise in home fires and explosions in oil and gas
leaked is converted from Parts Per Million (PPM) to volts industries very frequent and is dangerous for human
through the arduino IDE and results in notifying the user household and residential apartments [8]. Liquid Petroleum
when the threshold limit is crossed. The user is alerted via an Gas (LPG) is flammable and hence cause serious burn
application for quick notification through the internet and also injuries once leaked at a distance. LPG leakage leads to
through a buzzer /LED for physical notification. explosions which are a result in the number of deaths in the
Keywords: LPG, Arduino, Internet of Things (IoT), MQ5 gas rural as well as urban areas [9]. This leads to suffocation
sensor, Thingspeak, Wi-Fi module, Pushbullet. during inhalation and damage to lungs. Most of these
accidents are caused due to neglected power off in
regulators and the poor-quality rubber tubes in gas setups
for household appliances. [10]. A toxic gas leak which was
II. Introduction caused due to leakage of H2, N2 and C in a chemical
factory in Dammam's 1st industrial city on the arabian gulf
coast of saudi arabia on the month of October 2011, caused
IoT (Internet of Things) is a widely used technology in the widespread panic, closing schools and businesses.
industrial revolution. Its growth has been exponential in this
decade and is commonly used for measuring and reporting Currently in oil and gas industries, hazardous areas like
data. The various applications include healthcare and zone 0/ zone 1 (tank form areas, warehouses) the use of gas
framework systems with integration of artificial intelligence leakage detector sensor working on the resistive principle is
[1-2], industrial developments [3] smart surveillance [4], common.
smart home systems. Due to the rise in advancement of
technology in industries, there is an enlargement of IoT Once the gas concentration level (in PPM) exceeds the
technology. Understanding the system in gas leakage from threshold value programmed in the sensor, an output is
[5], the key idea is to propose and develop a simple gas triggered that is transmitted to the central control room [11].
leakage system using IoT and notifying the user using This system of operations is usually called as LEL (Low
thingtweet which is an app to link a user’s twitter account to emission Level). Digitalization can be done by using the
the thingspeak database. The notifications of the gas leakage IoT technology to analyze the data using the cloud in order
are sent as an alert in the user’s twitter handle. to achieve KPI’s (Key performance index) to detect gases
like H2 , LPG, CH4, CO, Alcohol and to alarm the
In [6], the paper deals with a very wide range of software surrounding areas [6].
requirements such as XAMPP and python which is an
advanced programming language for easy readability. Review of the gas detection technique was carried out
Moreover, the data is stored in XAMPP which is an open referring articles [1-14]. From the literature review it is
observed that this technique needs to be implemented using

978-1-7281-2813-9/20/$31.00 ©2020 IEEE 359

Authorized licensed use limited to: University of Vermont Libraries. Downloaded on August 23,2020 at 07:00:41 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Inventive Systems and Control (ICISC 2020)
IEEE Xplore Part Number: CFP20J06-ART; ISBN: 978-1-7281-2813-9

IoT tools. This implementation is based on use of cloud


storage and integration of an application-based gas detection
technique and is deployed for the validation.

Hence, this paper proposes a system to detect the gas


leakage and to send out a smart notification using
Pushbullet configured through Thingspeak.

III. Methodol ogy

The proposed system replaces the conventional methods


such as database logging for prediction and thingtweet
which is configured through thingSpeak to send twitter
messages as smart alerts. This paper is idealized with an
objective for detection of gas leakage using IoT and smart
Fig.1 Working of gas leakage detection
alert using pushbullet for quick notifications to provide
safety for residential and industrial sectors in a cheap and
reliable way [12]. The system is using a MQ5 sensor where, The MQ-5 gas sensor which is used in this work replaces
the existing MQ-2 and MQ-4 sensor for better and efficient
the use a lighter help release of gases which we want to
detection is used in detecting gases [5]. This transmits a
detect. For detection gases in the surrounding and notifying
voltage signal which is proportional to the gas level and is
this project is used to rectify any malfunction of a sent to the arduino uno. This signal is sent by the arduino to
pressurized gas system. The leakage of gases such as LPG is the external peripherals. As a result, the buzzer signals an
prevented so as to provide a measure of safety to the alarm sound and the led starts to glow. Simultaneously this
surroundings. It is designed in such a way that the arduino change in output is transmitted through wi-fi network to the
uno is operated with a +5V DC power supply. Data is sent cloud in which the application is formulated that sends a
through the arduino and is transmitted into the wi-fi module notification to the mobile phone/laptop through the internet.
for communication through internet.

The use of a gas sensor (MQ5) is to mainly detect gases


such as LPG which are prone to cause serious damage to the
environment. This data from the gas sensor when leakage
occurs is transmitted (in Volts) to the arduino. The
sensitivity can be varied by adjusting the potentiometer for
faster data communication [13-14].

ESP8266 wi-fi module, which is a microchip with


full TCP/IP stack and microcontroller capability, sends data
from the arduino to the cloud storage through the internet Fig.2 Flow chart of gas leakage system
[5].
IV. Design
To support the latter, we use a cloud-based database
collection system (thingspeak) to store user data and This paper makes use of a simple yet efficient setup for gas
sufficiently help the user to record total data stored in the leakage detection. The ESP8266 wi-fi module is important
cloud. Through this tool, pushbullet is configured which is in the system as it communicates through the internet and
used for data transfer from mobile to computer depending connects the arduino to the cloud using IDE software.
on the file size and is used to receive notifications on the
web/mobile. This app is configured for data communication
and used as the alert system in computers and mobiles [10].

978-1-7281-2813-9/20/$31.00 ©2020 IEEE 360

Authorized licensed use limited to: University of Vermont Libraries. Downloaded on August 23,2020 at 07:00:41 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Inventive Systems and Control (ICISC 2020)
IEEE Xplore Part Number: CFP20J06-ART; ISBN: 978-1-7281-2813-9

Fig.4 Gas detection system when gas is leaked

A lighter is used to release gas for the MQ5 gas sensor to


detect the gas leaked and alert the user. The data is sent
through the cloud for receiving notifications from the
internet to our mobile phones/laptop using the application.

Fig.3 Hardware diagram of gas leakage system

The use of a portable battery can be used as a replacement


to the fixed 5V DC supply.

The arduino uno is equipped with sets of digital and analog


pins which can be interfaced to sensors, modules, alert
systems, etc. In order to overcome the heating of the wi-fi
module, we use three 1k resistors in series to protect the wi-
fi module from overheating and proper heat dissipation [11]
[12]. There can be an addition of a load cell which is a
transducer that helps in determining weight. Also, the non-
availability of a GSM module makes us inclined towards the
internet throughout for receiving notifications.

V. Results

Once gas is leaked from the surroundings, a physical alert in


the form of a buzzer and an led is indicated to the user for
preventive action before harm to surrounding. Also a The first circle is for gas not sensed.
notification to the mobile/laptop from pushbullet is sent to The second circle is for gas being sensed.
the user. This output is monitored in our computers/mobiles
where the stored values is sent for analysis and storage in
the database through the cloud. Fig.5 Gas leakage being sensed through arduino IDE

Fig 6. ThingSpeak storing Gas leakage entries as Decimal


Numbers

978-1-7281-2813-9/20/$31.00 ©2020 IEEE 361

Authorized licensed use limited to: University of Vermont Libraries. Downloaded on August 23,2020 at 07:00:41 UTC from IEEE Xplore. Restrictions apply.
Proceedings of the Fourth International Conference on Inventive Systems and Control (ICISC 2020)
IEEE Xplore Part Number: CFP20J06-ART; ISBN: 978-1-7281-2813-9

[3] Suma, V, “T owards Sustainable Industrialization Using Big Data And


Internet Of T hings” Journal of ISMAC, 1(01), 24-37,2019.

[4] K. Lashmi, A. S. Pillai, "Ambient Intelligence and IoT Based Decision


Support System for Intruder Detection," 2019 IEEE International
Conference on Electrical, Computer and Communication Technologies
(ICECCT), Coimbatore, India, 2019, pp. 1-4
[5] V.Naren, P.Indrajith, R.Aravind Prabhu, C S Sundar Ganesh.
‘Intelligent Gas Leakage Detection System with IOT Using Esp 8266
Module’. International Journal of Advanced Research in Electrical, Vol. 7,
No. 12, December 2018.
[6] Chaitali Bagwe, Vidya Ghadi, Vinayshri Naik, Neha Kunte. ‘IOT
Based Gas Leakage Detection System with Database Logging, Prediction
and Smart Alerting’. IOSR Journal of Engineering. Vol. 13, pp 11-16,2018.

[7]‘Gas Leakage Detection In Home’https://dzone.com/articles/gas-


leakage-detection-in-home-with-iot

[8] Rohan Chandra Pandey, Manish Verma, Lumesh Kumar Sahu, Saurabh
Deshmukh ‘Internet of Things (IOT) Based Gas Leakage Monitoring and
Alerting System’. International Journal of Engineering Development, Vol.
5, No. 2, 2017.

[9] V. T amizharasan, T. Ravichandran, M. Sowndariya, R. Sandeep and K.


Saravanavel, "Gas Level Detection and Automatic Booking Using IoT ,"
Fig.7 Pushbullet for Windows/Mobile forquick 2019 5th International Conference on Advanced Computing &
notifications. Communication Systems (ICACCS), Coimbatore, India, pp. 922-925, 2019.

The circle in Fig.7 LHS is the notification received on [10] P. Kanaka Maha Lakshmi, P.S.G. Aruna Sri, P.Gopi Krishna. ‘An
windows version of pushbullet. The circle in Fig.7 RHS IOT Based LPG Leakage Sensing and Alerting System’. International
Journal of Innovative Technology and Exploring Engineering (IJITEE)
shows us notification on the mobile using pushbullet for ISSN: 2278-3075, Vol.8 No.6, April 2019.
android.
[11] Anjaiah A, KannareddyRakshith Reddy, Ramidi Ashish Kumar Reddy
and Harshavardhan.’Gas Leakage Monitoring System Over IOT ’
International Journal of Current Advanced Research ISSN: O: 2319-6475,
VI. Conclusion ISSN: P: 2319-6505

[12] Shruti Bhoir, Snehanjali Goregaonkar, Prof. Shilpa Satre. ‘IOT Based
Gas Detection System’. International Journal of Engineering Science and
Gas leakage is one of the major concerns in urban/rural Computing, Vol.7, No.4,2017.
households and oil and gas industries. Literature review is
carried out, the gas leakage detection system is implemented [13] N. V. Abhishek, T. J. Lim, B. Sikdar and A. T andon, "An Intrusion
Detection System for Detecting Compromised Gateways in Clustered IoT
by using a MQ5 sensor and alerting the user by using Networks," 2018 IEEE International Workshop Technical Committee on
thingtweet for better community support and to produce an Communications Quality and Reliability (CQR), Austin, T X, USA, 2018,
efficient way to prevent the disaster to occur. Also efficient pp. 1-6.
methods such as use of intel edison board and the use of [14] Shital Imade, Priyanka Rajmanes, Aishwarya Gavali, Prof. V. N.
arm cortex family for intelligence and several sensors for Nayakwadi. ‘Gas Leakage Detection and Smart Alerting System Using
the detection techniques are identified. This paper featured a IOT ‘. International Journal of Innovative Research & Studies Vol. 8, No.
2, 2018.
simple yet efficient way in which the problem of gas
detection and notifying can be solved by using cloud storage
for sending notifications to the receiving user.
VII. References

[1] R. K. Pathinarupothi, P. Durga and E. S. Rangan, "IoT -Based Smart


Edge for Global Health: Remote Monitoring with Severity Detection and
Alerts T ransmission," IEEE Internet of Things Journal, vol. 6, no. 2, pp.
2449-2462, April 2019.
[2] Valanarasu, M. R., “Smart and Secure IoT and AI Integration
Framework for Hospital Environment”. Journal of ISMAC, 1(03), 172-
179,2019.

978-1-7281-2813-9/20/$31.00 ©2020 IEEE 362

Authorized licensed use limited to: University of Vermont Libraries. Downloaded on August 23,2020 at 07:00:41 UTC from IEEE Xplore. Restrictions apply.

You might also like