How To Make Fire Alarm Using an IR (Infrared) Fire Detector Sensor

A Fire Alarm Using an IR (Infrared) Fire Detector Sensor is a simple and effective science project that demonstrates how an IR sensor can be used to detect a fire or heat source and trigger an alarm.

This project is ideal for showing how fire detection systems work in real-world applications, providing early warning during fire outbreaks.

A fire alarm using an IR fire detector sensor with a 9V battery and buzzer can be created with a simple circuit that detects fire through infrared radiation and triggers an alarm.

This project uses basic components without the need for a microcontroller like Arduino.

Objective:

To create a basic fire alarm system that uses an IR fire detector sensor to detect fire and activate a buzzer powered by a 9V battery.

Materials Needed:

  1. IR Fire Detector Sensor (Infrared flame sensor)
  2. Buzzer (9V or low-power buzzer)
  3. 9V Battery and battery clip
  4. NPN Transistor (e.g., BC547 or 2N2222)
  5. Resistors (1kΩ for the transistor base)
  6. Diode (optional, for protection if using a relay)
  7. Breadboard or PCB (for assembling the circuit)
  8. Connecting wires
  9. LED (optional, for visual indication of fire detection)

Working Principle:

The IR fire detector sensor is designed to detect infrared radiation emitted by flames. When fire is detected, the sensor sends a HIGH signal (positive voltage) to the base of the transistor, allowing current to flow from the collector to the emitter.

This current activates the buzzer, producing a sound to signal that fire has been detected. The system is powered by a 9V battery.

Circuit Diagram:

Here’s a simple description of how to wire the components:

  1. IR Fire Detector Sensor:
    • VCC pin to the positive terminal of the 9V battery (through the breadboard or directly).
    • GND pin to the negative terminal of the battery (ground).
    • OUT pin will provide the detection signal.
  2. Transistor Circuit:
    • Connect the OUT pin of the sensor to the base of the NPN transistor through a 1kΩ resistor.
    • Connect the collector of the transistor to the positive terminal of the buzzer.
    • Connect the emitter of the transistor to the negative terminal of the battery (ground).
  3. Buzzer:
    • Connect the positive terminal of the buzzer to the collector of the transistor.
    • The negative terminal of the buzzer connects to the ground (battery negative terminal).

Steps to Build the Fire Alarm Model:

1. Connecting the IR Fire Detector Sensor:

  • Place the IR fire detector sensor on the breadboard.
  • Connect the VCC pin of the IR sensor to the positive terminal of the 9V battery.
  • Connect the GND pin of the sensor to the ground (negative terminal of the battery).
  • The OUT pin of the sensor will send the signal when it detects fire. This pin should be connected to the base of the transistor through a 1kΩ resistor.

2. Wiring the Transistor:

  • The transistor acts as a switch. Connect the collector of the NPN transistor (e.g., BC547) to the positive terminal of the buzzer.
  • The emitter of the transistor is connected to the ground (negative terminal of the 9V battery).

3. Connecting the Buzzer:

  • Connect the positive terminal of the buzzer to the collector of the transistor.
  • The negative terminal of the buzzer goes to the ground (negative terminal of the battery).

4. Power Supply:

  • Connect the 9V battery to the circuit using a battery clip. The positive terminal goes to the VCC line of the IR sensor and the collector of the transistor. The negative terminal goes to the ground (GND) line and the emitter of the transistor.

How the Circuit Works:

  • When there is no fire, the IR sensor will not send any signal to the transistor, keeping it in the OFF state. The buzzer will remain silent.
  • When a fire or flame is detected, the IR sensor’s output pin will go HIGH (logic 1), sending a signal to the base of the NPN transistor.
  • This will switch the transistor ON, allowing current to flow from the collector to the emitter, activating the buzzer.
  • The buzzer will sound, providing an audible alarm to indicate fire detection.

Testing the Fire Alarm System:

  1. Power the circuit with the 9V battery.
  2. Use a small flame source, such as a candle or lighter, and place it near the IR fire detector sensor.
  3. When the sensor detects the fire, it will output a signal to the transistor, and the buzzer will sound, indicating the presence of fire.
  4. When the flame is removed, the buzzer should stop sounding as the sensor no longer detects the fire.

Explanation of Components:

  • IR Sensor: Detects infrared radiation emitted by flames and outputs a HIGH signal when a flame is present.
  • Transistor (NPN): Acts as a switch that controls the buzzer. When the IR sensor outputs a HIGH signal, the transistor allows current to flow and activates the buzzer.
  • Buzzer: Sounds the alarm when fire is detected, powered by the 9V battery.

Advantages:

  • Simple and Inexpensive: The circuit does not require a microcontroller or complex programming.
  • Effective for Small Applications: It demonstrates how fire alarm systems can work in real-world scenarios using basic electronic components.

This project serves as a practical demonstration of how an IR sensor can be used to detect fire and trigger an alarm system, making it suitable for students and hobbyists looking for a basic yet functional fire detection project.

https://www.youtube.com/@howtofunda

Leave a Comment