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: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 886
IoT Based Smart Security System for Prevention of Industrial Hazards
Abhishek Sharma1, Sudha Pal2, Vaibhav Jain3
12Student, Department of E.C.E, ABES Institute of Technology, Ghaziabad, U.P, India
3Assistant Professor, Department of E.C.E, ABES Institute of Technology, Ghaziabad, U.P, India
-----------------------------------------------------------------------------***----------------------------------------------------------------------------
Abstract - In the case of a man-made disaster, sometimes
the detection is so late that the disaster has already spread
widely. The project plans to make a mobile robot that would
be able to alert and react to emergency situations. In the
recent past, there have been many cases in which the
conventional security systems have proven to be a failure.
Moreover, current systems are based on Wi-Fi connectivity
which is unreliable in the situation of the disaster. The
advancement is in the form of GSM (Global System for Mobile
Communication) for communication so that the response is
building independent and disaster cannothampertheworking
of the system. Further, the real-time sensor data will be
transferred to the IoT server via GPRS (General Packet Radio
Service) connectivity. The position of the vehicle will be
determined by a color sensor which will read the color of the
nearby wall skirting.
Key Words: Internet of Things (IoT), GSM, GPRS ,
ATMega32, UART
1.INTRODUCTION
Disaster planning and response require complex and more
scientific analysis. The phases of the detection and rescue
process need a highly efficient management system, which
can predict the disaster, prevent, prepare, triggerimmediate
medical response, assistance, and rehabilitation [1]. The
disaster that causes severe losses in human lives and
associated goods because of a large amountofheatproduced
is called as a thermal disaster. In case of a burn disaster, a
known thermal agent acts on living beings giving rise to a
number of injuries and even death. The heat dissipation is
generally on a very large scale [2].
The project focuses on the man-made disasters like leakage
of gas or the worst case of a fire. Toxic and inflammable
gases are widely used in industry, heating systems, home
appliances and vehicles. This includescombustiblegaseslike
propane, ethane, butane, methane, ethylene etc. Liquefied
Petroleum Gas (LPG), also referred to as propane or butane
are normally stored in pressurized cylinders in liquid form
and they vaporize at normal temperatures. A leakage can
ignite and cause an explosion [3].
The LPG gas is denser and heavier than the otherconstituent
gases present in the air and it settlesclose to ground when it
leaks. A powerful exhaust system must be used in order to
dispose it into the open atmosphere [4]. The preparation
section and the response section will be managed by our
project. The measured sensor values can be readily
monitored by the security agency as well as any person
concerned with the help of data logging in InternetOfThings
(IoT). The primary focus of the project is to make a building
independent monitoring system so that the loss of
connectivity does not occur due to the damage in the
building.
2. FEATURES
1) Gas Leakage Detector + Response
Detect the leakage of inflammable gases like LPG,
PNG, Methane and respond to the gas department.
2) Fire Detector + Response
Detect fire throughout the premises and respond to
the fire department.
3) Anti-Theft + Response
Detect the presence of intruder in the premises and
respond to the police.
4) Upload the sensory data and connect to different
devices on IoT network.
3. SCOPE
When the heat is emitted from a source it gives a different
degree of burning and if an individual gets about 30% or
more of burning wounds then the possibility of survival
becomes very less. Moreover, the smoke emitted from
combustion will have an adverse effect on the senses of a
person like loss of vision, difficulty in breathing and loss to
the sense of direction. [5]
Fig - 1: Scope of Security Applications
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 887
So, the project plans to make a robot that would be able to
alert and react to an emergency situation. We will be using
various sensors to detect the environment variables(smoke,
temperature and gas concentration), action mechanisms
which will allow movement of the device throughout the
premises, GSM/GPRS connectivity for early warning system
and a logic which will bind all three things together to
produce an actionable intelligence.
The project undertaken focuses on security applications
because it covers all the industrial needs. A security device
can be implemented and launched as a consumer electronic,
it can start automated processes as well as it can provide
connectivity to different emergency response teams. The
project will be able to handle different emergency situations
and act upon them intelligently to make the response
automated.
Current systems are not widely in use and moreover, they
are based on Wi-Fi connectivity which is unreliable in the
situation of the disaster. This project uses GSM for
communication so that the response is made building
independent and disaster cannot hamper the working ofthe
system.
3.1 TODAY’S SCENARIO
The study of accidents revealed that the information of
the disaster was known only when the case was spread and
after it had made an impact on human lives and
infrastructure and these accidents could have been avoided
if there have been a prior or before impact information
available before the disaster which was pretty easy to do.
It is noted that most of the fire accidents happening, the
fire was detected only when it has been spread over the
place and was visible outside the building.
So, this project aims at providing a prior information
about the risk of a disaster to the right safety department
like the fire department, the police department and the gas
department.
3.2 COMMERCIAL UTILITY
It can be used in high-risk factor industrieslikechemical,
petroleum industries aswell ashomesasa security anddata
logging device which can detect the problems early and
generate an alert. Minimization of the system can be done
based on specialized designs featuring only essential
requirements.
4. BLOCK DIAGRAM
Fig -2: Block Diagram of the System
5. RESOURCES USED
The block diagram represents various sensors and
peripherals that are required for execution of this project.
The ATMega32 Microcontroller is the heart of the system
and is connected to input devices connected to the left and
output devices connected to the right of the diagram. A logic
is required to bridge the behavior between input and output
devices.
ATMega32 Microcontroller is manufactured by “Atmel
Corporation”. It also provides “Atmel Studio” software for
programming the microcontrollersusing“EmbeddedC”.The
program is developed in the IDE and on the compilation, it
gets converted into a HEX code which can directlybewritten
to the memory of the microcontroller.
5.1 ATMega32 Microcontroller
This is a high-performance, low-power microcontroller
chip which is based on 8-bit AVR RISC. It has a 32KB flash
memory which is supported byread-while-writecapabilities,
1KB EEPROM, 2KB SRAM, 54/69 general purpose
input/output lines, 32 general purpose working registers, a
JTAG interface and on-chip debugging/programming.
Fig -3: Custom-made AVR Board
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 888
There are three timer/counters with different modes,
internal and external interrupt triggers, serial interface
USART, a universal serial interface (USI), an8-channel10-bit
analog to digital converter, programmable watchdog timer
with inbuilt oscillator, SPI serial port, and five software
dependent power saving modes. The device’s operating
voltage is between 1.8-5.5 volts. By execution of powerful
instructions in a single clock cycle, the device achieves
throughputs as high as 1 MIPS per MHz, which balances
power consumption and processing speed.
The custom-made AVR board is based on minimum
design considerations and only has bare essentialsrequired
for accomplishment of the job.
5.2 GSM Module SIM900A
Fig -4: SIM900A Module
GSM module is used to send an SMS to the user cell
phone. It requires one SIM card and is capable to accept any
network SIM card. This module has a unique identity
number like mobile phones have. It can use 900/1800 MHz
dual frequency bands for communication.TheinbuiltRS-232
interface allows serial communication from laptop orfroma
microcontroller. It has internal TCP/IP stack that allows
internet connection via GPRS. This module workson 12VDC
supply. We can send SMS and also send a voice message.
These SMS or voice messages are saved in the
microcontroller memory.
When the gas leakage is detected by the gas sensor, the
microcontroller sends a signal to GSM module, in which the
tasks is to send the text SMS and message to IoT server.
Multiple SMSs can also be sent to user, police and firestation
etc. [6].
5.3 Motor Driver LM298D
Fig -5: LM298D Motor Driver
The LM298D driver module is a dual full-bridge driver
which comes as integrated circuit in a 15-pin package. This
module is required because the ATMega Microcontrollercan
only supply currents up to 50mA. This is not sufficient to
drivethe dc geared motors. They require currentfromabout
150 – 350 mA.
So this module is characterized by the support of high
voltage and high current. A heat sink is also attached
onboard in order to dissipate the heat generated due to high
current. It is designed to accept the standard TTL logiclevels
ranging from 0-5V and drive devices such as solenoids,
relays, DC geared and stepper motors. Two enable pins are
provided to switch on or off the device independently of the
input signals. This is helpful for speed controlusingPWM.An
additional 12V supply is provided so that the logicworksata
lower voltage.
5.4 JHD162A Backlit LCD Screen
Fig -6: JHD162A LCD
A 16x2 LCD display has a green LED backlight.InthisLCD
panel each symbol is displayed in a 5x7 pixel matrix. A 16x2
LCD means that it can display 16 symbols per line and there
are 2 display lines. This LCD has two registers, thecommand
register and the data register. Command register supports
commands like clear screen, next line, previous line, shift
cursor and many other commandswhereasthe dataregister
supports character values.
It is a commonly used module which can be seen readily
in various devices and circuits which require any type of
character display. The LCD displays are more preferred
devices than other displays. The reason is that LCDs are
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 889
economical, easily programmable and it can display special
characters from other languages and even custom
characters. Moreover, it can display animations too.
5.5 IR Flame Sensor
Fig -7: IR Flame Sensor
A flame sensor is used to detect the presence of flame
around its range. A fire emits heat waves which are also
called infrared rays. So, it consists of an IR receiver, a
comparator LM393, resistors, capacitors and a
potentiometer to adjust its sensitivity. The infraredwavesof
700nm to 1000nm wavelength can be readily detected by
this sensor. The IR receiver converts the wave intensity to
corresponding current value. It can give analog as well as
digital outputs. The sensor has a detection angle of 60
degrees in the forward direction. A voltage of 3.3V to 5.2V
can be used to power the sensor.
5.6 MQ-6 Gas Sensor
Fig -8: MQ-6 Gas Sensor
The MQ-6 Sensor is a semiconductor-based gas sensor
which detects presence of gasin air. They are primarilyused
in the detection of gas in homes as well as industries. SnO2
metal oxide is used in gas sensor.
When SnO2 is heated at a particular temperature in air,
the oxygen gets absorbed on the crystal surface with a
negative charge. Thus, the surface potential serves as a
potential barrier against the electron flow. The electrical
resistance of the sensor is recognized by this potential
barrier in the presence of deoxidizing gaswhich reducesthe
barrier height in the grain boundary. The sensor resistance
decreases due to this reduced barrier height.
Chart -1: Sensitivity of MQ-6
6. WORKING
The whole apparatus will be triggered with the help of high
gas concentration or the detection of flame by the flame
sensor or by presence of intruder. A simple proximitysensor
can be used for intruder detection. The gas sensing will be
done with the help of analog/digital sensor which is coated
with a layer of SnO2 under ambient conditions. [8].
They are well suited for detection of liquefiedpetroleumgas,
iso-butane as well aspropane. It has a heaterwhichactivates
the sensitive Tin Dioxide (SnO2) layer for detection. It is
more sensitive to flammable gases and less sensitive to
smoke. So, the presence of both can be distinguished. It then
gives analog voltage as output which is read by the ADC of
the microcontroller and the digital output can be used as an
external trigger to initialize the whole system. [7]
The gas sensorsMQ-6 and flame sensorshave digital aswell
as analog output pins. The concentration of the gas will be
detected by ADC of the microcontroller. The ATMega32 has
10-bit, 8-channel ADC. The values of gas concentration and
infrared present will be read by the microcontroller. If it
exceeds a threshold value then the emergency signal will be
generated and data will be sent to the IoT server.
The GSM module is connected via UART (Universal
AsynchronousReceiver-Transmitter) of themicrocontroller
which allows transmission of data through 2 wires, the RX
and TX. The communication between microcontroller and
GSM module is based on serial AT commandswhichtheGSM
module supports. After initialization of the system, if gas is
detected then the microcontroller sends a command to the
GSM module. The GSM module will automatically send an
SMS to the mobile number of the user that is predefined in
the program.
In addition, the GSM module will connect to GPRS data
service and upload the sensor data to the IoT server. TheIoT
server provides many tools for the analysis of the logged
data. It can contain MATLAB algorithms and predefined
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 890
sequences that are to be implemented after encountering a
particular value from the disaster location.
Fig -9 Program Structure
7. RESULTS AND DISCUSSION
The gas sensor gives the detected (ADC) value 600-700 for
high gas concentrations and 300-450 for smoke detection.
So, both of them are easily distinguishable. The real-time
values are sent to IoT through API by using the GPRS
connection on the GSM Module. The data logging can be
separated channel wise and more actions can be
programmed on the IoT platform through MATLAB.
Gas leakages in households and industries cause risk to life
and property. A huge losshasto be incurred for the accident
occurred by such leakages. A solution to such a problemisto
set up a monitoring system which keeps on monitoring the
leakage of any kind of flammable gases and protects the
consumer from such accidents. The presentpaperprovidesa
solution to prevent such accidentsby monitoring thesystem
but also communicating the same with IoT network to
switch off the gas supplies and the main power in case of a
leakage. In addition to this, it activates an alarm as well as
sends a message to the authorities. A further advancement
can be in the form of a skirting color sensor which will be
able to sense the location based on color coding.
ACKNOWLEDGEMENT
We express our gratitude to Mr. Vaibhav Jain, for providing
us an opportunity to carry out our research work. It is our
pleasure to get people, who directly or indirectly helped us
in development of this work and this research is only
possible because of their constant support, cooperation and
motivation.
I would also thank my parents for their moral support and
all my classmates with whom I discussed the progress and
got suggestions which improved the quality of work
presented.
REFERENCES
[1] David Alexander, Book Name: “DisasterandEmergency
Planning for Preparedness, Response, and Recovery”
Subject: Recovery, Risk Management, Response,
Preparedness Online Publication Date: Sep 2015
[2] Michele Masellis ,Springer BooksBookName:“Thermal
agent disaster and fire disaster: definition, damage,
assessment and relief operations”,978-0-585-33973-3.
[3] Arpitha, Divya Kiran, V.S.N. Sitaram Gupta and
Punithavathi Duraiswamy, “FPGA-GSM based Gas
Leakage Detection System” IEEE 978-1-5090-3646-
2/16 -2016.
[4] Hazarathaiah, Ch. Krishna Mohan,S.Rahulgowthamand
A. K. Mariselvam, “Gas Leakage Detection and
Rectification Using GSM” IEEE 0973-4562 Volume 11,
Number 9 (2016)
[5] Mrs. Lilly Grace Murali., Dr. M.M. Vijayalakshmi “Fire
Accidents in Buildings – Case Studies”, (IJETT) –
Volume 11 Number 4 - May 2014, ISSN: 2231-5381
[6] Ankit Sood, Babalu sonkar, Atul Rajan and Mr. Ameer
Faisal, “Micro controller based LPG weighing and
detector using GSM module” International Journal of
Electrical and Electronics Research Vol. 3, Issue 2, pp:
(264-269), Month: April-June 2015
[7] Tanvira Ismail, Devoleena Das, Jyotirmoy Saikai,
Jyotirmoy Deka and Rajkumar Sharma. “GSM basedgas
leakage warning system” IJARCCE4C 2278-1021Vol.3,
Issue 4, April 2014.
[8] Anindya Nag, Asif I. Zia, Li Xie and Subhas Chandra
Mukhopadhyay, “Novel sensing approach for LPG
leakage detection: Part I: Operating Mechanism and
Preliminary Results” DOI 10. 1109/JSEN. 2015.
2496400, IEEE Sensors Journal.
Abhishek Sharma
Student, Batch of 2018
Department of ECE
ABES Institute of Technology
BIOGRAPHIES
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 891
Sudha Pal
Student, Batch of 2018
Department of ECE
ABES Institute of Technology
Vaibhav Jain
Assistant Professor
Department of ECE
ABES Institute of Technology

