Modeling and Simulation of Automatic Street Light Controller Using LDR and Micro-Controller
Modeling and Simulation of Automatic Street Light Controller Using LDR and Micro-Controller
Modeling and Simulation of Automatic Street Light Controller Using LDR and Micro-Controller
net/publication/325722004
Modeling and Simulation of Automatic Street Light Controller using LDR and
Micro-Controller
CITATIONS READS
0 3,824
5 authors, including:
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Harpreet Kaur Channi on 12 June 2018.
was 0.10 A - 1.95 A, and the optimal charging process was IV. METHODOLOGY
from 11 am- 2 pm. However, the findings indicated that the
A. Hardware Components
battery undergo energy deficit approximately 10% every
cycle of operation. LDR: An LDR is a component that has a (variable)
Nallapaneni Manoj Kumara, Anup Kumar Singhb, resistance that changes with the light intensity that falls
(2016) [4] presented a study on replacing the usage of fossil upon it. This allows them to be used in light sensing
fuel energy with solar energy for lighting the dark and circuits.
depressing streets of Fugar city, Nigeria. Fugar city is quite 1) Transistor
populated area without any street lights, almost every house A transistor is a semiconductor device used to amplify or
use fossil energy to light up the streets which they access. The switch electronic signals and electrical power. It is composed
main objective is to select best solution among diesel of semiconductor material usually with at least three
generators, grid electricity, onsite solar photovoltaics and off- terminals for connection to an external circuit. A voltage or
site solar photovoltaics. In order to have a sustainable current applied to one pair of the transistor's terminals
solution for lighting up 210 LED street lights, the four controls the current through another pair of terminals.
proposed solutions were analyzed based on their technical Because the controlled (output) power can be higher than the
feasibility, environmental parameters like CO2 emission controlling (input) power, a transistor can amplify a signal.
analysis and cost analysis with simple payback periods. 2) Resistor
Analysis showed that, on-site solar photovoltaics is best A resistor is a passive two-terminal electrical component that
among the other three proposed solutions in terms of implements electrical resistance as a circuit element. In
technical and financial feasibility with almost negligible electronic circuits, resistors are used to reduce current flow,
emissions leading to sustainability. adjust signal levels, to divide voltages, bias active elements,
K. Thatsanavipasa,, N. Ponganunchokea,(2011)[5] and terminate transmission lines, among other uses.
proposed a new system for wireless traffic light controller, it 3) Led
makes a traffic policeman easily and effective control a road A light-emitting diode (LED) is a two-lead semiconductor
junction with a wireless remote control. The system has two light source. It is a p–n junction diode that emits light when
modes, Manual and Automatic. Manual mode provide the activated. When a suitable voltage is applied to the leads,
control of traffic light to change manually by the traffic electrons are able to recombine with electron holes within the
policeman, by just press the button related to the direction of device, releasing energy in the form of photons. This effect is
the street to make a green light signal. The remote will called electroluminescence, and the color of the light
respond by checking the bearing of the pressed button on the (corresponding to the energy of the photon) is determined by
remote using Hall effects sensor regarding to the position and the energy band gap of the semiconductor. LEDs are
direction of the remote. Then send the control signal to the typically small (less than 1 mm2) and integrated optical
traffic light controller board. In automatic mode, the traffic components may be used to shape the radiation pattern.
light controller board will change the light sequence 4) Battery
according to the preset patterns and time delay, the traffic An electric battery is a device consisting of one or more
policeman be able to change the pattern at any time using the electrochemical cells with external connections provided to
remote. The propose system help the policeman to control the power electrical devices when a battery is supplying electric
junction by himself and be able to change conditions of the power, its positive terminal is the cathode and its negative
traffic flow dynamically. terminal is the anode. The terminal marked negative is the
source of electrons that when connected to an external circuit
III. PROBLEM FORMULATION will flow and deliver energy to an external device. When a
battery is connected to an external circuit, electrolytes are
1) Difficulty in doing programming of controller and
able to move as ions within, allowing the chemical reactions
simulation of project.
to be completed at the separate terminals and so deliver
2) Problem occur in doing circuit assembling.
energy to the external circuit.
A. Objectives 5) Power Supply
1) The main objective of this project is that to make a device A power supply is an electronic device that supplies electric
which controls the ON and OFF process of street light. energy to an electrical load. The primary function of a power
2) The another objective of this project is that to reduce the supply is to convert one form of electrical energy to another.
wastage of electricity on a large scale. As a result, power supplies are sometimes referred to as
3) It will reduce the work of human being and help us to electric power converters. Some power supplies are discrete,
manage the work. stand-alone devices, whereas others are built into larger
devices along with their loads.
B. Outcomes 6) Diode
1) This project helps us to reduce the wastage of electricity. In electronics, a diode is a two-terminal electronic component
2) It also helps us to control the ON and OFF process of that conducts primarily in one direction (asymmetric
street lights. conductance); it has low (ideally zero) resistance to the
current in one direction, and high (ideally infinite) resistance
in the other. A semiconductor diode, the most common type
today, is a crystalline piece of semiconductor material with a
p–n junction connected to two electrical terminals.
energize the relay coil and relay turn on the street light. I have REFERENCES
used only one lamp in this project. Because this is just for [1] Andras Kovacs, Roland Batai, Balazs Csanad Csaji,
demonstration purpose. To use it practically, you can use as Peter Dudas, Borbala Hay, Gianfranco Pedona, Tibor
many street lights as many you want to control through this Revesz, Ozsef Vancza, “Intelligent control for
automatic control of street lights. Figure 1 shows the energy-positive street lighting Energy114
Simulation circuit diagram of automatic street light (2016)40-51. Published on 2016 by Elsevier Ltd.
controller. [2] YM Jagadeesh, S Akilesh “Intelligence street lights”
A. Software (C++ Programming Code) SMART GRID Technologies, August 6-8, 2015
[3] Anif Jamaluddina, Anafi Nur Ainia, Egy Adhitamaa,
#include<stdio.h>
#include<conio.h> Agus Purwantob. “Assessment of LiFePO4 Battery
intlight; Performance in Stand Alone Photovoltaic Street Light
System” Engineering Physics International Conference,
voidread_ldr()
EPIC 2016
{
[4] Nallapaneni Manoj Kumara, Anup Kumar Singhb, and
unsigned int adc_value=0;
K. Vinay Kumar Reddyc, “Fossil Fuel to Solar Power: A
adc_value=ADC_Read(0);
light=100–adc_value/10.24; Sustainable Technical Design for Street Lighting in
if(light>=80) // SWITCH of the light when light is 80 percent Fugar City, Nigeria” 6th International Conference on
Advances in Computing & Communications, ICACC
{
2016, 6-8 September 2016, Cochin, India.
PORTB.F1=0;
[5] K. Thatsanavipasa,,N. Ponganunchokea, S. Mitathab and
}
C. Vongchumyenb, “Wireless Traffic Light
else
{ Controller”2nd International Science, Social-Science,
Engineering and Energy Conference 2010: Engineering
PORTB.F1=1;
Science and Management.2011 Published by Elsevier
}
Ltd.
}
voidmain()
{
TRISB=0X00;
PORTB=0X00;
Adc_Init();
while(1)
{
read_ldr();
}
}
VI. CONCLUSION
By doing this project we are able to see the working of
Automatic Street Light Controller and see that how it help us
to save the electricity. This project involved designing and
development of Automatic Street light control system had
exposed to the better way of software and hardware
architecture that blends together for the interfacing purposes.
The system employs the use of advance sensing technology
to detect.
In coming days, this will prove a great boon to the
world, since it will save a lot of electricity of power plants
that gets wasted in illuminating the street lights. As the
conventional sources are depleting very fast then it’s time to
think of alternatives.
ACKNOWLEDGEMENT
In the accomplishment of this project successfully, many
people have best owned upon me their blessings and the heart
pledged support this time we would like to thank all the
people who have been concerned with the project.
Ms.Harpreet Kaur Channi, Ms. Reshma Khan, Mr. Arwind
Goswami and Mr.Khem Singh whose valuable guidance
helped us to patch this project and make it a success.