กลับไปหน้ารวมไฟล์
laser-security-system-at-home-basic-f2a79e-en.md

This is my first project to use Arduino. Here I use laser light as an icon of my project.

So, I decided to make simple home security using a laser light because it's very easy to make for beginners like me.

The Basic Laser Security System is a thrilling way to understand optical sensing. It utilizes a continuous beam of visible red light to create an invisible (or highly visible with some smoke!) tripwire that triggers a loud siren.

The Concept of Obscuration

Unlike ultrasonic or IR bounce sensors, this system uses "Beam Break" or obscuration logic:

  1. The Transmitter: A 5V Laser Diode points steadily across the room.
  2. The Receiver: A Light Dependent Resistor (LDR) sits on the other side.
  3. The Shielding: The LDR must be placed inside a small black tube (like a straw) so it only sees the laser light, immune to turning the room lights on or off.
  4. The Break: If the laser beam is broken by an intruder, the LDR goes instantly dark, the analog value drops, and the Arduino triggers the alarm.

Components Needed

  • Arduino Uno/Nano: The security hub.
  • 5V KY-008 Laser Module: The beam source.
  • Photoresistor (LDR) and 10k Resistor: The receiver.
  • High-Decibel Piezo Siren: For the alert.

Strategic Placement

For maximum effect, you don't place the alarm and the laser together. You run a long wire to the LDR on the other side of the hallway. You can also use shaving mirrors mounted at 90-degree angles to bounce the single laser beam back and forth across a hallway, creating a complex "grid" that is impossible to walk through!

I have uploaded a video about this project on my YouTube channel. In the video description, there is also a download link for source code and schema.

Video by Alone Experiments

Play on YouTube

Because this is my first project, please give me criticism and advice. Thank you.

ข้อมูล Frontmatter ดั้งเดิม

apps: []
author: "fanesahadi"
category: "Security"
components:
  - "1x Solderless Breadboard Full Size"
  - "1x Resistor 10k ohm"
  - "1x Laser Diode, 2 Pins"
  - "1x Arduino Nano R3"
  - "1x LDR, 5 Mohm"
  - "2x Resistor 330 ohm"
  - "1x Signal Relay, 5 VDC"
  - "1x Buzzer"
  - "1x LED (generic)"
description: "Protect your perimeter! Build the classic spy-movie laser grid using LDRs and laser diodes to guard your doorway or hallway."
difficulty: "Easy"
documentationLinks: []
downloadableFiles:
  - "https://projects.arduinocontent.cc/2162153e-c4d6-493e-bcaa-1aed9a4e7b1c.ino"
  - "https://projects.arduinocontent.cc/2162153e-c4d6-493e-bcaa-1aed9a4e7b1c.ino"
encryptedPayload: "U2FsdGVkX18gYY+Icb9rn/Jr0pu5Z1SXn2ewJSVwaTmwwQhqB2oXgSEdwqb8GsbscgCuCrBsPy8TU8ULx0kM7qX9c6jDM9gZlnHP6Z+qb1UdtD6P64H7yJKfUq8EsyYaCCLPs8sUw830DdGgHG7U+x31VAmWs5yEtN3iQXIu/0vjbonuTVEEepeG4KgUx6M+Rid/p0ZLJVvNST85mk5369plmPdA3MTS5b/kCwtxqxJJpShpq2UAYxlHPX5CgvfXVNEHCde1gjOMdPzqCSu2GQ=="
heroImage: "https://cdn.jsdelivr.net/gh/bigboxthailand/arduino-assets@main/images/projects/laser-security-system-at-home-basic-f2a79e_cover.jpg"
lang: "en"
likes: 5
passwordHash: "0e78fe520d3ca2895504c535310fe70d7439e26c3a3071a1cd312d28f13fc29b"
price: 435
seoDescription: "Build a simple Laser security system at home using Arduino nano. A perfect DIY project for electronics beginners."
tags:
  - "laser security"
  - "home security"
  - "laser security alarm"
title: "Laser Security System at Home - Basic"
tools: []
videoLinks:
  - "https://www.youtube.com/embed/Ni2YxHgvTVQ"
views: 36830