Simple Fire Alarm Circuit
Intro: Based on the page you are viewing, here is an introduction to the Simple Fire Alarm Circuit:
This is an easy-to-build, low-cost electronic circuit designed to detect sudden increases in temperature or the presence of smoke/heat. When a potential fire condition is detected, the system automatically triggers an external alert mechanism—such as a buzzer, bell, or light—to provide an early warning for evacuation or immediate action.
Core Features
Cost-Effective & Simple: Built using basic, readily available electronic components like standard transistors, a relay, and resistors.
Temperature-Sensitive Triggering: It utilizes the physical properties of a transistor (specifically its leakage current variation under heat) to act as a rudimentary temperature sensor.
Adjustable Sensitivity: It includes a variable resistor (preset) that allows you to manually calibrate the exact temperature threshold at which the alarm should go off.
Non-Latching Design: The alarm automatically turns off once the surrounding temperature drops back below your set threshold.
1. Semiconductors (The "Brains" & Sensors)
Transistors: You will need three standard transistors (
).AC128, BC177, and BC108 How they work here: The BC177 acts as the temperature sensor. As heat rises, its internal leakage current increases, which triggers the other transistors to cascade power forward.
Diode (
): Placed across the relay coil. It acts as a flyback (or free-wheeling) diode to protect the sensitive transistors from voltage spikes when the relay switches off.1N4007
2. Control & Output Components
9V SPDT Relay: This acts as an automated switch. When the transistors detect heat, they activate the relay coil, closing the circuit to turn on your external alert device (like a buzzer, bell, or light).
470k Preset (Variable Resistor): This allows you to manually calibrate and set the exact temperature threshold at which the alarm triggers.
3. Passive Components
Resistors: * 1kΩ * 100kΩ
Polarized Capacitors: * 2.2µF
100µF
Hardware Summary Table
| Component Type | Specific Value / Part Number | Quantity |
| Relay | 9V SPDT | 1 |
| Transistors | AC128, BC177, BC108 | 1 of each |
| Diode | 1 | |
| Variable Resistor | 470k Preset | 1 |
| Fixed Resistors | 1kΩ, 100kΩ | 1 of each |
| Polarized Capacitors | 2.2µF, 100µF | 1 of each |
Pro Tip: When setting up your circuit, you can test and calibrate the temperature threshold using the tip of a warm soldering iron held near the BC177 transistor while adjusting the 470k preset.
1. The Heat Sensing Stage (Q1)
The core of the system relies on the BC177 PNP transistor (Q1), which is intentionally utilized here as a heat sensor rather than a standard switch.
Under normal room temperature, the internal leakage current of the BC177 transistor is extremely low and negligible.
When a fire breaks out and the ambient temperature rises, the thermal energy causes a rapid increase in this reverse leakage current.
2. The Amplification Loop (Q2 & Q3)
As the heat forces the leakage current of Q1 to rise, it alters the voltage bias at the base of the next transistor in line:
Activating Q2: The increased leakage current from Q1 flows into the base of the BC108 transistor (Q2), biasing it into an "ON" state.
Activating Q3: Once Q2 conducts, it drives the base of the AC128 power transistor (Q3), turning it completely "ON" as well. This creates a cascading effect that amplifies the small initial thermal signal into a current strong enough to drive heavy hardware.
3. Activating the Alarm (The Relay)
With the AC128 transistor (Q3) fully conducting, it completes the path to the ground for the 9V SPDT Relay coil:
The relay coil energizes, pulling its internal mechanical switch from the Normally Closed (NC) contact to the Normally Open (NO) contact.
This action completes the external output circuit, immediately sounding your connected DC buzzer or lighting up an emergency bulb.
Calibration and Reset Behavior
Threshold Adjustment: The 470kΩ Preset variable resistor determines how much leakage current is required to trigger the cascade. By turning this dial, you can calibrate exactly how hot the room needs to get before the alarm trips.
Non-Latching Reset: Because this circuit does not feature a digital latch, it monitors the environment in real time. Once the fire is extinguished and the temperature around the BC177 sensor drops back to normal, the leakage current stops, the transistors turn off, and the alarm automatically silences itself.
Would you like some tips on how to safely calibrate this threshold using a standard soldering iron?
Conclusion: This simple fire alarm circuit is highly practical for specific environments due to its low cost, easy assembly, and non-latching nature. Here is where it is most applicable:
1. Hobbyist Projects & Educational Labs
Electronics Education: It is an excellent practical project for engineering students and DIY electronics hobbyists to learn about transistor biasing, leakage current behaviors, and relay switching mechanics.
Prototyping Practice: It serves as a great introductory build for practicing soldering or breadboard prototyping before moving on to microcontroller-based (like Arduino) automation.
2. Small-Scale Residential Settings
Detached Garages & Workshops: Ideal for small personal workspaces, tool sheds, or hobby garages where commercial-grade systems are not legally mandated but a basic thermal alert is desired.
Small Home Server Closets: Can be placed near small home server racks or DIY 3D printing enclosures to sound a quick buzzer if ambient hardware temperatures spike unexpectedly.
3. Cost-Sensitive & Low-Maintenance Environments
Temporary Setups: Highly useful for temporary structures or field cabins where installing expensive, permanent commercial wiring is impractical.
Low-Power Monitoring: Because it runs on a simple 9V battery or a small DC power adapter without requiring complex programming, it is ideal for setups where minimalism and low power consumption are required.
⚠️ Where it is NOT Applicable
It is crucial to understand the limitations of this specific design:
Commercial or Legal Compliance: This circuit cannot be used to satisfy official building codes, fire safety regulations, or commercial insurance requirements in public offices, apartments, or warehouses.
Smoldering Fires: Because it relies strictly on thermal heat to trigger the transistor's leakage current, it will not detect smoke or slow-burning, smoldering fires that do not emit immediate high heat. For life-safety applications, commercial photoelectric smoke detectors must always be used.

Comments