Skip to content

The Laser Security System with Gate Control uses IR and LDR sensors to detect intrusions. Gates open with light detection and trigger lights. If no light, the system blinks red lights and keeps the gates closed for enhanced security.

License

Notifications You must be signed in to change notification settings

shreyaskbkukke/Bridge_Pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Laser Security System with Gate Control

Overview

This Arduino project integrates an IR Proximity Sensor, LDR, and servo motors to create a laser security system with gate control. The system opens the gates and activates lights when an object breaks the laser beam.

20231126_102213

20231126_102205

Components

  • 2 Servo Motors
  • LDR Sensor
  • IR Proximity Sensor
  • Laser Diode
  • Buzzer
  • LED Lights
  • Arduino Board

Pin Configuration

  • IR Sensor: Pin 5
  • LDR Sensor: Pin A0
  • Laser Diode: Pin 4
  • Gate Servo 1: Pin 6
  • Gate Servo 2: Pin 7
  • Red Light: Pin 8
  • Yellow Light: Pin 9
  • Green Light: Pin 10
  • Buzzer: Pin 11

Usage

  1. The system detects an object breaking the laser beam using the IR sensor.
  2. If the LDR sensor detects light, the gates open, and the green light turns on.
  3. If no light is detected, the red light blinks, and the gates remain closed.

Configuration

  • Adjust the LDR threshold value and servo angles as needed.

Feel free to modify the code for specific requirements.

About

The Laser Security System with Gate Control uses IR and LDR sensors to detect intrusions. Gates open with light detection and trigger lights. If no light, the system blinks red lights and keeps the gates closed for enhanced security.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages