Saturday, 7 July 2018

Arduino Flame Sensor Interface

In this project, we will see What is a Flame Sensor, what are the components of a Flame Sensor, how to connect a Flame Sensor with Arduino and How the Arduino Flame Sensor interface works?

Introduction

Flame Sensors, Smoke Sensors, Fire Alarms etc. are part of a safety equipment that help us in keeping our homes, offices and stores safe from fire accidents.

Almost all modern houses, apartments, malls, cinema halls, theatres, office buildings and shops are equipped with such safety equipment and it is mandatory in some regions to fire safety devices.

Arduino Flame Sensor Interface Image 2

Commercial fire safety devices are advanced with a lot of complex circuitry. If you want to implement a DIY Fire or Flame detection application, then this project might be helpful.

Warning: This project is just to give you an idea on how to implement a simple Flame Sensor using Arduino Platform and we do not guarantee its commercial applications.

A Brief Note on 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 following image shows an Infrared type Flame Sensor.

Arduino Flame Sensor Interface Flame Sensor

This particular flame sensor is based on YG1006 NPN Photo Transistor. The black object at the front of the module is this Photo Transistor.

The YG1006 Photo Transistor looks like a black LED but it is a three terminal NPN Transistor, where the long lead is the Emitter and the shorter one is the collector (there is no base terminal as the light it detects will enable the flow of current).

This photo transistor is coated with black epoxy, making it sensitive to Infrared radiations and this particular Photo Transistor (YG1006) is sensitive to Infrared Radiation in the wavelength range of 760nm to 1100nm.

Using this particular type of Flame Sensor, you can detect Infrared Light up to a distance of 100cm within its 60 degrees of detection angle.

There are two types of implementations of Flame Sensors using YG1006 Photo Transistor: one is with both Analog Output and Digital Output while the other is with only the Digital Output.

Both these implementations require same components but the difference is that one module (the one with the Analog Output) provides the Sensor output as Analog Output.

The Flame Sensor that I am using in this project has only Digital Output.

NOTE: In the circuit diagram of the Flame Sensor, I have pointed out where to get the Analog Output if your module doesn’t have that option.  

Components of Flame Sensor Module

The following image shows all the components of a typical Flame Sensor Module.

Arduino Flame Sensor Interface Flame Sensor Components

Circuit Diagram of Flame Sensor Module

If you want to know a little bit more about the Flame Sensor Module, then analyzing its circuit will probably help you. The following image shows the circuit diagram of a Flame Sensor.

Arduino Flame Sensor Interface Flame Sensor Circuit

Arduino Flame Sensor Interface

Whether you are using either of the Flame Sensors (with or without Analog Output), interfacing it with Arduino (or any other Microcontroller) is very easy. Since I do not have an Analog Output, I won’t go into that details.

By interfacing a Flame Sensor with Arduino, you can detect fire and activate a Buzzer (simple and easy implementation) or any other emergency safety measurements (like activating a sprinkler system or shutting off gas valves etc.).

Also read: SIMPLE FIRE ALARM CIRCUITS

Circuit Diagram of Arduino Flame Sensor Interface

The following image shows the circuit diagram of the Arduino Flame Sensor Interface.

Arduino Flame Sensor Interface Circuit Diagram

Components Required

  • Arduino UNO
  • Flame Sensor
  • 2N2222 NPN Transistor (or BC548)
  • 5V Buzzer
  • 1N4007 PN Junction Diode
  • 1KΩ Resistor
  • Connecting Wires
  • Mini Breadboard
  • Power Supply

Circuit Design

Flame Sensor has three pins (some may have four pins): VCC, GND and DO. Connect VCC and GND to +5V and GND of the power supply (can be connected to Arduino’s +5V). the DO (short for Digital Output) is connected to Digital I/O Pin 11 of Arduino.

In order to indicate the detection of a flame or fire, a Buzzer is used. The Buzzer circuit consists of a 1KΩ Resistor, an NPN Transistor (like 2N2222 or BC548), a 5V Buzzer and a PN Junction Diode.

The Buzzer is driven through Digital I/O 12 pin of Arduino UNO.

Arduino Flame Sensor Interface Image 1

NOTE: The Buzzer circuit is a safety measure and is not mandatory. You can connect the Buzzer directly to Arduino.

Code

The code of the Arduino Flame Sensor is very simple and is shown below.

Working

Make the necessary connections and upload the code to Arduino UNO. To test the functionality of the flame sensor, place a fired lighter or a match stick in front of the sensor.

Under normal conditions, the output from the Flame Sensor is HIGH. When the sensor detects any fire, its output becomes LOW.

Arduino detects this LOW signal on its input pin and activates the Buzzer.

NOTE: The on-board 10KΩ Potentiometer can be used to adjust the sensitivity of the sensor.

Applications

Flame Sensors are very important devices in detecting fire and they can be used in a variety of applications/areas like:

  • Car or Automobile
  • Fire Fighting Robots
  • Garage Safety Equipment
  • Warehouses

The post Arduino Flame Sensor Interface appeared first on Electronics Hub.

No comments:

Post a Comment

Scientists produce high-power attosecond X-ray pulses at megahertz repetition rates

A research team has achieved a major advance in X-ray science by generating unprecedented high-power attosecond hard X-ray pulses at megaher...