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: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2324
Pi Cam Based Smoke/Fire Alerting System
B.R.B. Jaswanth1, I. Priyanka2, G. Chaitanya3, J. Srinadh4, T. Siva Ganesh5
Corresponding author, Assistant Professor, Department of Electronics and Communication Engineering,
Gudlavalleru
B.Tech Students, Department of ECE, Gudlavalleru Engineering College, Gudlavalleru,
Andhra Pradesh, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Besides the enhancement of technology, the
problems that are faced by the people in a day to day life also
increase especially due to smoke such as fire accidents and
several health issues cause of public smoking. Between them
fire accidents cause a havoc of life and property. In the field of
natural and man-made disasters, fire has played a
predominant role .The extrinsic effects of disasters caused by
fire have progressively changed over the centuries, especially
in the twentieth. As a result, owing to industrial, technological,
and military development, as also to the increasing number of
armed conflicts, there has also been a rapid change in the
modalities and numbers of burn injuries.
This paper provides a better solution to the fire
accidents and public smoking. This paper proposes a system
which would be able to detect smoke and activate the Pi
Camera as soon as it detects smoke and automatically sends
the video captured by it to the wireless monitoring system. So,
one can view the cause of smoke and handle the situation
instantaneously.
Key Words: Raspberry Pi, Pi Camera, MQ2 Sensor, Flame
Sensor, Python programming.
1. INTRODUCTION
At present there are a number of different smoke
detectors are available in the market, like optical smoke
detectors, ionization smoke detectors, and air sampling
smoke detectors to control fire and smoke. Research and
development has continued to improve well established
detection technologies and provided an array of new
technologies to improve fire detection while also being less
susceptible to the causes of false alarms. The main problem
with the existing techniques is that the responsetimeisslow
to take immediate action and another drawback is that the
exact reason for the cause of smoke cannot be known. This
paper helps to overcome these drawbacks. Before goingany
further it’s important to lay the foundation for what is fire;
fire also known as combustion is a sequence of exothermic
chemical reactions between a fuel and an oxidant
accompanied by the by-products of combustion being; heat,
smoke & electromagnetic radiation . It is also important to
recognize that smoke is an aerosol or mixtureofparticulates
suspended in air that comprises a collection of airborne
solids, liquid particulates and gases emitted whena material
undergoes combustion.
Smoke detectors are recognized as the most
common method of fire detection for life safety throughout
the world. There are five types of smoke detection available
with the most common two point types being photo-electric
and ionisation. The other three being projected (optical)
beam, aspirating and video smoke detection are generally
used for specialist applications.
This paper provides a better way of handling with
fire accidents and smoking with the help of raspberry pi, Pi
Camera and Smoke Sensor. Programming the raspberry piis
a key factor, it can be done using various programming
languages like C, C++, Python etc., This paper makes use of
Python 3.5 for programming raspberry pi boardalsoknown
as pi board for wireless video streaming through network
and getting data from the sensor. The monitoring system at
remote area could be able to stream live video into a web
page that you can access in any device that has a browser
and is connected to the same network the Pi is.
2. LITERATURE SURVEY
This chapter gives a brief explanation on different
existing systems. There are many existing systems which
sound an alarm in case a smoke or fire is detected in a
smoking zone. There are currently three types of smoke
alarms in the market such as ionization, combination
ionization/ photoelectric and photoelectric. Apart from
smoke alarms, heat detectors are also used to detect fire.
These are the oldest type of automatic fire detection device.
Heat detectors feature a detecting element inside the unit
that activates when it reaches a predetermined fixed
temperature or when a specific increase in temperature has
occurred.
Fire Alarm Using Thermistor is a simple fire alarm
system with the help of 555 Timer IC, which will sense the
fire (temperature rise insurrounding),andtriggerthealarm.
The key component of the circuit is Thermistor, which has
been used as fire detector or fire sensor.
Fire Detection with Image Processing and PIR sensor is
another method for fire detection with image processing for
detecting the fire and use PIR sensor to detect the
temperature to be sure it. It works by collecting image from
camera and process it by means of different image
processing techniques. Based on the color of the image and
the values from the PIR sensor it can detect the fire.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2325
Drawbacks of these systems aretheyhavehighfalse
alarm rates and in contrast,thetemperaturesensorprovides
more reliable responses but with slow response time. The
main cause of the smoke or fire is unknown in these
techniques.
3. PROPOSED METHODOLOGY
This proposed system overcomes the drawbacks of
the existing detection techniques by letting know the exact
cause for the fire/smoke incidents through pi camera. The
components that are required for the implementationofthis
project are listed below.
1. Raspberry pi 3 model B
2. MQ2 sensor
3. Flame detector
4. Pi Camera
5. Ethernet Cable
6. Bread board and
7. Connecting wires
3.1 Block Diagram
Fig -3.1: Block Diagram of the Proposed System
The working of this project includes below steps:
1. Reading the data from the MQ2 and Flame Sensors.
2. Raspberry pi activates the pi camera whenever gas or
smoke is detected.
3. Live video will be sent to the monitoring system via
Internet.
4. SYSTEM IMPLEMENTATION
To implement this system we rely on both hardware
and software. Besideshardware,software programmingalso
plays a key role for working of this system. So the system is
described by means of hardware and software separately.
4.1 Hardware Implementation
Raspberry pi is the heart of this system. It is the main
component in this system. Implementation of this system is
done through interfacing raspberry pi with MQ2 and flame
sensors and the pi camera. Different interfaces that we
encounter for this system implementation are given as:
1. Interfacing MQ2 Sensor with Raspberry Pi.
2. Interfacing Flame Sensor with Raspberry Pi.
3. Interfacing Pi Camera with Raspberry Pi.
4.1.1 Interfacing MQ2 Sensor with Raspberry Pi
Connections between the pins of MQ2 SensorandRaspberry
pi are:
1. VCC of MQ2 Sensor is connected to 5V supply of raspberry
pi.
2. Ground of the sensor is connected to GND of Raspberry pi.
3. Digital output pin D0 is connected to the one of the GPIO
pins of raspberry pi as programmed.
Fig - 4.1: Connecting MQ2 Sensor to Raspberry Pi
Table - 4.1: Connections between Raspberry Pi and MQ2
Sensor
Raspberry Pi Flame Sensor
5V (VCC) 5V (VCC)
GND GND
GPIO 21 D0
4.1.2 Interfacing Flame sensor with Raspberry Pi
Similar to the MQ2 Sensor Flame Sensor also has three pins
that are used to connect with Raspberry pi. They are:
1.VCC
2. GND
3. Digital out D0
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2326
Fig -4.2: Connecting Flame Sensor with Raspberry Pi
Table -4.2: Connections between MQ2 Sensor and
Raspberry Pi
Raspberry Pi Flame Sensor
5V (VCC) 5V (VCC)
GND GND
GPIO 21 D0
4.1.3 Interfacing Pi Camera with Raspberry Pi
The camera board attaches to pi board via a 15 way
ribbon cable. Connect camera module to the CSI port on
Raspberry Pi; this is the long thin port adjacent to the HDMI
socket. Gently lift the collar on top of the CSI port. Slide the
ribbon cable of the camera module into the port. The blue
cable of camera should face towards Ethernet port of the
raspberry Pi. While installing the camera module, raspberry
pi should be in OFF state. Fully Insert the ribbon cable into
the slot, ensuring it is set straight, then gently press down
the tabs.
In order to use the applications of pi camera on
raspberry pi board, first one must enable the camera in the
settings available in the raspberry pi monitor.
1. Start up the Pi.
2. Open the Raspberry Pi Configuration Tool from the main
menu.
3. Ensure the camera software is enabled
Fig -4.3: Connecting Pi Camera to Raspberry pi
Fig -4.4: Enablig Pi Camera
Now, apply power to Pi board. Once booted, start the
Raspberry Pi Configuration utility and enable the camera
module. If it’s not enabled, enable it and reboot Pi to begin.
Once rebooted, open the terminal and run the following
command:
$ Sudo apt-get update
$ Sudo apt-get upgrade
4.1.4 Overall Hardware Connection
Upon connecting all the hardware components like
MQ2 sensor, Flame sensor, Pi Camera with Raspberry pi
power up the raspberry pi with 5V power supply. Connect
raspberry pi to the laptop or monitor via Ethernet or HDMI
cable. After connecting that a new desktop for raspberry pi
will appear on the screen which is called raspberry pi
desktop.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2327
Fig -4.5: Pi window on laptop monitor
4.2 Software Requirement
This system makes use of Python programming
language for programming the Raspberry Pi. Every python
program should save with extension .py.
Python is a wonderful and powerful programming language
that's easy to use (easy to read and write) and with
Raspberry Pi lets you connect your project to the real world.
Python syntax is very simple, clean with an emphasis on
reliability and uses Standard English keywords. Start by
opening IDLE from the desktop.
Python is a high-level, interpreted, interactive and object-
oriented scripting language. Python was designed to be
highly readable which uses English keywords frequently
whereas other languages use punctuation and it has fewer
syntactical constructions than other languages. We have
different types of pythonversions.Python2.7,Python3.4 are
most popular versions.
Fig -4.6: Python Idle on Raspberry Pi Monitor
5. RESULTS AND DISCUSSION
This chapter deals with the experimental results
with the help of photographs with detailed report at every
level. Those experimental results consist of the picturesthat
are obtained after conducting the project.
Fig -5.1: Circuit in the Absence of Smoke
5.1 Output in the Absence of Smoke
Intially there is nosmokeproducedsurroundingthe
sensors. Sensors are activated by the power supply given by
pi board. Since there is no smoke around the sensors,
Camera is in OFF state and there is no video recording.
Console window displays a message as no gas detected as
printed statement based on sensor reading.
Fig -5.2: Output of the Sensors with No Smoke
5.2 Output in the Absence of Smoke
In order to produce smoke a pair of burned match
stickes are brought close to the sensor. As a result gas is
detected by the sensor. MQ2 sensordetectssmokeasa result
pi camera is activated as shown and starts recording the
video. Below figure shows the message displayed on the
screen and the sensors digital data.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2328
Fig -5.3: MQ-2 Sensor in the Presence of Smoke
Fig -5.4: Smoke Detection Display message
Fig -5.5: Video Steaming through web browser with IP
address
In this image, the top most URL is used to watch the
video in ones laptop through internet.Inthisway,theproject
provides a better detection method for smoking and fire
accidents.
6. CONCLUSION AND FUTURE WORK
This project dealt with detecting of the smoke/fire
in a better way. Controlling methods can also be added as its
scope. The controlling methods include automatic operation
of fire controllers like water sprinklers, fire extinguishers
and sending alert messages. The scope of this project can be
enhanced by sending a message to the controller whenever
smoke is detected and providing a facility of remotely
accessing the devices to control the situation
instantaneously.
ACKNOWLEDGMENTS
Our thanks applause to all the staff individualsfrom
Gudlavalleru Engineering College’s Electronics and
Communication Engineering branch for their different
commitment towards this paper.
REFERENCES
[1] N. Fujiwara and K. Terada, “Extractionofa smokeregion
using fractal coding”, IEEE International Symposium on
Communications and Information Technology, 2004,
ISCIT 2004,Volume 2,26-29Oct.2004,Page(s):659-662.
[2] http://www.semanticscholar.org/paper/Real-Time-
SmokeDetectioninVideoSequences%3AMalenichev
Krasotkina/653bad6594c2faacb09d3f4aea9ca5e6a397
64f0
[3] ByoungChul Ko, Kwang-Ho Cheong, Jae-Yean Nam,
“Early fire detection “Fire SafetyJournal l45(2010)262–
270
[4] Patricio G, Gomes L, Smart house monitoring and
actuating system development using automatic code
generation, Industrial Informatics, 7th IEEE
International Conference, 256-261, 2009, 23-26.
[5] Vinay Sagar K.N, Kusuma S.M, Home Automation using
Internet of Things, IRJET, 02, 2015.
[6] M.Lavanya*, P. Muthukannan, Y.S.S. Bhargav, V. Suresh
EEE Department, Saveetha School of Engineering,
Saveetha University, Chennai 602 105
BIOGRAPHIES
B.R.B.Jaswanthisworkingas Assistant
professor in Electronics and
Communication Engineering department,
Gudlavalleru Engineering College,
Gudlavalleru.Hiscurrentareasof interest
areVLSIandEmbedded systems.
I. Priyanka, a student of Electronics
and Communication Engineering
department, Gudlavalleru Engineering
College, Gudlavalleru.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2329
G. Chaitanya, a student of Electronics
and Communication Engineering
department, Gudlavalleru Engineering
College, Gudlavalleru.
J Srinadh, a student of Electronics and
Communication Engineering
department, Gudlavalleru Engineering
College, Gudlavalleru.
J. Srinadh, a student of Electronics and
Communication Engineering department,
Gudlavalleru Engineering College,
Gudlavalleru.
T. Siva Ganesh, a student of Electronics
and Communication Engineering
department, Gudlavalleru Engineering
College, Gudlavalleru.

