SlideShare a Scribd company logo
Fire Alarm System
IoT Based Fire Alarm System Using
NodeMCU ESP8266 and Blynk
OBJECTIVE
This project will send an alert whenever it detects
fire and smoke.
It has also connected with a buzzer and an LED which
will act as Audio and visual for indication for alert.
So lets quickly start building IoT based fire security
alarm system using NodeMcu.
Sr. no Required Components Quantity
1. ESP8266 NodeMCU 1
2. Flame Sensor 1
3. 5V Buzzer 1
4. LED Any color 2
5. Breadboard 1
6. Resistor 100Ω 2
7. Jumper cables As per required
8.
ESP8266 NodeMCU
NodeMcu
◦ ESP8266 NodeMCU is an open source IoT platform.
◦ It includes firmware which runs on the low cost Wi-Fi enabled ESP8266
Wi-Fi SoC from Espressif Systems, and hardware which is based on the
ESP-12 module.
◦ It has GPIO, SPI, I2C, ADC, PWM AND UART pins for communication and
controlling other peripherals attached to it.
◦ On board NodeMCU has CP2102 IC which provides USB to TTL
functionality.
◦ In this IoT Fire Alarm, we are using two GPIO pin to get the digital data
from the flame sensor and gas sensor.
Flame Sensor
FLAME SENSOR
 A Flame Sensor is a device that can be used to detect
presence of a fire source or any other bright light sources.
There are several ways to implement a Flame Sensor but the
module used in this project is an Infrared Radiation
Sensitive Sensor.
 The module uses a LM393 comparator chip to provide a
stable digital output signal. This comparator has a driving
ability of 15 mA. This flame detector sensor can be used in
different project including fire alarms and other fire
detecting devices or projects.
Buzzer 5V
Buzzer is a kind of voice device that converts audio model into
sound signal. It is mainly used to prompt or alarm
LED
A light-emitting diode (LED) is a semiconductor device that emits light
when an electric current flows through it.
Resistor
The resistor is a passive electrical component that creates
resistance in the flow of electric current
BreadBoard
A Breadboard is simply a board for prototyping or building
circuits on
Jumper Cables
Jumper cables are simply wires that have connector pins at each
end, allowing them to be used to connect two points to each
other without soldering.
procedure
• Step 1
Firstly, identify all of these components.
• Step 2
Secondly, connect these components in proper
ways as per circuit diagram given below so
that there should not any faults i.e. it would be
errorless there is no chance of errors.
CONECTIONS
Step 4
Now, let’s creates the program for
this project. It is as follows.
CODE
 #define LED1 D1
 #define LED2 D2
 #define Buzzer D3
 #define Sensor
 D0void setup()
 {// Serial.begin(9600);
 pinMode(LED1, OUTPUT);
 pinMode(LED2, OUTPUT);
 pinMode(Buzzer, OUTPUT);
 pinMode(Sensor, INPUT);
 (auth, ssid, pass); timer.setInterval(1000L, notifiaction);*/}/*BLYNK_WRITE(V0)
 {
 pinValue = param.asInt();}
 */
