SlideShare a Scribd company logo
3
Most read
6
Most read
7
Most read
OBAFEMI AWOLOWO UNIVERSITY,ILE-IFE,NIGERIA.
DESIGN OF IOT BASED FIRE ALARM SYSTEM
A PROJECT REPORT SUBMITTED
BY
Group 9, 300L Students Of Electronic & Electrical Engineering As One of The Assessment
Item For EEE310 (Measurement & Instrumentation I) Course Unit.
S/N GROUP MEMBERS MATRIC NO
1 AJAYI PRAISE EEG/2016/009
2 CHUKWUETOO JOY CHIKAODILI EEG/2016/019
3 IBEH CHIBUNA KENNETH EEG/2016/029
4 KPEREGBEYI AYIRI LESLIE EEG/2016/039
5 OKWUNZE CHIAGOZIE KELVIN EEG/2016/049
6 OMOTAYO OLUWATOBI M EEG/2016/059
7 AKPANOWO EDIDIONG JOHN EEG/2016/089
8 OTI JOEL CHUKWUEMEKA EEG/2016/099
9 ADEBIYI TEMITAYO MOSES EEG/2017/109
10 GABRIEL KAYODE MOSES EEG/2017/119
OCTOBER, 2019.
INTRODUCTION
This report has proposed an internet of things (IoT) based fire alarm monitoring and control
system best suited for industrial and home applications. This research work focused on using the
low cost ESP8266 Wi-Fi modules and MQTT to create collaborative awareness and ubiquitous
services for static IoT smart home. Collaborative-aware service makes devices interact
automatically without human intervention while ubiquitous service makes collaborative aware
service available anywhere and anytime. Fire is the major cause of accidents claiming valuable
lives and property. The chemical reaction between carbon-based materials in presence of oxygen
generates flammable vapor causing a steady rise in temperature and results in a fire. The major
characteristics of fire are it extends exponentially with time. Hence, timely detection of fire is
critical for avoiding a major accident. In this report, fire alarm system is integrated with IoT
platform. It can sense flame, the rise in temperature, and send it to a far-away control station
through WIFI to generate needful instructions for the actuator. The system is a monitoring and
control system. The sensors monitor the physical quantities such as temperature, flame and give
its output as voltage.
FIRE ALARM SYSTEM MODEL
The fire alarm system comprises of three major subsystem: (1) ESP866 which is basically a
microcontroller system that is responsible for all decision making process along with that (2)
sensor subsystem that has sensors sense the physical quantities to identify fire followed by
comparator, actuator and Wifi Module. The functional block diagram of conventional fire alarm
system is shown below.
A set of sensors are deployed in various zones to identify the location of the fire that comprises
of the temperature sensor and flame sensor. Fire Outbreak results significant increase in
temperature and percentage of carbon dioxide and carbon monoxide present in the atmosphere.
The temperature sensor used is LM35. The LM35 series are precision integrated-circuit
temperature devices with an output voltage linearly proportional to the Centigrade temperature.
The LM35 device does not require any external calibration or trimming to that provide typical
accuracies of ±¼°C at room temperature and ±¾°C over a full -55°C to
150°C temperature range. Flame sensor has photodiode to detect the light and op-amp to control
the sensitivity. It is used to detect fire and provide HIGH signal upon the detection. ESP866
reads the signal and provides alert by turning on buzzer. Flame sensor used here is an IR based
flame sensor. The ESP866 is basically a microcontroller system that takes sensor output as input.
The sensor outputs voltages are analog and digital in nature and are compared with a pre-
determined threshold by the comparator. The comparator outputs are either ‘1’ or ‘0’ that is
being given input to the processor. After receiving and analyzing the information, it provides
necessary instruction to the actuators. The actuators of the system are buzzer alarm.
TEMPERATURE
SENSOR
FLAME
SENSOR
Comparator
Comparator
ESP866
Buzzer
Alarm
Wifi
Module
MQTT
PLATFORM
COMPONENT USED
ESP8266-The ESP8266 is a System on a Chip (SoC), manufactured by the Chinese company
Espressif. It consists of a 32-bit micro controller unit (MCU) and a Wi-Fi transceiver. It has 11
GPIO pins* (General Purpose Input/Output pins), and an analog input as well. And on top of
that, you get Wi-Fi communication, so you can use it to connect to your Wi-Fi network, connect
to the Internet, host a web server with real web pages, let your smartphone connect to it, etc ...
The possibilities are endless! It's no wonder that this chip has become the most popular IOT
device available. The Internet of Things (IoT) is a system of interrelated computing devices,
mechanical and digital machines, objects, animals or people that are provided with unique
identifiers (UIDs) and the ability to transfer data over a network without requiring human-to-
human or human-to-computer interaction. The ESP8266 is a 3.3V microcontroller, so its I/O
operates at 3.3V as well. The maximum current that can be drawn from a single GPIO pin is
12mA. The ESP8266 has a single analog input, with an input range of 0 - 1.0V. The ADC
(analog to digital converter) has a resolution of 10 bits.
Monitoringthe Temperature UsingLM35- Threshold value (whichis30°C) alsobe programmedandthe
hostcan be notifiedwhentemperature isabove thisthreshold. Itisan analogand lineartemperature
sensor,whichhasa linearrelationshipbetweenoutputvoltage andtemperaturechanges(°C). Itshows
valuesinthe formof outputvoltagesinsteadof degreeCelsius.Thissensorisfullyratedfrom -55 °C to
+150 °C and withthe linearscale factorof 10mV/°C. It operatesfrom4 to 30 V,has lessthan60µA drain
currentand has lowself-heating.The inputvoltage affectstemperature measurement.Itssmallest
inputchange is0.5 °C. Whena 5V supplyisused,youhave aresolutionof 5000mV/1024 = 4.8mV.
Because the LM35 has a outputof 10mV/C the resolutionof the thermometeris10mV/4.8mV ~ 0.5ºC.
Detecting Fire using Flame sensor- The flame sensor is used to detect the fire which are in the
range of wavelength from 760nm to 1100nm and can detect fire up to distance of 100cm within
60 degrees of angle of detection. The module consists of an IR sensor, potentiometer, OP-Amp
circuitry and a led indicator. When a flame will be detected, the module will turn on its red led.
The sensitivity of this sensor is adjustable and it also has a stable performance. Every object
including the “fire” emits some amount of Infrared rays which are detected by the photodiode.
An operation amplifier is attached across the photodiode to detect the change in voltage. If the
voltage detected is zero it gives digital output “1” and if it detects some voltage in case of fire
then it gives digital output as “0”.
Control Element- The actuator of the system is buzzer alarm. The alarm makes a sound when
temperature in an environment is above the threshold value and flame is detected.
PROJECTDESCRIPTION
IOT Based Fire Alerting System uses two Sensors, namely, Temperature and Flame sensors.
There is an ADC convertor, which converts the analog signals received at the temperature sensor
end to digital and then transmits them to the ESP8266. The ESP8266 is programmed to turn on
the buzzer, when the temperature in the environment reach a threshold value and flame is
detected.
At the same time, NodeMCU sends the data to the Wi-Fi module ESP8266. ESP8266 is a chip
which is used for connecting micro-controllers to Wi-Fi network. ESP8266 will then the
following data to the IOT website, where, authorized people can take appropriate measure in
order to curb the fire.
a. Temperature (in Degree Celsius)
b. Flame Detection
The Pre-requisite for this IoT based fire alarming system is that the Wi-Fi module should be
connected to a Wi-Fi zone or a hotspot.
CIRCUIT DIAGRAM
CONFIGURE MQTT PLATFOFM
MQTT is one of the most commonly used protocols in IoT projects. It stands for Message
Queuing Telemetry Transport. In addition, it is designed as a lightweight messaging protocol that
uses publish/subscribe operations to exchange data between clients and the server.
Like any other internet protocol, MQTT is based on clients and a server. Likewise, the server is
the guy who is responsible for handling the client’s requests of receiving or sending data
between each other.
MQTT server is called a broker and the clients are simply the connected devices.
So:
 When a device (a client) wants to send data to the broker, we call this operation a
