The Flame Sensor Module can detect flames in the 760 – 1100 nanometer wavelength range. Small flames like a lighter flame can be detected at roughly 0.8m. The detection angle is roughly 60 degrees and the sensor is particularly sensitive to the flame spectrum.
An on-board LM393 op-amp is used as a comparator to adjust the sensitivity level. The sensor has a digital and analog output and sensitivity can be adjusted via the blue potentiometer.
This Flame Sensor Module is used to detect fire/flame 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. Due to its black epoxy, the sensor is sensitive to infrared radiation.
The sensor can be a great addition in a firefighting robot, it can be used as a robot eyes to find the fire source. When the sensor detects flame the Signal LED will light up and the D0 pin goes LOW.
The module has 2 outputs: Analogue, which gives a real-time voltage output signal on thermal resistance, and digital which allows temperature thresholds to be set via a potentiometer.
Features :
High Photo Sensitivity
Fast Response Time
Sensitivity adjustable
Detects a flame or a light source of a wavelength in the range of 760nm-1100 nm.
Detection range: up to 100 cm.
Adjustable detection range.
Detection angle about 60 degrees, it is sensitive to the flame spectrum.
Comparator chip LM393 makes module readings stable.
Operating voltage 3.3V-5V.
Digital and Analog Output.
Power indicator and digital switch output indicator.
4PIN IR Infrared Flame Detection Sensor Module - Arduino Uno
4PIN IR Infrared Flame Detection Sensor Module - Arduino Nano
4PIN IR Infrared Flame Detection Sensor Module - Arduino Mega
4PIN IR Infrared Flame Detection Sensor Module - ESP32
4PIN IR Infrared Flame Detection Sensor Module - ESP8266
4PIN IR Infrared Flame Detection Sensor Module - STM32
4PIN IR Infrared Flame Detection Sensor Module - Raspberry Pi Pico
📄 File: 4pin_ir_infrared_flame_detection_sensor_module_-_arduino_uno.inoArduino Uno
550 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Arduino Uno. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
5// Digital pin 2 on Arduino Nano. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
📄 File: 4pin_ir_infrared_flame_detection_sensor_module_-_arduino_mega.inoArduino Mega
551 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Arduino Mega. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
5// Digital pin 15 on ESP32. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
5// Digital pin D5 on ESP8266. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
5// Digital pin PB0 on STM32. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.
📄 File: 4pin_ir_infrared_flame_detection_sensor_module_-_raspberry_pi_pico.inoRaspberry Pi Pico
558 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 15 on Raspberry Pi Pico. This module has an onboard comparator (potentiometer sets sensitivity), so it outputs a clean digital HIGH/LOW - no ADC math needed.