More Related Content

What's hot

IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring SystemIRJET Journal
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoTIRJET Journal
 
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- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET Journal
 
IRJET- LPG Gas Leakage Protection using IoT
IRJET- LPG Gas Leakage Protection using IoTIRJET- LPG Gas Leakage Protection using IoT
IRJET- LPG Gas Leakage Protection using IoTIRJET Journal
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoTIRJET Journal
 
IRJET - Smart Monitoring and Control System for Home Automation
IRJET -  	  Smart Monitoring and Control System for Home AutomationIRJET -  	  Smart Monitoring and Control System for Home Automation
IRJET - Smart Monitoring and Control System for Home AutomationIRJET Journal
 
IRJET- Smart Home Automation and Security using Msp430
IRJET- Smart Home Automation and Security using Msp430IRJET- Smart Home Automation and Security using Msp430
IRJET- Smart Home Automation and Security using Msp430IRJET Journal
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET Journal
 
IRJET - IoT based LPG Gas Leakage Detection
IRJET - IoT based LPG Gas Leakage DetectionIRJET - IoT based LPG Gas Leakage Detection
IRJET - IoT based LPG Gas Leakage DetectionIRJET Journal
 
IRJET - Intelligent Helmet for Coal Mine Workers
IRJET -  	  Intelligent Helmet for Coal Mine WorkersIRJET -  	  Intelligent Helmet for Coal Mine Workers
IRJET - Intelligent Helmet for Coal Mine WorkersIRJET Journal
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTIRJET Journal
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET Journal
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring SystemIRJET Journal
 