More Related Content

What's hot

AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...IJNSA Journal
 
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...IRJET Journal
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring systemJohn Mahlalela
 
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
 
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 - 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
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemIOSRJECE
 
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET Journal
 
Cloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTCloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTijtsrd
 
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET Journal
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEETalvinder Singh
 
wireless security control system and sensor network for smoke and fire detection
wireless security control system and sensor network for smoke and fire detectionwireless security control system and sensor network for smoke and fire detection
wireless security control system and sensor network for smoke and fire detectionJOLLUSUDARSHANREDDY
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detectionguestdbe029
 
Gas & smoke detector Report
Gas & smoke detector ReportGas & smoke detector Report
Gas & smoke detector ReportToushik Paul
 
Fire detection system using arduino
Fire detection system using arduino Fire detection system using arduino
Fire detection system using arduino UT-028
 
Monitoring of Forest Fire Detection System using ZigBee
Monitoring of Forest Fire Detection System using ZigBeeMonitoring of Forest Fire Detection System using ZigBee
Monitoring of Forest Fire Detection System using ZigBeeijtsrd
 
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
 
Fire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionFire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionIRJET 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
 

What's hot (20)

AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...AN INTEGRATED SOLUTION FOR BOTH  MONITORING AND CONTROLLING FOR  AUTOMIZATION...
AN INTEGRATED SOLUTION FOR BOTH MONITORING AND CONTROLLING FOR AUTOMIZATION...
 
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
The Design and Implementation of Building Fire Monitoring System using ZIGBEE...
 
