Coa Light Project
Coa Light Project
for
21CSS201T - COMPUTER ORGANIZATION AND ARCHITECTURE
Submitted by
BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE ENGINEERING
BONAFIDE CERTIFICATE
Dr.C.ASHOKKUMAR Dr.NIRANJANA G
Guide Professor & Head
Assistant Professor Dept. of Computing
Dept. of Computing Technologies Technologies
SRM Institute of Science and Technology
College of Engineering and Technology
SCHOOL OF COMPUTING
Sub code & Sub Name : 21CSS201T & Computer Organization and Architecture
Max
Particulars Marks Obtained
Marks
Project Report 05
Total 40
Date :
Signature :
Abstract
In modern urban planning, street lighting plays a crucial role in
ensuring safety and functionality after dark. However, traditional
street lighting systems consume substantial amounts of energy, often
operating even when unnecessary. This project proposes an automated
street lighting system using a Light Dependent Resistor (LDR) to
detect ambient light levels and control the activation of LED street
lights. The system conserves energy by ensuring lights are only on
when required, based on the surrounding light levels. The approach
reduces electricity costs, lowers the carbon footprint, and enhances
sustainability in public infrastructure. By integrating a simple sensor
and transistor control circuit, the system is both cost-effective and
environmentally friendly, making it a viable solution for cities
looking to optimize energy usage.
Objective
The objective of this project is to design an automated street lighting
system that uses a Light Dependent Resistor (LDR) to control the
operation of street lights, ensuring they are turned on only when
necessary. Specific goals include:
Significance
Problem Statement
Traditional street lighting systems often remain active during the day,
consuming energy unnecessarily. They are controlled manually or
operate on fixed timers, leading to inefficiencies and excessive
operational costs. The goal of this project is to eliminate this
inefficiency through automation, using a system that responds
dynamically to real-time lighting conditions.
Scope
1. BC547 Transistor:
o The BC547 is a general-purpose NPN transistor used for
switching purposes. It is used in this project to control the
flow of current to the LED light based on the signal
received from the LDR.
o The transistor acts as a switch, turning the LED light on or
off based on the voltage received from the LDR circuit.
3. LED Light:
o LED lights are used in this project due to their energy
efficiency, long life, and brightness, which make them
ideal for street lighting.
o The LED is controlled by the transistor and is turned on
when ambient light levels are low, such as at dusk, and
turned off when light levels are high.
4. Resistors:
o Resistors are used to limit the current and protect the
components from excessive current flow. In this project,
they are placed in series with the LDR and the transistor to
ensure proper functioning.
5. Power Source:
o A stable power source is required to operate the system
and supply energy to the LED light. In practice, a DC
power source or battery is used to provide the necessary
voltage to the circuit.
Software Requirements
NIL
The LDR is the core component of the system, providing input on the
ambient light levels. The resistance of the LDR decreases as the light
intensity increases. During daylight, the LDR’s resistance is low,
causing a small voltage drop across it. This low resistance causes the
transistor to remain off, and the LED light stays off.
The BC547 transistor serves as a switch in this circuit. The base of the
transistor is connected to the LDR and a resistor, which forms a
voltage divider. The emitter of the transistor is connected to ground,
and the collector is connected to the LED light in series with a
current-limiting resistor. The operation of the transistor is controlled
by the voltage across the base-emitter junction, which is influenced by
the resistance of the LDR.
Components Required
1. BC547 Transistor: Acts as a switch for controlling the LED/street
light.
Working Principle
2. Transistor Activation:
During the day, the low resistance of the LDR results in a lower
voltage at the base of the BC547, keeping the transistor in an "off"
state, and hence, the LED or bulb remains off.
Once the base voltage is high enough, the BC547 transistor turns on,
allowing current to flow through the LED or bulb, thereby turning on
the street light.
Circuit Description
1. Voltage Divider with LDR:
Connect one end of this divider to the positive power supply and the
other to the ground.
Connect the junction of the LDR and the resistor to the base of the
BC547 transistor.
The emitter of the BC547 transistor connects to the ground, while the
collector connects to the negative terminal of the LED or bulb.
3. Operation:
When darkness falls, the LDR’s resistance increases, raising the base
voltage of the BC547. This activates the transistor, allowing current to
flow from collector to emitter, lighting up the LED or bulb.
Approach and Methodology
System Design
Implementation Steps