void loop() {
int sensor = digitalRead(Sensor);//
if (pinValue == 1)
{// Serial.println("System is ON");
if (sensor == 1) { digitalWrite(LED2, HIGH);
digitalWrite(LED1, LOW); digitalWrite(Buzzer,
LOW);
}
else if (sensor == 0) {//
Blynk.notify("WARNING! A fire was detected");
digitalWrite(LED2, LOW); digitalWrite(LED1,
HIGH); digitalWrite(Buzzer, HIGH); }// } else
if (pinValue == 0)
{// Serial.println("System is OFF"); }
Step 5
Now select board and port, Afterward, upload
this code to the NodeMcu board.
 Click on Tool then select Board NodeMcu 1.0 (ESP-12E
Module)
 Then click on ESP8266 Board(3.0.0)
 Then click on NodeMcu 1.0(ESP-12E Module)
 Now choose port “COM2” ,and then upload it.
Arduino IDE
Conclusion
A fire alarm is a device that detects the presence of fire
and atmospheric changes relating to smoke.
The fire alarm operates to alert people to evacuate a
location in which a fire or smoke accumulation is present.
When functioning properly, a fire alarm will sound to
notify people of an immediate fire emergency.
This distinct sound exists to allow the notification to be
heard The fire alarm constructed by this project work is
reliable at low cost.
THANK YOU

More Related Content

What's hot

LPG gas leekage dectection
LPG gas  leekage  dectectionLPG gas  leekage  dectection
LPG gas leekage dectection
Abhishek Bhadoria
 
Sensor of smoke
Sensor of smokeSensor of smoke
Sensor of smoke
Mohamed M. Elsaied
 
automatic streetlight control using ldr ppt
automatic streetlight control using ldr pptautomatic streetlight control using ldr ppt
automatic streetlight control using ldr ppt
anand kumar maurya
 
Automatic fire detector
Automatic fire detectorAutomatic fire detector
Automatic fire detector
RAHUL SINHA
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
Farhan Ahmed Rahee
 
Final year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemFinal year project presentation IOT Based home security system
Final year project presentation IOT Based home security system
SarmadMalik18
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm system
oluwatobiomotayo2
 
Smart Door locking system using arduino
Smart Door locking system using arduinoSmart Door locking system using arduino
Smart Door locking system using arduino
BhawnaSingh351973
 
Gas and smoke detection system using arduino
Gas and smoke detection system using arduinoGas and smoke detection system using arduino
Gas and smoke detection system using arduino
Md.Kamrul Islam
 
Automatic gas detection system
Automatic  gas  detection  systemAutomatic  gas  detection  system
Automatic gas detection system
SayanSarkar55
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
chetan kadiwal
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
m sivareddy
 
Nodemcu - introduction
Nodemcu - introductionNodemcu - introduction
Nodemcu - introduction
Michal Sedlak
 
Laser light security system
Laser light security systemLaser light security system
Laser light security system
Mehenaz Sorna
 
Automatic Railway Gate Control System with Arduino
Automatic Railway Gate Control System with ArduinoAutomatic Railway Gate Control System with Arduino
Automatic Railway Gate Control System with Arduino
Misbah Ahmad Chowdhury Fahim
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
Eueung Mulyana
 
Automatic Night Light With Morning Alarm
Automatic Night Light With Morning AlarmAutomatic Night Light With Morning Alarm
Automatic Night Light With Morning Alarm
International Islamic University Islamabad
 
Lm 35
Lm 35Lm 35

What's hot (20)

LPG gas leekage dectection
LPG gas  leekage  dectectionLPG gas  leekage  dectection
LPG gas leekage dectection
 
Sensor of smoke
Sensor of smokeSensor of smoke
Sensor of smoke
 
automatic streetlight control using ldr ppt
automatic streetlight control using ldr pptautomatic streetlight control using ldr ppt
automatic streetlight control using ldr ppt
 
Automatic fire detector
Automatic fire detectorAutomatic fire detector
Automatic fire detector
 
IoT Based Home Automation System Presantation
IoT Based Home Automation System PresantationIoT Based Home Automation System Presantation
IoT Based Home Automation System Presantation
 
Final year project presentation IOT Based home security system
Final year project presentation IOT Based home security systemFinal year project presentation IOT Based home security system
Final year project presentation IOT Based home security system
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm system
 
Smart Door locking system using arduino
Smart Door locking system using arduinoSmart Door locking system using arduino
Smart Door locking system using arduino
 
Gas and smoke detection system using arduino
Gas and smoke detection system using arduinoGas and smoke detection system using arduino
Gas and smoke detection system using arduino
 
Automatic gas detection system
Automatic  gas  detection  systemAutomatic  gas  detection  system
Automatic gas detection system
 
PIR sensing with arduino
PIR sensing  with  arduinoPIR sensing  with  arduino
PIR sensing with arduino
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
 
Nodemcu - introduction
Nodemcu - introductionNodemcu - introduction
Nodemcu - introduction
 
ANTI THEFT PPT
ANTI THEFT PPTANTI THEFT PPT
ANTI THEFT PPT
 
Smoke Detection System
Smoke Detection SystemSmoke Detection System
Smoke Detection System
 
Laser light security system
Laser light security systemLaser light security system
Laser light security system
 
Automatic Railway Gate Control System with Arduino
Automatic Railway Gate Control System with ArduinoAutomatic Railway Gate Control System with Arduino
Automatic Railway Gate Control System with Arduino
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
 
Automatic Night Light With Morning Alarm
Automatic Night Light With Morning AlarmAutomatic Night Light With Morning Alarm
Automatic Night Light With Morning Alarm
 
Lm 35
Lm 35Lm 35
Lm 35
 

Similar to FIRE ALARM SYSTEM PPT.pptx

EESS.pptx
EESS.pptxEESS.pptx
EESS.pptx
IshaanSinghal7
 
IoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorsIoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensors
saritasapkal
 
Mom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics labMom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics lab
Annamaria Lisotti
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
Tony Olsson.
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
Tony Olsson.
 
Arduino
ArduinoArduino
37 en-1-especificaciones
37 en-1-especificaciones37 en-1-especificaciones
37 en-1-especificaciones
IVAN GAVILAN
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptxArduino Workshop (3).pptx
Arduino Workshop (3).pptx
HebaEng
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
Felipe Belarmino
 
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
SanthanaMari11
 
UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
MansiKumari26
 
Arduino Information by Arpit Sharma
Arduino Information by Arpit SharmaArduino Information by Arpit Sharma
Arduino Information by Arpit Sharma
Arpit Sharma
 
WIRELESS FIRE ALARM & MONITOR ON LCD
WIRELESS FIRE ALARM & MONITOR ON LCDWIRELESS FIRE ALARM & MONITOR ON LCD
WIRELESS FIRE ALARM & MONITOR ON LCD
20285ThirupathiReddy
 
Arduino projects & tutorials
Arduino projects & tutorialsArduino projects & tutorials
Arduino projects & tutorials
Anshu Pandey
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
IRJET Journal
 
Arduino programming
Arduino programmingArduino programming
Arduino programming
MdAshrafulAlam47
 
Arduino presentation.pptx it's made up by Mrs electron
Arduino  presentation.pptx  it's made up by Mrs electronArduino  presentation.pptx  it's made up by Mrs electron
Arduino presentation.pptx it's made up by Mrs electron
avnish27jankumar2010
 
ir sensor.docx
ir sensor.docxir sensor.docx
ir sensor.docx
SuperGirlArshiyah
 

Similar to FIRE ALARM SYSTEM PPT.pptx (20)

EESS.pptx
EESS.pptxEESS.pptx
EESS.pptx
 
IoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensorsIoT Basics with few Embedded System Connections for sensors
IoT Basics with few Embedded System Connections for sensors
 
Mom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics labMom presentation_monday_arduino in the physics lab
Mom presentation_monday_arduino in the physics lab
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Physical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digitalPhysical prototyping lab2-analog_digital
Physical prototyping lab2-analog_digital
 
Arduino
ArduinoArduino
Arduino
 
37 en-1-especificaciones
37 en-1-especificaciones37 en-1-especificaciones
37 en-1-especificaciones
 
Arduino Workshop (3).pptx
Arduino Workshop (3).pptxArduino Workshop (3).pptx
Arduino Workshop (3).pptx
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
 
publish manual
publish manualpublish manual
publish manual
 
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
 
UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
 
Arduino Information by Arpit Sharma
Arduino Information by Arpit SharmaArduino Information by Arpit Sharma
Arduino Information by Arpit Sharma
 
WIRELESS FIRE ALARM & MONITOR ON LCD
WIRELESS FIRE ALARM & MONITOR ON LCDWIRELESS FIRE ALARM & MONITOR ON LCD
WIRELESS FIRE ALARM & MONITOR ON LCD
 
Arduino projects & tutorials
Arduino projects & tutorialsArduino projects & tutorials
Arduino projects & tutorials
 
IRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control SystemIRJET - Zigbee based Street Light Control System
IRJET - Zigbee based Street Light Control System
 
Lab2ppt
Lab2pptLab2ppt
Lab2ppt
 
Arduino programming
Arduino programmingArduino programming
Arduino programming
 
Arduino presentation.pptx it's made up by Mrs electron
Arduino  presentation.pptx  it's made up by Mrs electronArduino  presentation.pptx  it's made up by Mrs electron
Arduino presentation.pptx it's made up by Mrs electron
 
ir sensor.docx
ir sensor.docxir sensor.docx
ir sensor.docx
 

Recently uploaded

Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
top1002
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
ssuser7dcef0
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 

Recently uploaded (20)

Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Basic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparelBasic Industrial Engineering terms for apparel
Basic Industrial Engineering terms for apparel
 
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
NUMERICAL SIMULATIONS OF HEAT AND MASS TRANSFER IN CONDENSING HEAT EXCHANGERS...
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 

FIRE ALARM SYSTEM PPT.pptx

  • 1. Fire Alarm System IoT Based Fire Alarm System Using NodeMCU ESP8266 and Blynk
  • 2. OBJECTIVE This project will send an alert whenever it detects fire and smoke. It has also connected with a buzzer and an LED which will act as Audio and visual for indication for alert. So lets quickly start building IoT based fire security alarm system using NodeMcu.
  • 3. Sr. no Required Components Quantity 1. ESP8266 NodeMCU 1 2. Flame Sensor 1 3. 5V Buzzer 1 4. LED Any color 2 5. Breadboard 1 6. Resistor 100Ω 2 7. Jumper cables As per required 8.
  • 5. NodeMcu ◦ ESP8266 NodeMCU is an open source IoT platform. ◦ It includes firmware which runs on the low cost Wi-Fi enabled ESP8266 Wi-Fi SoC from Espressif Systems, and hardware which is based on the ESP-12 module. ◦ It has GPIO, SPI, I2C, ADC, PWM AND UART pins for communication and controlling other peripherals attached to it. ◦ On board NodeMCU has CP2102 IC which provides USB to TTL functionality. ◦ In this IoT Fire Alarm, we are using two GPIO pin to get the digital data from the flame sensor and gas sensor.
  • 7. FLAME SENSOR  A Flame Sensor is a device that can be used to detect presence of a fire source or any other bright light sources. There are several ways to implement a Flame Sensor but the module used in this project is an Infrared Radiation Sensitive Sensor.  The module uses a LM393 comparator chip to provide a stable digital output signal. This comparator has a driving ability of 15 mA. This flame detector sensor can be used in different project including fire alarms and other fire detecting devices or projects.
  • 8. Buzzer 5V Buzzer is a kind of voice device that converts audio model into sound signal. It is mainly used to prompt or alarm
  • 9. LED A light-emitting diode (LED) is a semiconductor device that emits light when an electric current flows through it.
  • 10. Resistor The resistor is a passive electrical component that creates resistance in the flow of electric current
  • 11. BreadBoard A Breadboard is simply a board for prototyping or building circuits on
  • 12. Jumper Cables Jumper cables are simply wires that have connector pins at each end, allowing them to be used to connect two points to each other without soldering.
  • 13. procedure • Step 1 Firstly, identify all of these components. • Step 2 Secondly, connect these components in proper ways as per circuit diagram given below so that there should not any faults i.e. it would be errorless there is no chance of errors.
  • 15. Step 4 Now, let’s creates the program for this project. It is as follows. CODE  #define LED1 D1  #define LED2 D2  #define Buzzer D3  #define Sensor  D0void setup()  {// Serial.begin(9600);  pinMode(LED1, OUTPUT);  pinMode(LED2, OUTPUT);  pinMode(Buzzer, OUTPUT);  pinMode(Sensor, INPUT);  (auth, ssid, pass); timer.setInterval(1000L, notifiaction);*/}/*BLYNK_WRITE(V0)  {  pinValue = param.asInt();}  */
  • 16. void loop() { int sensor = digitalRead(Sensor);// if (pinValue == 1) {// Serial.println("System is ON"); if (sensor == 1) { digitalWrite(LED2, HIGH); digitalWrite(LED1, LOW); digitalWrite(Buzzer, LOW); } else if (sensor == 0) {// Blynk.notify("WARNING! A fire was detected"); digitalWrite(LED2, LOW); digitalWrite(LED1, HIGH); digitalWrite(Buzzer, HIGH); }// } else if (pinValue == 0) {// Serial.println("System is OFF"); }
  • 17. Step 5 Now select board and port, Afterward, upload this code to the NodeMcu board.  Click on Tool then select Board NodeMcu 1.0 (ESP-12E Module)  Then click on ESP8266 Board(3.0.0)  Then click on NodeMcu 1.0(ESP-12E Module)  Now choose port “COM2” ,and then upload it.
  • 19. Conclusion A fire alarm is a device that detects the presence of fire and atmospheric changes relating to smoke. The fire alarm operates to alert people to evacuate a location in which a fire or smoke accumulation is present. When functioning properly, a fire alarm will sound to notify people of an immediate fire emergency. This distinct sound exists to allow the notification to be heard The fire alarm constructed by this project work is reliable at low cost.