Story
Objective:
To design and build a basic laser-based security system that detects unauthorized entry using a laser beam and a photoresistor (LDR), triggering an alarm when the beam is interrupted.
Materials Required:
Component | Quantity |
---|---|
Red Laser Diode Module | 1 |
Light Dependent Resistor (LDR) | 1 |
Buzzer or Piezo Alarm | 1 |
Transistor (e.g., BC547) or MOSFET | 1 |
Resistors (e.g., 10kΩ, 1kΩ) | 2–3 |
Breadboard or PCB | 1 |
9V Battery or Power Supply | 1 |
Wires and Connectors | As needed |
Switch (optional) | 1 |
Mirrors (optional for beam redirection) | As needed |
Working Principle:
-
A laser diode emits a narrow beam of red light aligned directly onto the LDR (Light Dependent Resistor).
-
The LDR’s resistance is low when illuminated by the laser, keeping the system in a "normal" state.
-
If someone or something interrupts the beam (i.e., passes through it), the light on the LDR is blocked, causing its resistance to increase.
-
This change is detected by a voltage divider circuit that triggers a transistor, which in turn activates a buzzer or alarm.
-
The system resets once the laser beam is restored.
Circuit Description:
-
The LDR and a resistor form a voltage divider. This output goes to the base of a transistor.
-
Under normal conditions, the voltage at the base is insufficient to turn the transistor on.
-
When the laser is interrupted, the voltage at the base increases, turning the transistor ON, and the buzzer is activated.
Optional Enhancements:
-
Use a 555 Timer IC for better control.
-
Add a relay to control larger alarms or lights.
-
Use mirrors to direct the laser beam across wider areas (like doorways or windows).
-
Include a microcontroller (like Arduino) to log events or send alerts.
Steps to Build:
-
Connect the laser module and aim it directly at the LDR placed on the opposite end.
-
Build the voltage divider circuit using the LDR and resistor.
-
Connect the output to the base of the transistor.
-
Connect the buzzer in the collector circuit of the transistor.
-
Power the system using a 9V battery.
-
Test the setup by interrupting the laser beam—the buzzer should sound.
Applications:
-
Home or office security
-
DIY educational projects
-
Science fair or school electronics demos
-
Entry detection in restricted areas
Precautions:
-
Avoid direct eye contact with laser light.
-
Ensure stable alignment between the laser and LDR.
-
Use a proper resistor to protect the laser module from overcurrent.