Wild fire monitoring system
Wild fire monitoring systemWild fire monitoring system
Wild fire monitoring system
 
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
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm 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 - 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
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
 
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
IRJET- An IoT Based Forest Fire Detection and Prevention System using Raspber...
 
Cloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoTCloud Based Forest Fire Alert System using IoT
Cloud Based Forest Fire Alert System using IoT
 
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh TopologyIRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
IRJET - An Automatic Forest Fire Detection using Lora Wireless Mesh Topology
 
FOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEEFOREST FIRE DETECTION SYSTEM USING XBEE
FOREST FIRE DETECTION SYSTEM USING XBEE
 
wireless security control system and sensor network for smoke and fire detection
wireless security control system and sensor network for smoke and fire detectionwireless security control system and sensor network for smoke and fire detection
wireless security control system and sensor network for smoke and fire detection
 
필독Automatic Fire Detection
필독Automatic Fire Detection필독Automatic Fire Detection
필독Automatic Fire Detection
 
Gas & smoke detector Report
Gas & smoke detector ReportGas & smoke detector Report
Gas & smoke detector Report
 
Fire detection system using arduino
Fire detection system using arduino Fire detection system using arduino
Fire detection system using arduino
 
Monitoring of Forest Fire Detection System using ZigBee
Monitoring of Forest Fire Detection System using ZigBeeMonitoring of Forest Fire Detection System using ZigBee
Monitoring of Forest Fire Detection System using ZigBee
 
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...
 
