Location: UNITED STATES
HobbyKing RC Model HomePage RC Radio Control Help and Support RC Hobby Forum Contact our RC Hobby Support Staff About HobbyKing
RC Model Planes RC Model Cars RC Model Helicopters RC MultiRotor and Quadcopters RC Boats RC Electronics
AIRPLANES AIRPLANE ACCESSORIES POWER SYSTEMS RADIO SYSTEMS
TELEMETRY & FPV
 
 
 
 
 
CARS CAR ACCESSORIES POWER SYSTEMS RADIOS
 
 
BOATS BOAT ACCESSORIES POWER SYSTEMS RADIOS
HELICOPTERS HELI ACCESSORIES POWER SYSTEMS RADIOS
 
 
 
MULTIROTORS ACCESSORIES POWER SYSTEMS RADIOS
ELECTRONICS ELEC. ACCESSORIES
EMAIL  PASS 
TOTAL $0.00 QTY 0
Planes & Parts
Helicopters & Parts
Multi-Rotors & Parts
Cars & Parts
Boats & Parts
Bikes & Parts
Scale R/C Tanks
FPV & Telemetry
Batteries & Accessories
Chargers & Accessories
Electric Motors
Speed Controllers
Robotics & DIY
Servos & Parts
Radios & Receivers
Gas/Glow Engines & parts
UBEC & Regulator
Power Systems
Hardware & accessories.
Tools
Clothing, Gift & Acc.
Sale/Liquidation

Language
Currency
USA warehouse now open.
Our USA warehouse is now open! Low cost shipping and an ever growing variety make ordering from the US warehouse even better value!
  Item found in the following categories;
> Robotics & DIY > Arduino

  RATED:

Arduino Mini Flame Fire Wavelength Sensor

Arduino Mini Flame Fire Wavelength Sensor


 

This sensor detects flame and light sources with wavelength range from 760 nanometre to 1100 nanometre.

Approximately 60 degree Detection Angle. This sensor has particularly high sensitivity to flame.
Necessary for Fire-fighting robots.

Features:
Adjustable Sensitivity
5V Working Voltage.

Specs:
Output: DO for Digital Output, AO for Analog Output.
Dimension 44*17mm


PRODUCT ID: 381000034

11g Back warehouse: 0 10+ $2.86
Email Buddy Issue Price War
Related Products
Customer Also Bought
Further discounts available for registered & logged-in customers.
 Customer rated 0 crown   
 
Total of 4 discussions.
Alex  1 points - 4/6/2013
 
****
Peter  12 points - 10/14/2012
 
Both this, the temp/humid sensor and the light sensor seem to be analog sensors with an adjustable gain opamp. Would help if hobby king gave some actual specs such as amount of gain, analog voltage ranges, etc.
 Ulf 2 points
The wavelength of this is in the NIR (near infra-red) range, so the actual detector is apparently a NIR photo-diode. Use 2, directed maybe 45 degrees away from each other, and you can program a robot that steers to the hottest spot.
O_Lampe  181 points - 9/30/2012
 
mount it on a servo and you can scan 180°* for the hottest spot?
J.  38 points - 9/22/2012
 
Yet another product being sold here without a Data Sheet..... :(
 thorian 138 points
It appears to be just an IR sensitive photo resistor and a 555 timer. HK WHY U NO GIVE DOCUMENTATION!
 thorian 138 points
Found the following code used to make it work. Developer: Akbar (Shahab) F. Moghaddam 20.05.12 Comment : I assume this component uses Infrared and should be in direct sight to detect flame. This would work easily on big flames but for a match flame (very small), it could miss it. */ //CONSTANTS const int pinD0 = 0* const int pinA0 = 1* //VARIABLE int A = -999* int D = -999* int readVal = 0* boolean logging = false* boolean fire = false* boolean changed = true* void setup() { // initialize the digital pin as an output. // Pin 13 has an LED connected on most Arduino boards: pinMode(13, OUTPUT)* pinMode(0, INPUT)* pinMode(1, INPUT)* Serial.begin(19200)* } void loop() { initialAll()* readValues()* loggingProcess()* if (changed) printState()* delay(1000)*// wait for a second } void initialAll(){ readVal = 0* } void readValues(){ A = analogRead(pinA0)* D = analogRead(pinD0)* fireCheck()* if (Serial.available()>0){ readVal = Serial.read()* } } void loggingProcess(){ if (readVal == 'l'){ if (logging) logging = false* else logging = true* } if (logging){ Serial.println("************")* Serial.println("SYUMMARY")* Serial.print("A0:")* Serial.println(A)* Serial.print("D0:")* Serial.println(D)* Serial.println("************")* } } void printState(){ if (fire){ Serial.println("************")* Serial.println("FLAME Detected")* Serial.println("************")* } else{ Serial.println("************")* Serial.println("NO FLAME")* Serial.println("************")* } changed = !changed* } void fireCheck(){ if (A < 350 && D < 350){ fire = true* changed = !changed* } else{ fire = false* changed = !changed* } }
 O_Lampe 181 points
could you post this in the files-section too?
Customer Reviews
There are currently no reviews for this product.
Be the first to review it by clicking the link above!
 
Aff. Link

Copyright 2012 Hextronik Limited.
The HobbyKing.com®, OrangeRx, Turnigy, Durafly, nano-tech and other brand logos and names are trademarks of hexTronik Limited.
All rights reserved