Introduction: LinkIt ONE Flame Finder

This Instructable will show you how to create a flame finder using your LinkIt ONE. This project uses a flame sensor module and a servo to scan an area and then find a flame inside that area. Let's Begin!!!

Step 1: Materials

  1. LinkIt ONE
  2. Flame Module
  3. Small Servo
  4. Breadboard
  5. Breadboard Wires (Male to Male and Female to Female)
  6. Pen that you can take apart (Best would be a black pen)
  7. Sticky Tac (To temporarily mount stuff)
  8. Candle
  9. Lighter

Step 2: Wiring

Servo:

  1. Ground Wire on servo (Usually Brown or Black) to GND on LinkIt
  2. Positive wire on Servo (Usually Red or Orange) to 5V on LinkIt
  3. Signal Wire on Servo (Usually Yellow) to D9 on LinkIt

Flame Sensor:

  1. A0 pin on module to A0 on LinkIt ONE
  2. G pin on modue to GND on LinkIt ONE
  3. + pin on module to 3V3 on LinkIt ONE

Step 3: Adjusting the Sensor

You need to adjust the sensor so that its resting value (Value when no flame is detected) is above 400. I set mine to 466. To do this simple use upload the code linked in this step to your LinkIt ONE and use the Serial Monitor to look at the analog values your sensor is outputting. Turn the petentiometer either right or left until the sensor is floating a value around 465.

Step 4: Code

I have uploaded the code that you need for this project to work below.

Step 5: Flame Sensor Covering

For this step we are simply making a covering to put over the flame sensor to limit it's field of view. This is where the pen comes into play.

  1. Disassemble the pen
  2. Cut about a 15mm section out of the pen tubing
  3. Take the 15mm section and spray paint it black, unless it is already black (So that the Infrared Light doesn't get bounced around in the tube)
  4. Hot Melt Glue the 15mm tube over top of the sensor

Refer to the before and after pictures of the sensor for visuals

Step 6: Mount the Sensor and Servo

Honestly there is no set way to do this... I just did a really crude job because I didn't want it to be permanent. I just used sticktac to attach the servo to the breadboard and attach the sensor to the servo. Look Above.

Step 7: Test It Out!

Upload your code, light a candle, put it in front of the sensor and turn on your LinkIt ONE! Hope you all enjoyed this instructable!