Fire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and MotionFire Detection based on Color, Shape and Motion
Fire Detection based on Color, Shape and Motion
 
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
 

Similar to IRJET- Pi Cam based Smoke/Fire Alerting System

Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior CitizensIRJET Journal
 
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTION
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTIONAN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTION
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTIONIRJET Journal
 
Home Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemHome Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemIRJET Journal
 
IRJET- Real Time Video Surveillance Architecture for Secured City Automation
IRJET-  	  Real Time Video Surveillance Architecture for Secured City AutomationIRJET-  	  Real Time Video Surveillance Architecture for Secured City Automation
IRJET- Real Time Video Surveillance Architecture for Secured City AutomationIRJET 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
 
IRJET- IoT and ML based Smart TV for Child Eyes Safety
IRJET-  	  IoT and ML based Smart TV for Child Eyes SafetyIRJET-  	  IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT and ML based Smart TV for Child Eyes SafetyIRJET Journal
 
Ijsartv6 i336122
Ijsartv6 i336122Ijsartv6 i336122
Ijsartv6 i336122aissmsblogs
 
IoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIRJET Journal
 
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
 
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
Bluetooth Based Fire Detection and Robust Protection System By Using ArduinoBluetooth Based Fire Detection and Robust Protection System By Using Arduino
Bluetooth Based Fire Detection and Robust Protection System By Using ArduinoIRJET Journal
 
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIRJET Journal
 
