SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 595
Smoke Alert System For Dye Industries Using IoT
T. Ritesh1, S. Pranav Kumar2, N. Yashovardhan3, Dr. G. Prasad Acharya4, Dr. Y. Sreenivasulu5
1,2,3 B. Tech Scholars, Dept. of Electronics and Communication Engineering, SNIST, Hyderabad-501301, India
4,5 Professor, Dept. of Electronics and Communication Engineering, SNIST, Hyderabad-501301, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The goal of this paper is to integrate AVR
technology into smoke sensorcircuitry.Wecreatedafirealarm
using an Arduino Uno, which is linked to a smoke sensor and a
buzzer. The smoke sensor detects any smoke produced by
burning or fire. A buzzer connected to an Arduino provides us
with an alert indication. When fire and smoke are activated, it
burns nearby objects and emits smoke. Small smoke from
candlelight or incense sticks used in the home can also set off a
fire alarm. Also, whenevertheheat intensity is high, the alertis
activated. When the temperaturereturnstonormal,thebuzzer
or alarm is turned off, and the smoke level decreases. The
smoke alert system is an important system for both industrial
and residential purposes. When it detects fire or smoke, it
immediately alerts the user by sounding the buzzer. We are
using an Arduino Uno from the Arduino familyforthispurpose.
Additionally, the Arduino is interfaced with the LCD display to
display the status of the system, whether Smoke and Overheat
are detected or not.
Key Words: Arduino, Mq2 sensor, Buzzer, Lcd display
I. INTRODUCTION
This project is about smoke detection systems used in
industry. Our project is to create a smoke warningsystemfor
the dye industry. Essentially, dye industries manufacture
various types of products that have dye applied to them.
Threads, boxes, and other items are examples of products.
There is a possibility of fire accidents occurring. Because no
one knows how and when these fires will occur, these
incidents can be fatal. When a fire occurs, it is critical to have
a quick response and stop time. Otherwise,thedyeindustries
will suffer a significant loss of product. To avoid the damage
caused by fires, we must be alerted and control the fire if it
produces more smoke than usual. We are alerted by a buzzer
that will sound when the ppm of smoke exceeds the normal
range. To create a smoke detection system utilising Internet
of Things (IoT) technology and a sensor capable of assessing
the situation and updating the system in real-time. The
system's goal is to initiate a response that reduces the
severity of fire and smoke accidents while also providing
users with a helpful alert with an alarm when smoke is
detected.
II. LITERATURE REVIEW MATERIALS AND
METHODOLOGY
II. i. Literature Review
In order to prevent loss of life and propertydamage,safetyis
an important consideration in the design of residential and
commercial buildings. Fire is an important consideration in
safety. This project created a smoke alert based on a
microcontroller that will continuously monitor the amount
of smoke and activate an alarm to alert safety measures to
contain the situation. When it comes to fire safety,it'sbest to
have a smoke alert in our homes and industries. With so
many smoke detectors available, we can rest assured that
our industries are safe from the unimaginable. The smoke
detector is one of the simplest and least expensive. Most
industries use it because it protects effectively and
efficiently. Instead of relying on heat/temperature sensors,
which sound an alarm when a fire has already started, this
system can be useful in both domesticandindustrial settings
to detect smoke. This can go a long way toward saving
human lives. This system can also be used to detect and
deter smokers in non-smoking areas. The cost of
implementing this system is low because the components
used are inexpensive and widely available on the market. As
long as more pins are freed for multiple inputs and multiple
outputs, a single microcontroller can be used to interface
several sensors with alarms located in different locations.
This system includes a power supply that can be plugged
directly into a power outlet (5V DC) toprovidethenecessary
operating voltage. Smoke detectors are more sensitive to
fires in their early, smoldering stages (before it breaks into
flame).
II.ii. Materials
1. Arduino UNO:
The Arduino UNO is built around the ATmega328P
microcontroller. In comparison to other boards, such as the
Arduino Mega, it is simple to use. The board is made up of
digital and analogue I/O pins, shields, and othercircuits.The
Arduino UNO has six analogue input pins, fourteen digital
pins, a USB connector, a power jack, and an ICSP (In-Circuit
Serial Programming) header. It's written in IDE, which
stands for Integrated Development Environment. It is
compatible with both online and offline platforms.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 596
2. MQ2 sensor: The MQ-2 is a sensor for smoke and
combustible gases. It has a detection range of 300 -
10000ppm for flammable gases. Its most common
application is in domestic gas leak detection and detectors
with a high sensitivity to smoke.
3. Connecting Wires:
Wires are the conductive connections betweentheelements
in contact in any electronic circuitry. They have zero
resistance and provide perfect connections in theory. They
appear on the breadboard as nicely coloured jumper wires.
5. Buzzer:
Sensor-Buzzer is a buzzer that is passive. Itis likea magnetic
speaker, requires voltage with differentfrequenciesinorder
to produce sound. When the frequency increases, the pitch
becomes louder.
6. LCD Display
To provide a user interface, we can connect a liquid crystal
display (LCD) to an Arduino. LCDs are commonly used to
display data in devices suchascalculators,microwaveovens,
and a variety of other electronic devices.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 597
7. Arduino IDE compiler:
Arduino is an open-source electronics platform built
primarily on user-friendly hardware and software. To
upload our programmeintothemicrocontroller,theArduino
IDE employs an AVR-GCC compiler and AVR-dude. The
Arduino IDE is open-source software for writing and
uploading code to Arduino boards. The IDE application is
compatible with a variety of operating systems, including
Windows, Mac OS X, and Linux. It is compatible with the
programming languages C and C++. IDE is an abbreviation
for Integrated Development Environment.
II. iii. Methodology
When you turn on the device, the Arduino initializes the
sensor module and the LCD display. It begins to read data
from the MQ-02 sensor. The data is read from the sensor's
analogue output pin. The read data is in the form of an
analogue voltage that is digitalized using an ADC channel
built into the device. Because the Arduino board's ADC
channels are 10-bit long, the digitalized readingrangesfrom
0 to 1023. After calibration, the ADC reading is directly
proportional to the smoke concentration in PPM by a factor
of one. The reading is saved in a variable and shown on the
LCD screen.
The reading is compared to a calibrated threshold that
represents the danger level of smoke detection. If the smoke
concentration in PPM exceeds the threshold value, the
Arduino board sends a HIGH pulse to the respective
controller pin, activating the alarm indicator in the form of
an LED and activating the DC motor used as exhaust.
Otherwise, the LED is kept off by passing a LOW at the
respective controller pin, and the motor is kept in top
condition by passing a LOW at the pins controllingthemotor
input signals, until the concentration of smoke in PPM does
not exceed the dangerous limit.
Examine the project code to see how the portable Arduino
board reads data from the MQ-02 sensor,storesit,displaysit
on the LCD screen, compares it to a threshold value, and
activates the motor and LED indicator when a dangerous
level of smoke concentration is detected.
III. MODELING AND ANALYSI
Figure 1: Model Block Diagram.
IV. RESULTS, DISCUSSION, AND CONCLUSION
The project "Smoke alert system for industries" has been
designed and tested successfully. It was created by
combining features from all of the hardware components
used. Every module'spresencehasbeencarefullyconsidered
and placed, resulting in the best possible operation of the
unit. Second, the project was successfully implemented by
utilising highly advanced ICs and growing technology. Since
the first generation of smoke detectors was released, there
have been a number of advancements to both reduce
detection time while also decreasing detector's activation
when combustion productsarenotpresent.Smokedetectors
and alarms are evolving from simple smoke detectors to
combination detectors and multicriteria detectors.
The future will be multicriteria detection, in which the
detector will be more of a sensor, detecting combustion
products such as carbon monoxide, carbon dioxide, sulphur
dioxide, and nitrogen oxides as well as heat and particulate
matter. Sensors will also be able to detect or track whethera
room is occupied or not, and will be integrated with
occupant notification and evacuation. The development of
more advanced algorithms and artificial intelligence, both
within the sensor and the front-end control unit, will reduce
the time between the start of an event and its notification.
It is not unlikely that detection technology will be able to
detect an impending fire at that stage rather than when it is
flaming. At the same time, this may reduce the likelihood of
an unwanted activation occurring. Within the next decade,
video image detection (VID) will become more common,
allowing the image of smoke or flame to be isolated and
detected from within a room or space using analytics. The
VID system would also be able to detect if someone is in the
space and, through integration with the notification
appliances, provide an exit path.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 598
Figure 1a. Normal smoke detected and displayed in LCD
display.
Figure 1b. High smoke detected and displayed in LCD
display.
Figure 2. Lock Closed.
V. ACKNOWLEDGEMENT
We would like to express our special thanks to our
mentor Dr. G. Prasad Acharya who gave us a golden
opportunity to do this wonderful project on this topic which
also helped us in doing a lot of research and we came to
know about so many new things. We are really thankful to
them. Secondly, we would also like to thank my friends who
helped us a lot in finalizing this project within the limited
time frame.
VI. REFERENCES
1. M. Kironji, “Evaluation of Fire Protection System in
Commercial Buildings for Fire Safety Optimization”,
International Journal of Scientific and Research Publication,
vol. 5, No. 10, pp. 2250-3153, 2015.
2. V. Pati, S. Joshi, R. Sowmianarayanan, M. Vedavahi, & R.
Rana, “Simulation of Intelligent Fire Detection and Alarm
System for a Warship”. Institute of Armament Technology.
Vol. 39, pp. 79-94, 1989.
3. G. Heskestad, “Escape Potentials from Apartments
Protected by Fire Detectors in High-Rise Building”,
Department of Housing and Urban Development, Factor
Mutual Research Corp., Norwood, Massachusetts. Final
Technical Report, 1984.
4. A. Lerardi, & J. Barnett, “A Methodology for Predicting
Smoke Detector Response”. WPI Center for Fire Safety
Studies, Worcester, 2000. Retrieved from: ierardi@wpi.edu,
on 2nd April 2017.
5. M. Wieder, & C. Smith, “Fire Inspection and Code
Enforcement”, (6th Edition.), Oklahoma City, FireProtection
Publication, Oklahoma State University, 1998.
6. N. Langewisch, N. “A Review of Automatic Sprinkler
Systems and Fire Detection Systems within Missouri”,
Occupational Safety in the Fire Service.