Development of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityDevelopment of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityIOSRJVSP
 
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET Journal
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT IRJET Journal
 

What's hot (20)

IRJET- IoT based Industrial Pollution Monitoring System
IRJET-  	  IoT based Industrial Pollution Monitoring SystemIRJET-  	  IoT based Industrial Pollution Monitoring System
IRJET- IoT based Industrial Pollution Monitoring System
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
 
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- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth ModuleIRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
IRJET- Detection of Fire and Gas using Arduino and Bluetooth Module
 
GAS LEAKAGE DETECTION AND PREVENTION SYSTEM
GAS LEAKAGE DETECTION AND PREVENTION SYSTEMGAS LEAKAGE DETECTION AND PREVENTION SYSTEM
GAS LEAKAGE DETECTION AND PREVENTION SYSTEM
 
IRJET- LPG Gas Leakage Protection using IoT
IRJET- LPG Gas Leakage Protection using IoTIRJET- LPG Gas Leakage Protection using IoT
IRJET- LPG Gas Leakage Protection using IoT
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoT
 
Investigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal MinersInvestigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal Miners
 
Investigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal MinersInvestigation and Design of Helmet for Coal Miners
Investigation and Design of Helmet for Coal Miners
 
IRJET - Smart Monitoring and Control System for Home Automation
IRJET -  	  Smart Monitoring and Control System for Home AutomationIRJET -  	  Smart Monitoring and Control System for Home Automation
IRJET - Smart Monitoring and Control System for Home Automation
 