S.W.A.T – Motion Based Intrusion Detection System
S.W.A.T – Motion Based Intrusion Detection SystemS.W.A.T – Motion Based Intrusion Detection System
S.W.A.T – Motion Based Intrusion Detection SystemIRJET Journal
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET Journal
 
Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemIRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET Journal
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET Journal
 
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 ProcessorIRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 ProcessorIRJET Journal
 
Gas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTGas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTIRJET Journal
 
csc project .docx
csc project .docxcsc project .docx
csc project .docxvorsv
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET Journal
 

Similar to IRJET- Pi Cam based Smoke/Fire Alerting System (20)

Smart Home for Senior Citizens
Smart Home for Senior CitizensSmart Home for Senior Citizens
Smart Home for Senior Citizens
 
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTION
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTIONAN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTION
AN AUTONOMOUS ENTRY SYSTEM WITH MASK AND TEMPERATURE DETECTION
 
Home Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert SystemHome Security System based on IOT: A Systematic Alert System
Home Security System based on IOT: A Systematic Alert System
 
IRJET- Real Time Video Surveillance Architecture for Secured City Automation
IRJET-  	  Real Time Video Surveillance Architecture for Secured City AutomationIRJET-  	  Real Time Video Surveillance Architecture for Secured City Automation
IRJET- Real Time Video Surveillance Architecture for Secured City Automation
 
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- IoT and ML based Smart TV for Child Eyes Safety
IRJET-  	  IoT and ML based Smart TV for Child Eyes SafetyIRJET-  	  IoT and ML based Smart TV for Child Eyes Safety
IRJET- IoT and ML based Smart TV for Child Eyes Safety
 
Ijsartv6 i336122
Ijsartv6 i336122Ijsartv6 i336122
Ijsartv6 i336122
 
IoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and AutomationIoT Based Smart Surveillance and Automation
IoT Based Smart Surveillance and Automation
 
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
 
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
Bluetooth Based Fire Detection and Robust Protection System By Using ArduinoBluetooth Based Fire Detection and Robust Protection System By Using Arduino
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
 
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry piIOT Based Air & Sound Pollution Monitoring system using Raspberry pi
IOT Based Air & Sound Pollution Monitoring system using Raspberry pi
 
S.W.A.T – Motion Based Intrusion Detection System
S.W.A.T – Motion Based Intrusion Detection SystemS.W.A.T – Motion Based Intrusion Detection System
S.W.A.T – Motion Based Intrusion Detection System
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
 
Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock System
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 ProcessorIRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
IRJET- IoT based Garbage Management System using ARM Cortex-A53 Processor
 
Gas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoTGas Level Detection and Automatic Booking Using IoT
Gas Level Detection and Automatic Booking Using IoT
 
csc project .docx
csc project .docxcsc project .docx
csc project .docx
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
 

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

AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxhublikarsn
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesRashidFaridChishti
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementDr. Deepak Mudgal
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information SystemsAnge Felix NSANZIYERA
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxNANDHAKUMARA10
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARKOUSTAV SARKAR
 

