Battery Powered Laser Security System
by moons_craft in Circuits > Arduino
131 Views, 3 Favorites, 0 Comments
Battery Powered Laser Security System
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
- Arduino Nano
- LDR Sensors
- Laser Modules
- Active Buzzer
- LEDs
- 220Ω Resistors
- Breadboard or PCB
- Jumper Wires
- Battery Pack
- 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
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
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
Open the Arduino IDE and connect the Arduino Nano to your computer using a USB cable.
- Open the project sketch in the Arduino IDE.
- Select Arduino Nano from the Board menu.
- Choose the correct COM port.
- Verify the code to check for any errors.
- Click Upload to program the Arduino Nano.
- Once the upload is complete, disconnect the USB cable and power the system using the battery pack.
Code Explanation
- The Arduino continuously reads the values from the LDR sensor(s).
- When the laser beam falls on the LDR, the sensor value remains within the normal range.
- If the laser beam is interrupted, the LDR value changes significantly.
- The Arduino compares the sensor value with a predefined threshold.
- If the threshold is crossed, the Arduino immediately turns on the LED and activates the buzzer to indicate an intrusion.
- When the laser beam is restored, the system returns to monitoring mode.
Power the System
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.