Page 4
Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification.
1. Introduction The Grove - Flame Sensor can be used to detect fire source or other light sources of the wavelength in the range of 760nm - 1100 nm. It is based on the YG1006 sensor which is a high speed and high sensitive NPN silicon phototransistor.
3. Specification Item Typical Unit Voltage 4.75 5.30 Current Range of Spectral Bandwidth 1100 Detection range μS Response Time ℃ Operating Temperature...
4. Usage The module is mainly used to detect the infrared light. It outputs digital signal 0 and 1 through a Comparator output. The output value will be 0 when infrared light is detected. And the sensitivity is adjustable by the precision potentiometer. Let's use it to control.
Page 9
digitalWrite(LED,LOW); boolean isFlameDetected() if(digitalRead(FLAME_SENSOR)) return false; else return true; 5. The LED will light up when there is infrared light. Please use it to design your products.
5. Reference The sensor can detect the light source whose wavelength is in the range of 760nm - 1100 nm. The below picture shows the spectral sensitivity.
Need help?
Do you have a question about the Grove 101020049 and is the answer not in the manual?
Questions and answers