Blog

Guide for the 4-PIN IR Infrared Flame Detection Sensor Module

4-PIN IR Infrared Flame Detection Sensor Module

Fire Detection Solution for Arduino and Raspberry Pi Projects

Introduction

The 4-PIN IR Flame Sensor is a specialized module that detects infrared light emitted by flames in the 760nm-1100nm wavelength range. This compact sensor provides both digital and analog outputs, making it ideal for fire detection systems, smart home devices, and robotics projects.


Key Features

🔥 IR Detection

760nm-1100nm wavelength range

📊 Dual Output

Digital (TTL) and Analog signals

🎚️ Adjustable

Sensitivity potentiometer

🔌 Simple Interface

4-pin connection (VCC, GND, DO, AO)

Technical Specifications

Detection Range 0.8m (standard lighter flame)
Detection Angle ≈60°
Operating Voltage 3.3V – 5V DC
Output Signals Digital (TTL) + Analog
Response Time <100ms
Dimensions 32mm × 14mm

Pin Configuration

Pin Label Description Connection
1 VCC Power (3.3V-5V) 5V
2 GND Ground GND
3 DO Digital Output Digital Pin
4 AO Analog Output Analog Pin
Note: The module includes a sensitivity adjustment potentiometer (clockwise to increase sensitivity)

Wiring with Arduino

Important: Avoid direct sunlight or strong IR sources to prevent false triggers

Basic Digital Detection

 

Analog Flame Intensity

 

Advanced Applications

Auto-Calibration

LED Indicator

Wireless Alert

Robotic Response

Troubleshooting

No Detection

  • Adjust sensitivity potentiometer clockwise
  • Check flame is within 0.8m range
  • Verify wiring connections

False Positives

  • Reduce sensitivity (turn CCW)
  • Shield from ambient IR sources
  • Increase detection threshold in code

Inconsistent Readings

  • Ensure stable power supply
  • Check for loose connections
  • Implement software debouncing