IRJET- Smart Home Automation and Security using Msp430
IRJET- Smart Home Automation and Security using Msp430IRJET- Smart Home Automation and Security using Msp430
IRJET- Smart Home Automation and Security using Msp430
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
IRJET - IoT based LPG Gas Leakage Detection
IRJET - IoT based LPG Gas Leakage DetectionIRJET - IoT based LPG Gas Leakage Detection
IRJET - IoT based LPG Gas Leakage Detection
 
IRJET - Intelligent Helmet for Coal Mine Workers
IRJET -  	  Intelligent Helmet for Coal Mine WorkersIRJET -  	  Intelligent Helmet for Coal Mine Workers
IRJET - Intelligent Helmet for Coal Mine Workers
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
IRJET- Iot Based Wireless Sensor Network for Earlier Detection and Prevention...
 
Internet of Things Technology for Fire Monitoring System
Internet of Things Technology  for Fire Monitoring SystemInternet of Things Technology  for Fire Monitoring System
Internet of Things Technology for Fire Monitoring System
 
Development of Personal Weather Report for Home Security
Development of Personal Weather Report for Home SecurityDevelopment of Personal Weather Report for Home Security
Development of Personal Weather Report for Home Security
 
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877AIRJET- IoT based Greenhouse Monitoring using PIC16F877A
IRJET- IoT based Greenhouse Monitoring using PIC16F877A
 
Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 

