Battery Powered Laser Security System

by moons_craft in Circuits > Arduino

131 Views, 3 Favorites, 0 Comments

Battery Powered Laser Security System

Lazer.png
WhatsApp Image 2026-07-06 at 12.17.40 PM.jpeg

Home security is an important concern for everyone. Many commercial security systems are expensive and require internet connectivity or complex installation. This project presents a simple, low-cost, battery-powered home security system that can detect unauthorized entry from any direction.

The system uses an Arduino Nano, Laser Modules, LDR (Light Dependent Resistor), LEDs, and a Buzzer. Laser beams create an invisible security boundary around the protected area. Whenever someone interrupts any laser beam, the corresponding LDR detects the change in light intensity. The Arduino immediately activates the buzzer and LED, providing an instant security alert.

The project is portable, easy to build, energy-efficient, and ideal for students, hobbyists, and beginners interested in electronics and embedded systems.

Supplies

WhatsApp Image 2026-07-06 at 4.44.39 PM.jpeg
  1. Arduino Nano
  2. LDR Sensors
  3. Laser Modules
  4. Active Buzzer
  5. LEDs
  6. 220Ω Resistors
  7. Breadboard or PCB
  8. Jumper Wires
  9. Battery Pack
  10. USB Cable (for programming)

Collect Components

Gather all the required components, including the Arduino Nano, LDR sensors, laser modules, buzzer, LEDs, resistors, jumper wires, breadboard, battery pack, and other necessary accessories. Ensure that all components are in working condition before starting the project.

Assemble the Circuit

Connect all the components according to the circuit diagram. Carefully wire the Arduino Nano with the LDR sensors, laser modules, LEDs, and buzzer. Double-check every connection to avoid wiring errors.

Build the Project Structure

WhatsApp Image 2026-07-06 at 12.17.38 PM.jpeg

Create the physical setup for the security system. Arrange the components on the model or prototype so that the laser modules and LDR sensors can be positioned around the protected area. This structure represents the home or boundary that the system will secure.

Position and Align the Laser Modules

WhatsApp Image 2026-07-06 at 12.17.40 PM.jpeg

Mount the laser modules and align them accurately so that each laser beam falls directly on its corresponding LDR sensor. Proper alignment is essential for reliable intrusion detection.

Upload the Arduino Code

Screenshot 2026-07-06 182946.png

Open the Arduino IDE and connect the Arduino Nano to your computer using a USB cable.

  1. Open the project sketch in the Arduino IDE.
  2. Select Arduino Nano from the Board menu.
  3. Choose the correct COM port.
  4. Verify the code to check for any errors.
  5. Click Upload to program the Arduino Nano.
  6. Once the upload is complete, disconnect the USB cable and power the system using the battery pack.

Code Explanation

  1. The Arduino continuously reads the values from the LDR sensor(s).
  2. When the laser beam falls on the LDR, the sensor value remains within the normal range.
  3. If the laser beam is interrupted, the LDR value changes significantly.
  4. The Arduino compares the sensor value with a predefined threshold.
  5. If the threshold is crossed, the Arduino immediately turns on the LED and activates the buzzer to indicate an intrusion.
  6. When the laser beam is restored, the system returns to monitoring mode.

Power the System

avi project.png

Connect the battery pack to the Arduino Nano and other required components. Once powered on, verify that the laser beams are properly aligned and that the system is operating normally.

Test the Security System

Test the project by interrupting the laser beams from different directions. When any laser beam is blocked, the LDR detects the change, and the Arduino Nano immediately activates the buzzer and LED, indicating an intrusion. Repeat the test several times to ensure consistent and reliable performance.