“publish”.
 When a device (a client) wants to receive data from the broker, we call this operation a
“subscribe”.
In this system that has a temperature sensor. Certainly, it wants to send his readings to the
broker. On the other side, a phone/desktop application wants to receive this temperature value.
Therefore, 2 things will happen:
 The device defines the topic it wants to publish on, ex: “temp”. Then, it publishes the
message “temperature value”.
 The phone/desktop application subscribes to the topic “temp”. Then, it receives the
message that the device has published, which is the temperature value.
Again, the broker role here is to take the message “temperature value” and deliver it to
phone/desktop application.
The same also applies to the flame sensor.
RESULTS
Iot based fire alarm system
Iot based fire alarm system

More Related Content

PPTX
FIRE ALARM SYSTEM PPT.pptx
PPTX
Iot-based smart agriculture by ancys
PPTX
Renal Histology
PDF
PLANNING AND ANALYSIS OF COMMERCIAL BUILDING PROJECT REPORT.pdf
PPTX
Neural networks.ppt
PPTX
IOT PROTOCOLS.pptx
PPTX
Spinal cord
PPT
Email ppt
FIRE ALARM SYSTEM PPT.pptx
Iot-based smart agriculture by ancys
Renal Histology
PLANNING AND ANALYSIS OF COMMERCIAL BUILDING PROJECT REPORT.pdf
Neural networks.ppt
IOT PROTOCOLS.pptx
Spinal cord
Email ppt

