Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use flame sensor: Examples, Pinouts, and Specs

Image of flame sensor
Cirkit Designer LogoDesign with flame sensor in Cirkit Designer

Introduction

The Flame Sensor (Manufacturer: Zadetector, Part ID: 220v) is a device designed to detect the presence of fire or flames by sensing the infrared (IR) radiation emitted by the flame. It is a critical component in fire alarm systems, industrial safety systems, and other applications requiring early detection of fire hazards. The sensor is highly sensitive to IR wavelengths typically emitted by flames, making it an effective tool for fire detection.

Explore Projects Built with flame sensor

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Arduino UNO Based Multi-Flame Sensor Detection System
Image of flame sensor: A project utilizing flame sensor in a practical application
This circuit is designed to monitor for the presence of flames using three flame sensors connected to an Arduino UNO. Each flame sensor's analog output is connected to a separate analog input on the Arduino, allowing the microcontroller to read the intensity of the flame detected by each sensor. The 5V and GND pins of the Arduino provide power to the flame sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer
Flame Detection and Automatic Water Pump Activation System
Image of FIRE: A project utilizing flame sensor in a practical application
This circuit features a heat flame sensor that likely triggers a response when detecting heat or flame. The sensor's digital output (DO) is connected through a resistor to a TIP41C transistor, which acts as a switch for a buzzer and a water pump, indicating that the circuit is designed to sound an alarm and possibly activate a water pump in the event of detecting a flame. The 9V battery powers the circuit, and all components share a common ground.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO Flame Detection Robot with LCD Display and Buzzer Alert
Image of fire detctor: A project utilizing flame sensor in a practical application
This circuit is a flame detection and response system using an Arduino UNO. It includes an IR sensor to detect flames, which triggers motors, LEDs, a buzzer, and an LCD display to indicate the presence of a flame. The system activates motors and a red LED, sounds the buzzer, and displays a warning message on the LCD when a flame is detected, otherwise, it shows a safe status with a green LED.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO-Based Environmental Monitoring System with Wi-Fi Connectivity
Image of fire and smoke detection: A project utilizing flame sensor in a practical application
This circuit is designed to monitor environmental conditions using a heat flame sensor and an MQ135 air quality sensor, display information on an LCD screen, and maintain accurate time with an RTC module. It includes an ESP8266 Wi-Fi module for potential wireless connectivity and uses a buzzer and LED for alerts or status indications. The Arduino UNO serves as the central controller, though the specific embedded code for operation is not yet provided.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with flame sensor

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of flame sensor: A project utilizing flame sensor in a practical application
Arduino UNO Based Multi-Flame Sensor Detection System
This circuit is designed to monitor for the presence of flames using three flame sensors connected to an Arduino UNO. Each flame sensor's analog output is connected to a separate analog input on the Arduino, allowing the microcontroller to read the intensity of the flame detected by each sensor. The 5V and GND pins of the Arduino provide power to the flame sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of FIRE: A project utilizing flame sensor in a practical application
Flame Detection and Automatic Water Pump Activation System
This circuit features a heat flame sensor that likely triggers a response when detecting heat or flame. The sensor's digital output (DO) is connected through a resistor to a TIP41C transistor, which acts as a switch for a buzzer and a water pump, indicating that the circuit is designed to sound an alarm and possibly activate a water pump in the event of detecting a flame. The 9V battery powers the circuit, and all components share a common ground.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of fire detctor: A project utilizing flame sensor in a practical application
Arduino UNO Flame Detection Robot with LCD Display and Buzzer Alert
This circuit is a flame detection and response system using an Arduino UNO. It includes an IR sensor to detect flames, which triggers motors, LEDs, a buzzer, and an LCD display to indicate the presence of a flame. The system activates motors and a red LED, sounds the buzzer, and displays a warning message on the LCD when a flame is detected, otherwise, it shows a safe status with a green LED.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of fire and smoke detection: A project utilizing flame sensor in a practical application
Arduino UNO-Based Environmental Monitoring System with Wi-Fi Connectivity
This circuit is designed to monitor environmental conditions using a heat flame sensor and an MQ135 air quality sensor, display information on an LCD screen, and maintain accurate time with an RTC module. It includes an ESP8266 Wi-Fi module for potential wireless connectivity and uses a buzzer and LED for alerts or status indications. The Arduino UNO serves as the central controller, though the specific embedded code for operation is not yet provided.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Fire alarm systems in residential, commercial, and industrial settings
  • Gas stove flame monitoring
  • Industrial safety systems for detecting accidental fires
  • Robotics and automation systems for fire detection
  • Early warning systems in hazardous environments