Recently uploaded (20)

AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 

IRJET- Pi Cam based Smoke/Fire Alerting System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2324 Pi Cam Based Smoke/Fire Alerting System B.R.B. Jaswanth1, I. Priyanka2, G. Chaitanya3, J. Srinadh4, T. Siva Ganesh5 Corresponding author, Assistant Professor, Department of Electronics and Communication Engineering, Gudlavalleru B.Tech Students, Department of ECE, Gudlavalleru Engineering College, Gudlavalleru, Andhra Pradesh, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Besides the enhancement of technology, the problems that are faced by the people in a day to day life also increase especially due to smoke such as fire accidents and several health issues cause of public smoking. Between them fire accidents cause a havoc of life and property. In the field of natural and man-made disasters, fire has played a predominant role .The extrinsic effects of disasters caused by fire have progressively changed over the centuries, especially in the twentieth. As a result, owing to industrial, technological, and military development, as also to the increasing number of armed conflicts, there has also been a rapid change in the modalities and numbers of burn injuries. This paper provides a better solution to the fire accidents and public smoking. This paper proposes a system which would be able to detect smoke and activate the Pi Camera as soon as it detects smoke and automatically sends the video captured by it to the wireless monitoring system. So, one can view the cause of smoke and handle the situation instantaneously. Key Words: Raspberry Pi, Pi Camera, MQ2 Sensor, Flame Sensor, Python programming. 1. INTRODUCTION At present there are a number of different smoke detectors are available in the market, like optical smoke detectors, ionization smoke detectors, and air sampling smoke detectors to control fire and smoke. Research and development has continued to improve well established detection technologies and provided an array of new technologies to improve fire detection while also being less susceptible to the causes of false alarms. The main problem with the existing techniques is that the responsetimeisslow to take immediate action and another drawback is that the exact reason for the cause of smoke cannot be known. This paper helps to overcome these drawbacks. Before goingany further it’s important to lay the foundation for what is fire; fire also known as combustion is a sequence of exothermic chemical reactions between a fuel and an oxidant accompanied by the by-products of combustion being; heat, smoke & electromagnetic radiation . It is also important to recognize that smoke is an aerosol or mixtureofparticulates suspended in air that comprises a collection of airborne solids, liquid particulates and gases emitted whena material undergoes combustion. Smoke detectors are recognized as the most common method of fire detection for life safety throughout the world. There are five types of smoke detection available with the most common two point types being photo-electric and ionisation. The other three being projected (optical) beam, aspirating and video smoke detection are generally used for specialist applications. This paper provides a better way of handling with fire accidents and smoking with the help of raspberry pi, Pi Camera and Smoke Sensor. Programming the raspberry piis a key factor, it can be done using various programming languages like C, C++, Python etc., This paper makes use of Python 3.5 for programming raspberry pi boardalsoknown as pi board for wireless video streaming through network and getting data from the sensor. The monitoring system at remote area could be able to stream live video into a web page that you can access in any device that has a browser and is connected to the same network the Pi is. 2. LITERATURE SURVEY This chapter gives a brief explanation on different existing systems. There are many existing systems which sound an alarm in case a smoke or fire is detected in a smoking zone. There are currently three types of smoke alarms in the market such as ionization, combination ionization/ photoelectric and photoelectric. Apart from smoke alarms, heat detectors are also used to detect fire. These are the oldest type of automatic fire detection device. Heat detectors feature a detecting element inside the unit that activates when it reaches a predetermined fixed temperature or when a specific increase in temperature has occurred. Fire Alarm Using Thermistor is a simple fire alarm system with the help of 555 Timer IC, which will sense the fire (temperature rise insurrounding),andtriggerthealarm. The key component of the circuit is Thermistor, which has been used as fire detector or fire sensor. Fire Detection with Image Processing and PIR sensor is another method for fire detection with image processing for detecting the fire and use PIR sensor to detect the temperature to be sure it. It works by collecting image from camera and process it by means of different image processing techniques. Based on the color of the image and the values from the PIR sensor it can detect the fire.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2325 Drawbacks of these systems aretheyhavehighfalse alarm rates and in contrast,thetemperaturesensorprovides more reliable responses but with slow response time. The main cause of the smoke or fire is unknown in these techniques. 3. PROPOSED METHODOLOGY This proposed system overcomes the drawbacks of the existing detection techniques by letting know the exact cause for the fire/smoke incidents through pi camera. The components that are required for the implementationofthis project are listed below. 1. Raspberry pi 3 model B 2. MQ2 sensor 3. Flame detector 4. Pi Camera 5. Ethernet Cable 6. Bread board and 7. Connecting wires 3.1 Block Diagram Fig -3.1: Block Diagram of the Proposed System The working of this project includes below steps: 1. Reading the data from the MQ2 and Flame Sensors. 2. Raspberry pi activates the pi camera whenever gas or smoke is detected. 3. Live video will be sent to the monitoring system via Internet. 4. SYSTEM IMPLEMENTATION To implement this system we rely on both hardware and software. Besideshardware,software programmingalso plays a key role for working of this system. So the system is described by means of hardware and software separately. 4.1 Hardware Implementation Raspberry pi is the heart of this system. It is the main component in this system. Implementation of this system is done through interfacing raspberry pi with MQ2 and flame sensors and the pi camera. Different interfaces that we encounter for this system implementation are given as: 1. Interfacing MQ2 Sensor with Raspberry Pi. 2. Interfacing Flame Sensor with Raspberry Pi. 3. Interfacing Pi Camera with Raspberry Pi. 4.1.1 Interfacing MQ2 Sensor with Raspberry Pi Connections between the pins of MQ2 SensorandRaspberry pi are: 1. VCC of MQ2 Sensor is connected to 5V supply of raspberry pi. 2. Ground of the sensor is connected to GND of Raspberry pi. 3. Digital output pin D0 is connected to the one of the GPIO pins of raspberry pi as programmed. Fig - 4.1: Connecting MQ2 Sensor to Raspberry Pi Table - 4.1: Connections between Raspberry Pi and MQ2 Sensor Raspberry Pi Flame Sensor 5V (VCC) 5V (VCC) GND GND GPIO 21 D0 4.1.2 Interfacing Flame sensor with Raspberry Pi Similar to the MQ2 Sensor Flame Sensor also has three pins that are used to connect with Raspberry pi. They are: 1.VCC 2. GND 3. Digital out D0
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2326 Fig -4.2: Connecting Flame Sensor with Raspberry Pi Table -4.2: Connections between MQ2 Sensor and Raspberry Pi Raspberry Pi Flame Sensor 5V (VCC) 5V (VCC) GND GND GPIO 21 D0 4.1.3 Interfacing Pi Camera with Raspberry Pi The camera board attaches to pi board via a 15 way ribbon cable. Connect camera module to the CSI port on Raspberry Pi; this is the long thin port adjacent to the HDMI socket. Gently lift the collar on top of the CSI port. Slide the ribbon cable of the camera module into the port. The blue cable of camera should face towards Ethernet port of the raspberry Pi. While installing the camera module, raspberry pi should be in OFF state. Fully Insert the ribbon cable into the slot, ensuring it is set straight, then gently press down the tabs. In order to use the applications of pi camera on raspberry pi board, first one must enable the camera in the settings available in the raspberry pi monitor. 1. Start up the Pi. 2. Open the Raspberry Pi Configuration Tool from the main menu. 3. Ensure the camera software is enabled Fig -4.3: Connecting Pi Camera to Raspberry pi Fig -4.4: Enablig Pi Camera Now, apply power to Pi board. Once booted, start the Raspberry Pi Configuration utility and enable the camera module. If it’s not enabled, enable it and reboot Pi to begin. Once rebooted, open the terminal and run the following command: $ Sudo apt-get update $ Sudo apt-get upgrade 4.1.4 Overall Hardware Connection Upon connecting all the hardware components like MQ2 sensor, Flame sensor, Pi Camera with Raspberry pi power up the raspberry pi with 5V power supply. Connect raspberry pi to the laptop or monitor via Ethernet or HDMI cable. After connecting that a new desktop for raspberry pi will appear on the screen which is called raspberry pi desktop.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2327 Fig -4.5: Pi window on laptop monitor 4.2 Software Requirement This system makes use of Python programming language for programming the Raspberry Pi. Every python program should save with extension .py. Python is a wonderful and powerful programming language that's easy to use (easy to read and write) and with Raspberry Pi lets you connect your project to the real world. Python syntax is very simple, clean with an emphasis on reliability and uses Standard English keywords. Start by opening IDLE from the desktop. Python is a high-level, interpreted, interactive and object- oriented scripting language. Python was designed to be highly readable which uses English keywords frequently whereas other languages use punctuation and it has fewer syntactical constructions than other languages. We have different types of pythonversions.Python2.7,Python3.4 are most popular versions. Fig -4.6: Python Idle on Raspberry Pi Monitor 5. RESULTS AND DISCUSSION This chapter deals with the experimental results with the help of photographs with detailed report at every level. Those experimental results consist of the picturesthat are obtained after conducting the project. Fig -5.1: Circuit in the Absence of Smoke 5.1 Output in the Absence of Smoke Intially there is nosmokeproducedsurroundingthe sensors. Sensors are activated by the power supply given by pi board. Since there is no smoke around the sensors, Camera is in OFF state and there is no video recording. Console window displays a message as no gas detected as printed statement based on sensor reading. Fig -5.2: Output of the Sensors with No Smoke 5.2 Output in the Absence of Smoke In order to produce smoke a pair of burned match stickes are brought close to the sensor. As a result gas is detected by the sensor. MQ2 sensordetectssmokeasa result pi camera is activated as shown and starts recording the video. Below figure shows the message displayed on the screen and the sensors digital data.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2328 Fig -5.3: MQ-2 Sensor in the Presence of Smoke Fig -5.4: Smoke Detection Display message Fig -5.5: Video Steaming through web browser with IP address In this image, the top most URL is used to watch the video in ones laptop through internet.Inthisway,theproject provides a better detection method for smoking and fire accidents. 6. CONCLUSION AND FUTURE WORK This project dealt with detecting of the smoke/fire in a better way. Controlling methods can also be added as its scope. The controlling methods include automatic operation of fire controllers like water sprinklers, fire extinguishers and sending alert messages. The scope of this project can be enhanced by sending a message to the controller whenever smoke is detected and providing a facility of remotely accessing the devices to control the situation instantaneously. ACKNOWLEDGMENTS Our thanks applause to all the staff individualsfrom Gudlavalleru Engineering College’s Electronics and Communication Engineering branch for their different commitment towards this paper. REFERENCES [1] N. Fujiwara and K. Terada, “Extractionofa smokeregion using fractal coding”, IEEE International Symposium on Communications and Information Technology, 2004, ISCIT 2004,Volume 2,26-29Oct.2004,Page(s):659-662. [2] http://www.semanticscholar.org/paper/Real-Time- SmokeDetectioninVideoSequences%3AMalenichev Krasotkina/653bad6594c2faacb09d3f4aea9ca5e6a397 64f0 [3] ByoungChul Ko, Kwang-Ho Cheong, Jae-Yean Nam, “Early fire detection “Fire SafetyJournal l45(2010)262– 270 [4] Patricio G, Gomes L, Smart house monitoring and actuating system development using automatic code generation, Industrial Informatics, 7th IEEE International Conference, 256-261, 2009, 23-26. [5] Vinay Sagar K.N, Kusuma S.M, Home Automation using Internet of Things, IRJET, 02, 2015. [6] M.Lavanya*, P. Muthukannan, Y.S.S. Bhargav, V. Suresh EEE Department, Saveetha School of Engineering, Saveetha University, Chennai 602 105 BIOGRAPHIES B.R.B.Jaswanthisworkingas Assistant professor in Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru.Hiscurrentareasof interest areVLSIandEmbedded systems. I. Priyanka, a student of Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2329 G. Chaitanya, a student of Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru. J Srinadh, a student of Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru. J. Srinadh, a student of Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru. T. Siva Ganesh, a student of Electronics and Communication Engineering department, Gudlavalleru Engineering College, Gudlavalleru.