Similar to IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards

Intelligent Industrial Helmet
Intelligent Industrial HelmetIntelligent Industrial Helmet
Intelligent Industrial HelmetIRJET 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- 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- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET 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
 
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
 
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOT
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOTSMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOT
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOTIRJET 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
 
Smart Helmet for Industrial Workers Safety
Smart Helmet for Industrial Workers SafetySmart Helmet for Industrial Workers Safety
Smart Helmet for Industrial Workers SafetyIRJET 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
 
Advanced Fire Monitoring System
Advanced Fire Monitoring SystemAdvanced Fire Monitoring System
Advanced Fire Monitoring Systemijtsrd
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTIRJET 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 Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert SystemIoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert Systemijtsrd
 
IoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIRJET Journal
 
Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyeSAT Journals
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...IRJET Journal
 
IoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemIoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemSaumya Tiwari
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
GAS LEAKAGE DETECTOR
GAS LEAKAGE DETECTORGAS LEAKAGE DETECTOR
GAS LEAKAGE DETECTORIRJET Journal
 

Similar to IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards (20)

Intelligent Industrial Helmet
Intelligent Industrial HelmetIntelligent Industrial Helmet
Intelligent Industrial Helmet
 
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- 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- Fire Extenguisher Robot
IRJET- Fire Extenguisher RobotIRJET- Fire Extenguisher Robot
IRJET- Fire Extenguisher Robot
 
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
 
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
 
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOT
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOTSMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOT
SMART INDUSTRY MONITORING AND CONROLLING SYSTEM USING IOT
 
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
 
Smart Helmet for Industrial Workers Safety
Smart Helmet for Industrial Workers SafetySmart Helmet for Industrial Workers Safety
Smart Helmet for Industrial Workers Safety
 
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...
 
Advanced Fire Monitoring System
Advanced Fire Monitoring SystemAdvanced Fire Monitoring System
Advanced Fire Monitoring System
 
Smoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoTSmoke Alert System For Dye Industries Using IoT
Smoke Alert System For Dye Industries Using IoT
 
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTIONIOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
 
IoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert SystemIoT Based Automatic Gas, Smoke and Fire Alert System
IoT Based Automatic Gas, Smoke and Fire Alert System
 
IoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industryIoT based Smart Helmet for unsafe event detection for mining industry
IoT based Smart Helmet for unsafe event detection for mining industry
 
Microcontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technologyMicrocontroller based smart home with security using gsm technology
Microcontroller based smart home with security using gsm technology
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
 
IoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemIoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring System
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
GAS LEAKAGE DETECTOR
GAS LEAKAGE DETECTORGAS LEAKAGE DETECTOR
GAS LEAKAGE DETECTOR
 

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

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
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
 
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
 
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
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
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
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
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
 
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
 
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
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 

