Arduino Nano: Flame Sensor With Visuino

Arduino Nano Flame Sensor

Recently somebody asked for tutorial on Infrared Flame Sensor. It took a while due to severe work overload, but finally I succeeded to make it.

The Infrared flame sensors use infrared light to detect flame. While experimenting with my one I discovered that in direct daylight they don’t work very well due to the infrared component in the daylight. In shadow or at night my one worked quite well. The module that I have has both analog and digital output from a built in comparator.Arduino Nano Flame Sensor

In this tutorial, I will show you how easy it is to connect the Infrared Flame Sensor module to Arduino Nano, and program it with Visuino, to read the values from the sensor, and detect flame.

Step 1: Components

  • One Arduino compatible board (I use Arduino Nano, because I have one, but any other will be just fine)
  • 3 Female-Female jumper wires

Step 2: Understand the Flame Sensor

The Flame Sensor Module has built in LM393 comparator and has both Digital (DO on the Picture) and Analog (AO on the Picture) outputs. It also has a potentiometer that can be used to control the trigger level for the Digital Output.

You can use either the Analog or the Digital output in your projects.

The element on the right on the picture that looks like LED is the infrared flame sensor itself. It detects heat when the heat is placed at front of it (At front of the rounded end.)

Step 3: Connect the Flame Sensor to the Analog 0 pin of Arduino0 pin of Arduino Nano Flame Sensor

  • Connect Signal(Yellow wire) to the Analog Pin (AO) of the Flame Sensor Module (Picture 1)
  • Connect the other end of the Ground wire(Black wire) to the Ground pin of the Arduino board (Picture 2)
  • Connect the other end of the Power wire(Red wire) to the 5V power pin of the Arduino board (Picture 2)
  • Connect the other end of the Signal wire(Yellow wire) to the Analog pin 0 of the Arduino board (Picture 2)
  • Picture 3 shows where are the Ground5V Power, and Analog 0 pins of the Arduino Nano

Step 4: Start Visuino, and Select the Arduino Board Type

To start programming the Arduino, you will need to have the Arduino IDE installed from here: http://www.arduino.cc/ .

Make sure that you install 1.6.7 or higher, otherwise this Tutorial will not work!

The Visuinohttps://www.visuino.com also needs to be installed.

  1. Start Visuino as shown in the first picture
  2. Click on the “Tools” button on the Arduino component (Picture 1) in Visuino
  3. When the dialog appears, select “Arduino Nano” as shown on Picture 2

Read more: Arduino Nano: Flame Sensor With Visuino

Leave a Comment

Your email address will not be published. Required fields are marked *