What's hot (20)

PPTX
Fire detection system using arduino
DOCX
Iot based fire department alerting system
PPTX
Gsm based fire alert system
PPTX
IoT Based Home Automation System Presantation
PPTX
Fire alarm system
PPTX
finger door lock.ppt g.m.r.pptx
PPTX
Smart door lock
PPTX
Internet of Things (IoT) Based Smart Security & Home Automation System.
PPTX
Automatic solider tracking & health monitoring system
PPTX
Embedded system seminar
ODP
Sensor Technology ppt
PPTX
IoT BASED SMART HOME USING ARDUINO
PPTX
Final year project presentation IOT Based home security system
PPTX
Home automation using IoT
PPTX
Fire Alarm System Project
PDF
Project Report on Smart Dustbin
PPTX
GSM Based SMS fire alert system
PPTX
Gas and smoke detection system using arduino
PPTX
motion sensing technology
PPTX
anti sleep alarm for students
Fire detection system using arduino
Iot based fire department alerting system
Gsm based fire alert system
IoT Based Home Automation System Presantation
Fire alarm system
finger door lock.ppt g.m.r.pptx
Smart door lock
Internet of Things (IoT) Based Smart Security & Home Automation System.
Automatic solider tracking & health monitoring system
Embedded system seminar
Sensor Technology ppt
IoT BASED SMART HOME USING ARDUINO
Final year project presentation IOT Based home security system
Home automation using IoT
Fire Alarm System Project
Project Report on Smart Dustbin
GSM Based SMS fire alert system
Gas and smoke detection system using arduino
motion sensing technology
anti sleep alarm for students
Ad

Similar to Iot based fire alarm system (20)

PDF
IoT Based Fire Alarm and Monitoring System
PPTX
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
PDF
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
PDF
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
PPTX
Wireless ai based intelli industrial security robot 2 ppt
PDF
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
PDF
Intelligent fire detection and alert system using labVIEW
PDF
K041246468
PDF
M1103047984
PDF
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
PDF
Hardware and logic implementation of multiple alarm system for gsm bts rooms
PDF
Iaetsd ethernet based intelligent security system
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
International Journal of Embedded Systems and Applications (IJESA)
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
PDF
IRJET - Solar based Smart Poultry Monitering System using IoT
PDF
An IOT Project Integrated with RFID and GPRS
PDF
GSM Based Fire Security System
PDF
Wireless Patient Monitoring System using IoT
IoT Based Fire Alarm and Monitoring System
BTECH PROJECT PPT FOR ELECTRICAL ENGINEERING
FIRE ALARM SYSTEM BASED ON MCU FOR INDUSTRY APPLICATION
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
Wireless ai based intelli industrial security robot 2 ppt
Bluetooth Based Fire Detection and Robust Protection System By Using Arduino
Intelligent fire detection and alert system using labVIEW
K041246468
M1103047984
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and logic implementation of multiple alarm system for gsm bts rooms
Iaetsd ethernet based intelligent security system
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
International Journal of Embedded Systems and Applications (IJESA)
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
A Review on Zigbee, Gsm and Wsn Based Home Security by Using Embedded Control...
IRJET - Solar based Smart Poultry Monitering System using IoT
An IOT Project Integrated with RFID and GPRS
GSM Based Fire Security System
Wireless Patient Monitoring System using IoT
Ad

Recently uploaded (20)

PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
DOCX
573137875-Attendance-Management-System-original
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PDF
III.4.1.2_The_Space_Environment.p pdffdf
PPT
introduction to datamining and warehousing
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPT
Project quality management in manufacturing
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
UNIT-1 - COAL BASED THERMAL POWER PLANTS
CYBER-CRIMES AND SECURITY A guide to understanding
573137875-Attendance-Management-System-original
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
III.4.1.2_The_Space_Environment.p pdffdf
introduction to datamining and warehousing
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Project quality management in manufacturing
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Fundamentals of Mechanical Engineering.pptx
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...

Iot based fire alarm system

  • 1. OBAFEMI AWOLOWO UNIVERSITY,ILE-IFE,NIGERIA. DESIGN OF IOT BASED FIRE ALARM SYSTEM A PROJECT REPORT SUBMITTED BY Group 9, 300L Students Of Electronic & Electrical Engineering As One of The Assessment Item For EEE310 (Measurement & Instrumentation I) Course Unit. S/N GROUP MEMBERS MATRIC NO 1 AJAYI PRAISE EEG/2016/009 2 CHUKWUETOO JOY CHIKAODILI EEG/2016/019 3 IBEH CHIBUNA KENNETH EEG/2016/029 4 KPEREGBEYI AYIRI LESLIE EEG/2016/039 5 OKWUNZE CHIAGOZIE KELVIN EEG/2016/049 6 OMOTAYO OLUWATOBI M EEG/2016/059 7 AKPANOWO EDIDIONG JOHN EEG/2016/089 8 OTI JOEL CHUKWUEMEKA EEG/2016/099 9 ADEBIYI TEMITAYO MOSES EEG/2017/109 10 GABRIEL KAYODE MOSES EEG/2017/119 OCTOBER, 2019.
  • 2. INTRODUCTION This report has proposed an internet of things (IoT) based fire alarm monitoring and control system best suited for industrial and home applications. This research work focused on using the low cost ESP8266 Wi-Fi modules and MQTT to create collaborative awareness and ubiquitous services for static IoT smart home. Collaborative-aware service makes devices interact automatically without human intervention while ubiquitous service makes collaborative aware service available anywhere and anytime. Fire is the major cause of accidents claiming valuable lives and property. The chemical reaction between carbon-based materials in presence of oxygen generates flammable vapor causing a steady rise in temperature and results in a fire. The major characteristics of fire are it extends exponentially with time. Hence, timely detection of fire is critical for avoiding a major accident. In this report, fire alarm system is integrated with IoT platform. It can sense flame, the rise in temperature, and send it to a far-away control station through WIFI to generate needful instructions for the actuator. The system is a monitoring and control system. The sensors monitor the physical quantities such as temperature, flame and give its output as voltage.
  • 3. FIRE ALARM SYSTEM MODEL The fire alarm system comprises of three major subsystem: (1) ESP866 which is basically a microcontroller system that is responsible for all decision making process along with that (2) sensor subsystem that has sensors sense the physical quantities to identify fire followed by comparator, actuator and Wifi Module. The functional block diagram of conventional fire alarm system is shown below. A set of sensors are deployed in various zones to identify the location of the fire that comprises of the temperature sensor and flame sensor. Fire Outbreak results significant increase in temperature and percentage of carbon dioxide and carbon monoxide present in the atmosphere. The temperature sensor used is LM35. The LM35 series are precision integrated-circuit temperature devices with an output voltage linearly proportional to the Centigrade temperature. The LM35 device does not require any external calibration or trimming to that provide typical accuracies of ±¼°C at room temperature and ±¾°C over a full -55°C to 150°C temperature range. Flame sensor has photodiode to detect the light and op-amp to control the sensitivity. It is used to detect fire and provide HIGH signal upon the detection. ESP866 reads the signal and provides alert by turning on buzzer. Flame sensor used here is an IR based flame sensor. The ESP866 is basically a microcontroller system that takes sensor output as input. The sensor outputs voltages are analog and digital in nature and are compared with a pre- determined threshold by the comparator. The comparator outputs are either ‘1’ or ‘0’ that is being given input to the processor. After receiving and analyzing the information, it provides necessary instruction to the actuators. The actuators of the system are buzzer alarm. TEMPERATURE SENSOR FLAME SENSOR Comparator Comparator ESP866 Buzzer Alarm Wifi Module MQTT PLATFORM
  • 4. COMPONENT USED ESP8266-The ESP8266 is a System on a Chip (SoC), manufactured by the Chinese company Espressif. It consists of a 32-bit micro controller unit (MCU) and a Wi-Fi transceiver. It has 11 GPIO pins* (General Purpose Input/Output pins), and an analog input as well. And on top of that, you get Wi-Fi communication, so you can use it to connect to your Wi-Fi network, connect to the Internet, host a web server with real web pages, let your smartphone connect to it, etc ... The possibilities are endless! It's no wonder that this chip has become the most popular IOT device available. The Internet of Things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers (UIDs) and the ability to transfer data over a network without requiring human-to- human or human-to-computer interaction. The ESP8266 is a 3.3V microcontroller, so its I/O operates at 3.3V as well. The maximum current that can be drawn from a single GPIO pin is 12mA. The ESP8266 has a single analog input, with an input range of 0 - 1.0V. The ADC (analog to digital converter) has a resolution of 10 bits. Monitoringthe Temperature UsingLM35- Threshold value (whichis30°C) alsobe programmedandthe hostcan be notifiedwhentemperature isabove thisthreshold. Itisan analogand lineartemperature sensor,whichhasa linearrelationshipbetweenoutputvoltage andtemperaturechanges(°C). Itshows valuesinthe formof outputvoltagesinsteadof degreeCelsius.Thissensorisfullyratedfrom -55 °C to +150 °C and withthe linearscale factorof 10mV/°C. It operatesfrom4 to 30 V,has lessthan60µA drain currentand has lowself-heating.The inputvoltage affectstemperature measurement.Itssmallest inputchange is0.5 °C. Whena 5V supplyisused,youhave aresolutionof 5000mV/1024 = 4.8mV. Because the LM35 has a outputof 10mV/C the resolutionof the thermometeris10mV/4.8mV ~ 0.5ºC. Detecting Fire using Flame sensor- The flame sensor is used to detect the fire which are in the range of wavelength from 760nm to 1100nm and can detect fire up to distance of 100cm within 60 degrees of angle of detection. The module consists of an IR sensor, potentiometer, OP-Amp circuitry and a led indicator. When a flame will be detected, the module will turn on its red led. The sensitivity of this sensor is adjustable and it also has a stable performance. Every object including the “fire” emits some amount of Infrared rays which are detected by the photodiode. An operation amplifier is attached across the photodiode to detect the change in voltage. If the voltage detected is zero it gives digital output “1” and if it detects some voltage in case of fire then it gives digital output as “0”. Control Element- The actuator of the system is buzzer alarm. The alarm makes a sound when temperature in an environment is above the threshold value and flame is detected.
  • 5. PROJECTDESCRIPTION IOT Based Fire Alerting System uses two Sensors, namely, Temperature and Flame sensors. There is an ADC convertor, which converts the analog signals received at the temperature sensor end to digital and then transmits them to the ESP8266. The ESP8266 is programmed to turn on the buzzer, when the temperature in the environment reach a threshold value and flame is detected. At the same time, NodeMCU sends the data to the Wi-Fi module ESP8266. ESP8266 is a chip which is used for connecting micro-controllers to Wi-Fi network. ESP8266 will then the following data to the IOT website, where, authorized people can take appropriate measure in order to curb the fire. a. Temperature (in Degree Celsius) b. Flame Detection The Pre-requisite for this IoT based fire alarming system is that the Wi-Fi module should be connected to a Wi-Fi zone or a hotspot.
  • 7. CONFIGURE MQTT PLATFOFM MQTT is one of the most commonly used protocols in IoT projects. It stands for Message Queuing Telemetry Transport. In addition, it is designed as a lightweight messaging protocol that uses publish/subscribe operations to exchange data between clients and the server. Like any other internet protocol, MQTT is based on clients and a server. Likewise, the server is the guy who is responsible for handling the client’s requests of receiving or sending data between each other. MQTT server is called a broker and the clients are simply the connected devices. So:  When a device (a client) wants to send data to the broker, we call this operation a “publish”.  When a device (a client) wants to receive data from the broker, we call this operation a “subscribe”. In this system that has a temperature sensor. Certainly, it wants to send his readings to the broker. On the other side, a phone/desktop application wants to receive this temperature value. Therefore, 2 things will happen:  The device defines the topic it wants to publish on, ex: “temp”. Then, it publishes the message “temperature value”.  The phone/desktop application subscribes to the topic “temp”. Then, it receives the message that the device has published, which is the temperature value. Again, the broker role here is to take the message “temperature value” and deliver it to phone/desktop application.
  • 8. The same also applies to the flame sensor. RESULTS