Automatic Street Light
AIM:
To design and develop an automatic street light system that turns on when it gets dark and turns off when it is bright, conserving energy and ensuring efficient street lighting.
PURPOSE:
The traditional manual operation of street lights often leads to unnecessary energy consumption when lights are left on during the daytime. The automatic street light system solves this problem by detecting ambient light levels and switching the lights on/off accordingly.
DESCRIPTION:
This project uses an Arduino Nano, an LDR (Light Dependent Resistor), and a relay module to control street lights automatically based on the surrounding light intensity.
Key Components:
1. Arduino Nano: The microcontroller processes the LDR input and controls the relay.
2. Light Dependent Resistor (LDR): Detects ambient light levels to determine whether it is day or night.
3. Relay Module: Acts as a switch to control the street light based on the LDR's input
4. Street Light (Bulb or LED): Represents the load being controlled.
5. Battery: Powers the entire system for standalone operation
.
WORKING:
1. The LDR measures the intensity of ambient light.
2. If the light level falls below a predefined threshold (e.g., at dusk), the Arduino triggers the relay to turn the street light on.
3. When the light level increases beyond the threshold (e.g., at dawn), the relay is turned off, switching off the street light.
4. This automation conserves energy and ensures lighting only when needed.
TECHNICAL SPECIFICATIONS:
Hardware:
Software:
WORKING EXPLANATION:
APPLICATIONS:
BLOCK DIAGRAM:
This Automatic Street Light System is a cost-effective and energy-efficient solution for modern lighting needs, particularly in urban and rural areas.