π₯ Flame Sensor Module
π― Lesson Objective
In this lesson, students will understand:
β’ What a flame sensor is
β’ How a flame sensor detects fire
β’ The structure and components of a flame sensor module
β’ The pin configuration of the flame sensor
β’ How flame sensors are used in robotics and safety systems
This lesson introduces a sensor used for detecting fire or flame in the environment.
1οΈβ£ What is a Flame Sensor?
A flame sensor is an electronic sensor designed to detect the presence of fire or flame.
Flame sensors detect specific wavelengths of light that are emitted by flames.
Flames produce light in the infrared (IR) spectrum, which cannot be easily seen by the human eye but can be detected by electronic sensors.
Because of this property, flame sensors are commonly used in:
π₯ Fire detection systems
π¨ Safety monitoring systems
π€ Fire-fighting robots
π Industrial safety systems
Flame sensors help electronic systems quickly detect fire and trigger appropriate responses.
2οΈβ£ How a Flame Sensor Works
A flame sensor works by detecting infrared radiation emitted by flames.
When a fire is present, the flame produces infrared light within a specific wavelength range.
The flame sensor detects this infrared radiation and converts it into an electrical signal.
The working process can be explained in simple steps:
1οΈβ£ A flame emits infrared light.
2οΈβ£ The flame sensor detects the infrared radiation.
3οΈβ£ The sensor converts the radiation into an electrical signal.
4οΈβ£ The signal is sent to the microcontroller.
5οΈβ£ The microcontroller processes the signal and performs an action.
For example:
If a flame is detected, a robot may activate a fan or pump to extinguish the fire.
3οΈβ£ Components of a Flame Sensor Module
A flame sensor module usually contains several components that help detect fire efficiently.
π₯ Infrared Flame Sensor
This is the main sensing component that detects infrared light from flames.
βοΈ Comparator Circuit
The comparator processes the signal from the sensor and converts it into a digital signal that can be read by the microcontroller.
π Sensitivity Adjustment Potentiometer
Many flame sensor modules include a small adjustable knob that allows users to control the sensitivity of the sensor.
This helps adjust how easily the sensor detects flames.
π‘ Indicator LEDs
The module usually includes LEDs that indicate:
β’ Power status
β’ Flame detection
These LEDs are useful for testing and debugging.
4οΈβ£ Flame Sensor Pin Configuration
Most flame sensor modules contain three pins.
π΄ VCC
Supplies power to the sensor module.
Usually connected to 3.3V or 5V power supply.
β« GND
Ground connection that completes the electrical circuit.
π‘ OUT (Output Pin)
This pin sends the detection signal to the microcontroller.
When a flame is detected, the output signal changes and the microcontroller can respond accordingly.
5οΈβ£ Detection Range of Flame Sensors
Flame sensors are designed to detect flames within a certain range and angle.
Typical characteristics include:
π Detection distance of about 1 meter (depending on flame size)
π‘ Detection angle of around 60 degrees
The performance of the sensor depends on environmental conditions and the intensity of the flame.
6οΈβ£ Applications of Flame Sensors
Flame sensors are widely used in safety and automation systems.
Common applications include:
π₯ Fire detection systems
π¨ Alarm and safety systems
π Industrial monitoring systems
π€ Fire-fighting robots
π Smart home safety devices
These sensors allow systems to detect fire quickly and respond before the fire spreads.
7οΈβ£ Flame Sensor in This Course
In this course, the flame sensor will be used in the Fire Fighting Robot project.
In this project:
β’ The flame sensor detects the presence of fire.
β’ The ESP32 processes the detection signal.
β’ The robot activates a fan or pump to respond to the fire.
This project demonstrates how robots can perform safety-related tasks automatically.
π What Happens Next
Now that you understand how flame sensors detect fire, the next step is to explore another simple but important sensor used in robotics.