IRJET- IoT Based Smart Security System for Prevention of Industrial Hazards

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 886 IoT Based Smart Security System for Prevention of Industrial Hazards Abhishek Sharma1, Sudha Pal2, Vaibhav Jain3 12Student, Department of E.C.E, ABES Institute of Technology, Ghaziabad, U.P, India 3Assistant Professor, Department of E.C.E, ABES Institute of Technology, Ghaziabad, U.P, India -----------------------------------------------------------------------------***---------------------------------------------------------------------------- Abstract - In the case of a man-made disaster, sometimes the detection is so late that the disaster has already spread widely. The project plans to make a mobile robot that would be able to alert and react to emergency situations. In the recent past, there have been many cases in which the conventional security systems have proven to be a failure. Moreover, current systems are based on Wi-Fi connectivity which is unreliable in the situation of the disaster. The advancement is in the form of GSM (Global System for Mobile Communication) for communication so that the response is building independent and disaster cannothampertheworking of the system. Further, the real-time sensor data will be transferred to the IoT server via GPRS (General Packet Radio Service) connectivity. The position of the vehicle will be determined by a color sensor which will read the color of the nearby wall skirting. Key Words: Internet of Things (IoT), GSM, GPRS , ATMega32, UART 1.INTRODUCTION Disaster planning and response require complex and more scientific analysis. The phases of the detection and rescue process need a highly efficient management system, which can predict the disaster, prevent, prepare, triggerimmediate medical response, assistance, and rehabilitation [1]. The disaster that causes severe losses in human lives and associated goods because of a large amountofheatproduced is called as a thermal disaster. In case of a burn disaster, a known thermal agent acts on living beings giving rise to a number of injuries and even death. The heat dissipation is generally on a very large scale [2]. The project focuses on the man-made disasters like leakage of gas or the worst case of a fire. Toxic and inflammable gases are widely used in industry, heating systems, home appliances and vehicles. This includescombustiblegaseslike propane, ethane, butane, methane, ethylene etc. Liquefied Petroleum Gas (LPG), also referred to as propane or butane are normally stored in pressurized cylinders in liquid form and they vaporize at normal temperatures. A leakage can ignite and cause an explosion [3]. The LPG gas is denser and heavier than the otherconstituent gases present in the air and it settlesclose to ground when it leaks. A powerful exhaust system must be used in order to dispose it into the open atmosphere [4]. The preparation section and the response section will be managed by our project. The measured sensor values can be readily monitored by the security agency as well as any person concerned with the help of data logging in InternetOfThings (IoT). The primary focus of the project is to make a building independent monitoring system so that the loss of connectivity does not occur due to the damage in the building. 2. FEATURES 1) Gas Leakage Detector + Response Detect the leakage of inflammable gases like LPG, PNG, Methane and respond to the gas department. 2) Fire Detector + Response Detect fire throughout the premises and respond to the fire department. 3) Anti-Theft + Response Detect the presence of intruder in the premises and respond to the police. 4) Upload the sensory data and connect to different devices on IoT network. 3. SCOPE When the heat is emitted from a source it gives a different degree of burning and if an individual gets about 30% or more of burning wounds then the possibility of survival becomes very less. Moreover, the smoke emitted from combustion will have an adverse effect on the senses of a person like loss of vision, difficulty in breathing and loss to the sense of direction. [5] Fig - 1: Scope of Security Applications
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 887 So, the project plans to make a robot that would be able to alert and react to an emergency situation. We will be using various sensors to detect the environment variables(smoke, temperature and gas concentration), action mechanisms which will allow movement of the device throughout the premises, GSM/GPRS connectivity for early warning system and a logic which will bind all three things together to produce an actionable intelligence. The project undertaken focuses on security applications because it covers all the industrial needs. A security device can be implemented and launched as a consumer electronic, it can start automated processes as well as it can provide connectivity to different emergency response teams. The project will be able to handle different emergency situations and act upon them intelligently to make the response automated. Current systems are not widely in use and moreover, they are based on Wi-Fi connectivity which is unreliable in the situation of the disaster. This project uses GSM for communication so that the response is made building independent and disaster cannot hamper the working ofthe system. 3.1 TODAY’S SCENARIO The study of accidents revealed that the information of the disaster was known only when the case was spread and after it had made an impact on human lives and infrastructure and these accidents could have been avoided if there have been a prior or before impact information available before the disaster which was pretty easy to do. It is noted that most of the fire accidents happening, the fire was detected only when it has been spread over the place and was visible outside the building. So, this project aims at providing a prior information about the risk of a disaster to the right safety department like the fire department, the police department and the gas department. 3.2 COMMERCIAL UTILITY It can be used in high-risk factor industrieslikechemical, petroleum industries aswell ashomesasa security anddata logging device which can detect the problems early and generate an alert. Minimization of the system can be done based on specialized designs featuring only essential requirements. 4. BLOCK DIAGRAM Fig -2: Block Diagram of the System 5. RESOURCES USED The block diagram represents various sensors and peripherals that are required for execution of this project. The ATMega32 Microcontroller is the heart of the system and is connected to input devices connected to the left and output devices connected to the right of the diagram. A logic is required to bridge the behavior between input and output devices. ATMega32 Microcontroller is manufactured by “Atmel Corporation”. It also provides “Atmel Studio” software for programming the microcontrollersusing“EmbeddedC”.The program is developed in the IDE and on the compilation, it gets converted into a HEX code which can directlybewritten to the memory of the microcontroller. 5.1 ATMega32 Microcontroller This is a high-performance, low-power microcontroller chip which is based on 8-bit AVR RISC. It has a 32KB flash memory which is supported byread-while-writecapabilities, 1KB EEPROM, 2KB SRAM, 54/69 general purpose input/output lines, 32 general purpose working registers, a JTAG interface and on-chip debugging/programming. Fig -3: Custom-made AVR Board
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 888 There are three timer/counters with different modes, internal and external interrupt triggers, serial interface USART, a universal serial interface (USI), an8-channel10-bit analog to digital converter, programmable watchdog timer with inbuilt oscillator, SPI serial port, and five software dependent power saving modes. The device’s operating voltage is between 1.8-5.5 volts. By execution of powerful instructions in a single clock cycle, the device achieves throughputs as high as 1 MIPS per MHz, which balances power consumption and processing speed. The custom-made AVR board is based on minimum design considerations and only has bare essentialsrequired for accomplishment of the job. 5.2 GSM Module SIM900A Fig -4: SIM900A Module GSM module is used to send an SMS to the user cell phone. It requires one SIM card and is capable to accept any network SIM card. This module has a unique identity number like mobile phones have. It can use 900/1800 MHz dual frequency bands for communication.TheinbuiltRS-232 interface allows serial communication from laptop orfroma microcontroller. It has internal TCP/IP stack that allows internet connection via GPRS. This module workson 12VDC supply. We can send SMS and also send a voice message. These SMS or voice messages are saved in the microcontroller memory. When the gas leakage is detected by the gas sensor, the microcontroller sends a signal to GSM module, in which the tasks is to send the text SMS and message to IoT server. Multiple SMSs can also be sent to user, police and firestation etc. [6]. 5.3 Motor Driver LM298D Fig -5: LM298D Motor Driver The LM298D driver module is a dual full-bridge driver which comes as integrated circuit in a 15-pin package. This module is required because the ATMega Microcontrollercan only supply currents up to 50mA. This is not sufficient to drivethe dc geared motors. They require currentfromabout 150 – 350 mA. So this module is characterized by the support of high voltage and high current. A heat sink is also attached onboard in order to dissipate the heat generated due to high current. It is designed to accept the standard TTL logiclevels ranging from 0-5V and drive devices such as solenoids, relays, DC geared and stepper motors. Two enable pins are provided to switch on or off the device independently of the input signals. This is helpful for speed controlusingPWM.An additional 12V supply is provided so that the logicworksata lower voltage. 5.4 JHD162A Backlit LCD Screen Fig -6: JHD162A LCD A 16x2 LCD display has a green LED backlight.InthisLCD panel each symbol is displayed in a 5x7 pixel matrix. A 16x2 LCD means that it can display 16 symbols per line and there are 2 display lines. This LCD has two registers, thecommand register and the data register. Command register supports commands like clear screen, next line, previous line, shift cursor and many other commandswhereasthe dataregister supports character values. It is a commonly used module which can be seen readily in various devices and circuits which require any type of character display. The LCD displays are more preferred devices than other displays. The reason is that LCDs are
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 889 economical, easily programmable and it can display special characters from other languages and even custom characters. Moreover, it can display animations too. 5.5 IR Flame Sensor Fig -7: IR Flame Sensor A flame sensor is used to detect the presence of flame around its range. A fire emits heat waves which are also called infrared rays. So, it consists of an IR receiver, a comparator LM393, resistors, capacitors and a potentiometer to adjust its sensitivity. The infraredwavesof 700nm to 1000nm wavelength can be readily detected by this sensor. The IR receiver converts the wave intensity to corresponding current value. It can give analog as well as digital outputs. The sensor has a detection angle of 60 degrees in the forward direction. A voltage of 3.3V to 5.2V can be used to power the sensor. 5.6 MQ-6 Gas Sensor Fig -8: MQ-6 Gas Sensor The MQ-6 Sensor is a semiconductor-based gas sensor which detects presence of gasin air. They are primarilyused in the detection of gas in homes as well as industries. SnO2 metal oxide is used in gas sensor. When SnO2 is heated at a particular temperature in air, the oxygen gets absorbed on the crystal surface with a negative charge. Thus, the surface potential serves as a potential barrier against the electron flow. The electrical resistance of the sensor is recognized by this potential barrier in the presence of deoxidizing gaswhich reducesthe barrier height in the grain boundary. The sensor resistance decreases due to this reduced barrier height. Chart -1: Sensitivity of MQ-6 6. WORKING The whole apparatus will be triggered with the help of high gas concentration or the detection of flame by the flame sensor or by presence of intruder. A simple proximitysensor can be used for intruder detection. The gas sensing will be done with the help of analog/digital sensor which is coated with a layer of SnO2 under ambient conditions. [8]. They are well suited for detection of liquefiedpetroleumgas, iso-butane as well aspropane. It has a heaterwhichactivates the sensitive Tin Dioxide (SnO2) layer for detection. It is more sensitive to flammable gases and less sensitive to smoke. So, the presence of both can be distinguished. It then gives analog voltage as output which is read by the ADC of the microcontroller and the digital output can be used as an external trigger to initialize the whole system. [7] The gas sensorsMQ-6 and flame sensorshave digital aswell as analog output pins. The concentration of the gas will be detected by ADC of the microcontroller. The ATMega32 has 10-bit, 8-channel ADC. The values of gas concentration and infrared present will be read by the microcontroller. If it exceeds a threshold value then the emergency signal will be generated and data will be sent to the IoT server. The GSM module is connected via UART (Universal AsynchronousReceiver-Transmitter) of themicrocontroller which allows transmission of data through 2 wires, the RX and TX. The communication between microcontroller and GSM module is based on serial AT commandswhichtheGSM module supports. After initialization of the system, if gas is detected then the microcontroller sends a command to the GSM module. The GSM module will automatically send an SMS to the mobile number of the user that is predefined in the program. In addition, the GSM module will connect to GPRS data service and upload the sensor data to the IoT server. TheIoT server provides many tools for the analysis of the logged data. It can contain MATLAB algorithms and predefined
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 890 sequences that are to be implemented after encountering a particular value from the disaster location. Fig -9 Program Structure 7. RESULTS AND DISCUSSION The gas sensor gives the detected (ADC) value 600-700 for high gas concentrations and 300-450 for smoke detection. So, both of them are easily distinguishable. The real-time values are sent to IoT through API by using the GPRS connection on the GSM Module. The data logging can be separated channel wise and more actions can be programmed on the IoT platform through MATLAB. Gas leakages in households and industries cause risk to life and property. A huge losshasto be incurred for the accident occurred by such leakages. A solution to such a problemisto set up a monitoring system which keeps on monitoring the leakage of any kind of flammable gases and protects the consumer from such accidents. The presentpaperprovidesa solution to prevent such accidentsby monitoring thesystem but also communicating the same with IoT network to switch off the gas supplies and the main power in case of a leakage. In addition to this, it activates an alarm as well as sends a message to the authorities. A further advancement can be in the form of a skirting color sensor which will be able to sense the location based on color coding. ACKNOWLEDGEMENT We express our gratitude to Mr. Vaibhav Jain, for providing us an opportunity to carry out our research work. It is our pleasure to get people, who directly or indirectly helped us in development of this work and this research is only possible because of their constant support, cooperation and motivation. I would also thank my parents for their moral support and all my classmates with whom I discussed the progress and got suggestions which improved the quality of work presented. REFERENCES [1] David Alexander, Book Name: “DisasterandEmergency Planning for Preparedness, Response, and Recovery” Subject: Recovery, Risk Management, Response, Preparedness Online Publication Date: Sep 2015 [2] Michele Masellis ,Springer BooksBookName:“Thermal agent disaster and fire disaster: definition, damage, assessment and relief operations”,978-0-585-33973-3. [3] Arpitha, Divya Kiran, V.S.N. Sitaram Gupta and Punithavathi Duraiswamy, “FPGA-GSM based Gas Leakage Detection System” IEEE 978-1-5090-3646- 2/16 -2016. [4] Hazarathaiah, Ch. Krishna Mohan,S.Rahulgowthamand A. K. Mariselvam, “Gas Leakage Detection and Rectification Using GSM” IEEE 0973-4562 Volume 11, Number 9 (2016) [5] Mrs. Lilly Grace Murali., Dr. M.M. Vijayalakshmi “Fire Accidents in Buildings – Case Studies”, (IJETT) – Volume 11 Number 4 - May 2014, ISSN: 2231-5381 [6] Ankit Sood, Babalu sonkar, Atul Rajan and Mr. Ameer Faisal, “Micro controller based LPG weighing and detector using GSM module” International Journal of Electrical and Electronics Research Vol. 3, Issue 2, pp: (264-269), Month: April-June 2015 [7] Tanvira Ismail, Devoleena Das, Jyotirmoy Saikai, Jyotirmoy Deka and Rajkumar Sharma. “GSM basedgas leakage warning system” IJARCCE4C 2278-1021Vol.3, Issue 4, April 2014. [8] Anindya Nag, Asif I. Zia, Li Xie and Subhas Chandra Mukhopadhyay, “Novel sensing approach for LPG leakage detection: Part I: Operating Mechanism and Preliminary Results” DOI 10. 1109/JSEN. 2015. 2496400, IEEE Sensors Journal. Abhishek Sharma Student, Batch of 2018 Department of ECE ABES Institute of Technology BIOGRAPHIES
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 891 Sudha Pal Student, Batch of 2018 Department of ECE ABES Institute of Technology Vaibhav Jain Assistant Professor Department of ECE ABES Institute of Technology