Emergency Alarm System Using Basic Logic Gatesย
Overview:
The OR Gate Based Emergency Alarm System is a simple yet effective safety system designed to detect dangerous situations such as fire or unauthorized movement.
The system uses a flame sensor and an IR sensor as inputs. These inputs are processed using OR logic, and when any one of them is activated, the system triggers an alarm using a buzzer and LED.
This project demonstrates the practical use of basic digital logic in real-life safety applications.
Key Features:
Detects fire and motion simultaneously.
Uses OR gate logic for decision making.
Activates alarm when any one input is HIGH.
Simple and low-cost design.
Suitable for basic security systems.
Main Components:
Flame Sensor โ detects fire.
IR Sensor โ detects motion or intrusion.
Transistor (BC547) โ acts as a switch.
LED โ visual indication of alarm.
Buzzer โ sound alert.
Resistors โ for current limiting.
Power Supply (Battery) โ provides required voltage.
Connecting Wires & Breadboard โ for circuit setup.
Working Principle:
The system operates based on the OR gate logic, where the output is HIGH if at least one input is HIGH.
Input A (Flame Sensor): Detects fire.
Input B (IR Sensor): Detects motion or intrusion.
When either the flame sensor or IR sensor produces a HIGH signal, the transistor (BC547) is turned ON.
This allows current to flow through the buzzer and LED, activating the alarm system.
Applications:
Fire detection systems
Home security systems
Intruder alarm systems
Industrial safety systems
Smart emergency alert systems