Technical Specifications

The following table outlines the key technical details of the Zadetector Flame Sensor (Part ID: 220v):

Parameter Value
Operating Voltage 3.3V to 5V
Detection Range 760 nm to 1100 nm (IR wavelength)
Detection Angle 60°
Output Type Digital and Analog
Digital Output Voltage 0V (no flame), 5V (flame detected)
Analog Output Voltage Proportional to flame intensity
Operating Temperature -25°C to 85°C
Dimensions 32mm x 14mm x 8mm

Pin Configuration and Descriptions

The flame sensor module typically has three pins. The table below describes each pin:

Pin Name Description
1 VCC Power supply pin. Connect to 3.3V or 5V.
2 GND Ground pin. Connect to the ground of the circuit.
3 OUT Output pin. Provides a digital signal (HIGH or LOW) or analog signal depending on the flame intensity.

Usage Instructions

How to Use the Flame Sensor in a Circuit

  1. Power the Sensor: Connect the VCC pin to a 3.3V or 5V power source and the GND pin to the ground of your circuit.
  2. Connect the Output:
    • For digital output, connect the OUT pin to a digital input pin of your microcontroller (e.g., Arduino).
    • For analog output, connect the OUT pin to an analog input pin of your microcontroller.
  3. Position the Sensor: Place the sensor in a location where it has a clear line of sight to the flame. Ensure the detection angle (60°) is sufficient for your application.
  4. Read the Output:
    • For digital output, the sensor will output HIGH (5V) when a flame is detected and LOW (0V) when no flame is present.
    • For analog output, the voltage will vary proportionally to the intensity of the flame.

Important Considerations and Best Practices

  • Avoid exposing the sensor to direct sunlight or other strong IR sources, as this may cause false positives.
  • Ensure the sensor is not obstructed by objects that could block the IR radiation from the flame.
  • Use appropriate pull-up or pull-down resistors if required by your circuit design.
  • Regularly clean the sensor lens to maintain optimal performance.

Example: Connecting the Flame Sensor to an Arduino UNO

Below is an example of how to connect and use the flame sensor with an Arduino UNO:

Circuit Connections

  • VCC: Connect to the 5V pin on the Arduino.
  • GND: Connect to the GND pin on the Arduino.
  • OUT: Connect to digital pin 2 on the Arduino.

Arduino Code

// Flame Sensor Example Code
// This code reads the digital output of the flame sensor and turns on an LED
// when a flame is detected.

const int flameSensorPin = 2; // Digital pin connected to the flame sensor OUT pin
const int ledPin = 13;        // Built-in LED pin on Arduino

void setup() {
  pinMode(flameSensorPin, INPUT); // Set flame sensor pin as input
  pinMode(ledPin, OUTPUT);        // Set LED pin as output
  Serial.begin(9600);             // Initialize serial communication
}

void loop() {
  int flameDetected = digitalRead(flameSensorPin); // Read the flame sensor output

  if (flameDetected == HIGH) {
    // Flame detected
    digitalWrite(ledPin, HIGH); // Turn on the LED
    Serial.println("Flame detected!");
  } else {
    // No flame detected
    digitalWrite(ledPin, LOW);  // Turn off the LED
    Serial.println("No flame detected.");
  }

  delay(500); // Wait for 500ms before the next reading
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. False Positives (Flame Detected When No Flame is Present):

    • Cause: Strong IR sources (e.g., sunlight, incandescent bulbs) interfering with the sensor.
    • Solution: Shield the sensor from external IR sources or use it in a controlled environment.
  2. No Detection of Flame:

    • Cause: Incorrect positioning of the sensor or blocked line of sight.
    • Solution: Ensure the sensor is properly aligned with the flame and has a clear line of sight.
  3. Unstable Output:

    • Cause: Electrical noise or unstable power supply.
    • Solution: Use decoupling capacitors near the sensor's power pins to stabilize the power supply.

FAQs

Q1: Can the flame sensor detect flames through glass?
A1: No, most glass materials block IR radiation, so the sensor may not detect flames through glass.

Q2: What is the maximum distance for flame detection?
A2: The detection range depends on the intensity of the flame and environmental conditions. Typically, the sensor can detect flames up to 1 meter away.

Q3: Can I use the flame sensor outdoors?
A3: While the sensor can be used outdoors, it should be protected from direct sunlight, rain, and dust to ensure reliable operation.

Q4: Is the sensor compatible with 3.3V microcontrollers?
A4: Yes, the sensor operates at 3.3V to 5V, making it compatible with both 3.3V and 5V microcontrollers.