0% found this document useful (0 votes)
10 views

expermant-3Emb.Sys.Flame

The document describes a flame sensor, which detects the presence of fire by responding to infrared light emitted by flames. It outlines the sensor's pin configuration, working mechanism, and applications in various industries. Additionally, it provides a step-by-step procedure for setting up the flame sensor in the Proteus simulation environment with Arduino Uno.

Uploaded by

khansaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

expermant-3Emb.Sys.Flame

The document describes a flame sensor, which detects the presence of fire by responding to infrared light emitted by flames. It outlines the sensor's pin configuration, working mechanism, and applications in various industries. Additionally, it provides a step-by-step procedure for setting up the flame sensor in the Proteus simulation environment with Arduino Uno.

Uploaded by

khansaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Syste Engineeringn Departmentet

Embedded System Lab


LAB-3
Flame Sensor

A flame detector is a sensor designed to detect and respond to the presence of a


flame or fire. Responses to a detected flame depend on the installation but can
include sounding an alarm, deactivating a fuel line (such as a propane or a
natural gas line), and activating a fire suppression system. The IR Flame sensor
used in this sercuit is shown below, these sensors are also called Fire sensor
module or flame detector sensor sometimes.

Pin configuration of Ultrasonic Sensor.

Pin Description

Vcc 3.3 – 5V power supply

GND Ground

Dout Digital output

Pin Configuration of Flame sensor


Flame Sensor - Working
When fire burns it emits a small amount of Infra-red light, this light will be
received by the Photodiode (IR receiver) on the sensor module. Then we use
an Op-Amp to check for a change in voltage across the IR Receiver.
The flame sensor detects the presence of fire or flame based on the Infrared
(IR) wavelength emitted by the flame. It gives logic 1 as output if a flame is
detected, otherwise, it gives logic 0 as output. Arduino Uno checks the logic
level on the output pin of the sensor and performs further tasks such as
activating the buzzer and LED, sending an alert message.

Applications of flame sensors


 Hydrogen stations
 Combustion monitors for burners
 Oil and gas pipelines
 Automotive manufacturing facilities
 Nuclear facilities
 Aircraft hangars
 Turbine enclosures

Procedure

STEP 1: Download the file of Flame sensor library from modul to the desktop

STEP 2: Unzip the .zip file to the desktop

STEP 3: You will obtain these three files:

FlameSensorTEP.HEX

FlameSensorTEP.IDX

FlameSensorTEP.LIB

STEP 4: Copy the three files and paste them in:

Go to “C:\Program Files (x86)\Labcenter Electronics\Proteus 7


Professional\LIBRARY”

STEP 5: Open proteus and click on “pick from libraries”

STEP 6: Search for “Flame sensor” in the components tab. You will see “Flame
sensor”. Select it and then place it anywhere on the front panel!
STEP 7: Double-click on the sensor and then click on the “Flame sensor.HEX” as
shown in the figure BELOW.

STEP 8: Select “FlameTEP.HEX” file from BIN and hit enter as shown in figure.
Simulation Flame Sensor With Arduino in Proteus

 Connect output of flame sensor with bin-5 of Arduino Uno.


 Connect buzzer with bin-9 of Arduino Uno.

You might also like