LDR Light Detection System
I built a small light-sensing system using an LDR, an LED, and a buzzer to detect darkness and trigger an alert. The LDR’s analog output is read through the Arduino’s ADC, and when the light level drops below a set threshold, the system automatically switches on the LED and activates the buzzer. This project strengthened my understanding of ADC, analog sensor reading, threshold logic, and basic automation using microcontroller.
Components and supplies
1
Set of 70 assorted color 5mm LEDs
1
LDR
1
Arduino Nano Every
1
Active Buzzer
Apps and platforms
1
Arduino IDE 2.0 App
Project description
Code
Arduino C-program
c
Basic C programming
Downloadable files
LDR Detection System Video
This video demonstrate how this project operates.
LDR ADC PROject.mp4
Comments
Only logged in users can leave comments