Smart Street Light Using Arduino | Auto Intensity Control Of Street Light-Using Wokvi.com- FREE

Опубликовано: 31 Май 2026
на канале: Nauman Malik
290
11

Creating a smart street light system using Arduino involves integrating sensors and control mechanisms to efficiently manage the street lighting based on environmental conditions. Here's a basic outline of how you might approach building a smart street light system using Arduino:

Components Needed:
Arduino Board (e.g., Arduino Uno): The brain of the system.
Light Sensor (LDR or Light Dependent Resistor): To detect ambient light levels.
Motion Sensor (Optional): To detect the presence of pedestrians or vehicles.
Real-Time Clock (RTC) Module (Optional): To keep track of time.
Relay Module: To control the street lights.
Wiring:
Connect the LDR to an analog input pin on the Arduino.
Connect the motion sensor (if used) to a digital input pin on the Arduino.
Connect the relay module to a digital output pin on the Arduino.