More Related Content

Similar to Smoke Alert System For Dye Industries Using IoT

Similar to Smoke Alert System For Dye Industries Using IoT (20)

IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTIONIOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
IOT-BASED HAZARDOUS GAS LEAKAGE DETECTION
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
 
IRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring SystemIRJET - IoT based Air Quality Monitoring System
IRJET - IoT based Air Quality Monitoring System
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM USING IOTAIR AND SOUND POLLUTION MONITORING SYSTEM USING IOT
AIR AND SOUND POLLUTION MONITORING SYSTEM 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 - 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
 
Fire fighting robot
Fire fighting robotFire fighting robot
Fire fighting robot
 
Design and Implementation of Bluetooth Based Industrial Automation
Design and Implementation of Bluetooth Based Industrial AutomationDesign and Implementation of Bluetooth Based Industrial Automation
Design and Implementation of Bluetooth Based Industrial Automation
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
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
 
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
 
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 - Surveillance System for Petroleum Industry
IRJET - Surveillance System for Petroleum IndustryIRJET - Surveillance System for Petroleum Industry
IRJET - Surveillance System for Petroleum Industry
 
IRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification SystemIRJET - Fire and Harmful Gas Detection Notification System
IRJET - Fire and Harmful Gas Detection Notification System
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
 
IRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoTIRJET - Forest Fire Detection, Prevention and Response System using IoT
IRJET - Forest Fire Detection, Prevention and Response System using IoT
 
IRJET - 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 based Smart Oil and Gas Monitoring System
IRJET -  	  IoT based Smart Oil and Gas Monitoring SystemIRJET -  	  IoT based Smart Oil and Gas Monitoring System
IRJET - IoT based Smart Oil and Gas Monitoring System
 

More from 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

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
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
Neometrix_Engineering_Pvt_Ltd
 
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
Epec Engineered Technologies
 

Recently uploaded (20)

Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
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
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
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
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
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
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 

Smoke Alert System For Dye Industries Using IoT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 595 Smoke Alert System For Dye Industries Using IoT T. Ritesh1, S. Pranav Kumar2, N. Yashovardhan3, Dr. G. Prasad Acharya4, Dr. Y. Sreenivasulu5 1,2,3 B. Tech Scholars, Dept. of Electronics and Communication Engineering, SNIST, Hyderabad-501301, India 4,5 Professor, Dept. of Electronics and Communication Engineering, SNIST, Hyderabad-501301, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The goal of this paper is to integrate AVR technology into smoke sensorcircuitry.Wecreatedafirealarm using an Arduino Uno, which is linked to a smoke sensor and a buzzer. The smoke sensor detects any smoke produced by burning or fire. A buzzer connected to an Arduino provides us with an alert indication. When fire and smoke are activated, it burns nearby objects and emits smoke. Small smoke from candlelight or incense sticks used in the home can also set off a fire alarm. Also, whenevertheheat intensity is high, the alertis activated. When the temperaturereturnstonormal,thebuzzer or alarm is turned off, and the smoke level decreases. The smoke alert system is an important system for both industrial and residential purposes. When it detects fire or smoke, it immediately alerts the user by sounding the buzzer. We are using an Arduino Uno from the Arduino familyforthispurpose. Additionally, the Arduino is interfaced with the LCD display to display the status of the system, whether Smoke and Overheat are detected or not. Key Words: Arduino, Mq2 sensor, Buzzer, Lcd display I. INTRODUCTION This project is about smoke detection systems used in industry. Our project is to create a smoke warningsystemfor the dye industry. Essentially, dye industries manufacture various types of products that have dye applied to them. Threads, boxes, and other items are examples of products. There is a possibility of fire accidents occurring. Because no one knows how and when these fires will occur, these incidents can be fatal. When a fire occurs, it is critical to have a quick response and stop time. Otherwise,thedyeindustries will suffer a significant loss of product. To avoid the damage caused by fires, we must be alerted and control the fire if it produces more smoke than usual. We are alerted by a buzzer that will sound when the ppm of smoke exceeds the normal range. To create a smoke detection system utilising Internet of Things (IoT) technology and a sensor capable of assessing the situation and updating the system in real-time. The system's goal is to initiate a response that reduces the severity of fire and smoke accidents while also providing users with a helpful alert with an alarm when smoke is detected. II. LITERATURE REVIEW MATERIALS AND METHODOLOGY II. i. Literature Review In order to prevent loss of life and propertydamage,safetyis an important consideration in the design of residential and commercial buildings. Fire is an important consideration in safety. This project created a smoke alert based on a microcontroller that will continuously monitor the amount of smoke and activate an alarm to alert safety measures to contain the situation. When it comes to fire safety,it'sbest to have a smoke alert in our homes and industries. With so many smoke detectors available, we can rest assured that our industries are safe from the unimaginable. The smoke detector is one of the simplest and least expensive. Most industries use it because it protects effectively and efficiently. Instead of relying on heat/temperature sensors, which sound an alarm when a fire has already started, this system can be useful in both domesticandindustrial settings to detect smoke. This can go a long way toward saving human lives. This system can also be used to detect and deter smokers in non-smoking areas. The cost of implementing this system is low because the components used are inexpensive and widely available on the market. As long as more pins are freed for multiple inputs and multiple outputs, a single microcontroller can be used to interface several sensors with alarms located in different locations. This system includes a power supply that can be plugged directly into a power outlet (5V DC) toprovidethenecessary operating voltage. Smoke detectors are more sensitive to fires in their early, smoldering stages (before it breaks into flame). II.ii. Materials 1. Arduino UNO: The Arduino UNO is built around the ATmega328P microcontroller. In comparison to other boards, such as the Arduino Mega, it is simple to use. The board is made up of digital and analogue I/O pins, shields, and othercircuits.The Arduino UNO has six analogue input pins, fourteen digital pins, a USB connector, a power jack, and an ICSP (In-Circuit Serial Programming) header. It's written in IDE, which stands for Integrated Development Environment. It is compatible with both online and offline platforms.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 596 2. MQ2 sensor: The MQ-2 is a sensor for smoke and combustible gases. It has a detection range of 300 - 10000ppm for flammable gases. Its most common application is in domestic gas leak detection and detectors with a high sensitivity to smoke. 3. Connecting Wires: Wires are the conductive connections betweentheelements in contact in any electronic circuitry. They have zero resistance and provide perfect connections in theory. They appear on the breadboard as nicely coloured jumper wires. 5. Buzzer: Sensor-Buzzer is a buzzer that is passive. Itis likea magnetic speaker, requires voltage with differentfrequenciesinorder to produce sound. When the frequency increases, the pitch becomes louder. 6. LCD Display To provide a user interface, we can connect a liquid crystal display (LCD) to an Arduino. LCDs are commonly used to display data in devices suchascalculators,microwaveovens, and a variety of other electronic devices.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 597 7. Arduino IDE compiler: Arduino is an open-source electronics platform built primarily on user-friendly hardware and software. To upload our programmeintothemicrocontroller,theArduino IDE employs an AVR-GCC compiler and AVR-dude. The Arduino IDE is open-source software for writing and uploading code to Arduino boards. The IDE application is compatible with a variety of operating systems, including Windows, Mac OS X, and Linux. It is compatible with the programming languages C and C++. IDE is an abbreviation for Integrated Development Environment. II. iii. Methodology When you turn on the device, the Arduino initializes the sensor module and the LCD display. It begins to read data from the MQ-02 sensor. The data is read from the sensor's analogue output pin. The read data is in the form of an analogue voltage that is digitalized using an ADC channel built into the device. Because the Arduino board's ADC channels are 10-bit long, the digitalized readingrangesfrom 0 to 1023. After calibration, the ADC reading is directly proportional to the smoke concentration in PPM by a factor of one. The reading is saved in a variable and shown on the LCD screen. The reading is compared to a calibrated threshold that represents the danger level of smoke detection. If the smoke concentration in PPM exceeds the threshold value, the Arduino board sends a HIGH pulse to the respective controller pin, activating the alarm indicator in the form of an LED and activating the DC motor used as exhaust. Otherwise, the LED is kept off by passing a LOW at the respective controller pin, and the motor is kept in top condition by passing a LOW at the pins controllingthemotor input signals, until the concentration of smoke in PPM does not exceed the dangerous limit. Examine the project code to see how the portable Arduino board reads data from the MQ-02 sensor,storesit,displaysit on the LCD screen, compares it to a threshold value, and activates the motor and LED indicator when a dangerous level of smoke concentration is detected. III. MODELING AND ANALYSI Figure 1: Model Block Diagram. IV. RESULTS, DISCUSSION, AND CONCLUSION The project "Smoke alert system for industries" has been designed and tested successfully. It was created by combining features from all of the hardware components used. Every module'spresencehasbeencarefullyconsidered and placed, resulting in the best possible operation of the unit. Second, the project was successfully implemented by utilising highly advanced ICs and growing technology. Since the first generation of smoke detectors was released, there have been a number of advancements to both reduce detection time while also decreasing detector's activation when combustion productsarenotpresent.Smokedetectors and alarms are evolving from simple smoke detectors to combination detectors and multicriteria detectors. The future will be multicriteria detection, in which the detector will be more of a sensor, detecting combustion products such as carbon monoxide, carbon dioxide, sulphur dioxide, and nitrogen oxides as well as heat and particulate matter. Sensors will also be able to detect or track whethera room is occupied or not, and will be integrated with occupant notification and evacuation. The development of more advanced algorithms and artificial intelligence, both within the sensor and the front-end control unit, will reduce the time between the start of an event and its notification. It is not unlikely that detection technology will be able to detect an impending fire at that stage rather than when it is flaming. At the same time, this may reduce the likelihood of an unwanted activation occurring. Within the next decade, video image detection (VID) will become more common, allowing the image of smoke or flame to be isolated and detected from within a room or space using analytics. The VID system would also be able to detect if someone is in the space and, through integration with the notification appliances, provide an exit path.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 01 | Jan 2023 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 598 Figure 1a. Normal smoke detected and displayed in LCD display. Figure 1b. High smoke detected and displayed in LCD display. Figure 2. Lock Closed. V. ACKNOWLEDGEMENT We would like to express our special thanks to our mentor Dr. G. Prasad Acharya who gave us a golden opportunity to do this wonderful project on this topic which also helped us in doing a lot of research and we came to know about so many new things. We are really thankful to them. Secondly, we would also like to thank my friends who helped us a lot in finalizing this project within the limited time frame. VI. REFERENCES 1. M. Kironji, “Evaluation of Fire Protection System in Commercial Buildings for Fire Safety Optimization”, International Journal of Scientific and Research Publication, vol. 5, No. 10, pp. 2250-3153, 2015. 2. V. Pati, S. Joshi, R. Sowmianarayanan, M. Vedavahi, & R. Rana, “Simulation of Intelligent Fire Detection and Alarm System for a Warship”. Institute of Armament Technology. Vol. 39, pp. 79-94, 1989. 3. G. Heskestad, “Escape Potentials from Apartments Protected by Fire Detectors in High-Rise Building”, Department of Housing and Urban Development, Factor Mutual Research Corp., Norwood, Massachusetts. Final Technical Report, 1984. 4. A. Lerardi, & J. Barnett, “A Methodology for Predicting Smoke Detector Response”. WPI Center for Fire Safety Studies, Worcester, 2000. Retrieved from: ierardi@wpi.edu, on 2nd April 2017. 5. M. Wieder, & C. Smith, “Fire Inspection and Code Enforcement”, (6th Edition.), Oklahoma City, FireProtection Publication, Oklahoma State University, 1998. 6. N. Langewisch, N. “A Review of Automatic Sprinkler Systems and Fire Detection Systems within Missouri”, Occupational Safety in the Fire Service.