SlideShare a Scribd company logo
1 of 21
AUDISANKARA INSTITUTE OFTECHNOLOGY
(Approved by AICTE New Delhi,Affiliated to JNTUA, Anantapur)
GUDUR-524101
2010-2014
A seminar topic on
DENSITY SENSED STREET LIGHT INTENSITY
CONTROLTO SAVE ENERGY
By
U.Venkataramana
Contents
๏ƒ˜ ABSTRACT
๏ƒ˜ INTRODUCTION
๏ƒ˜ OPERATING MODES
๏ƒ˜ EMBEDDED SYSTEMS
๏ƒ˜ BLOCK DIAGRAM
๏ƒ˜ HARDWARE REQUIREMENTS
๏ƒ˜ SOFTWARE REQUIREMENTS
๏ƒ˜ CIRCUIT DIAGRAM
๏ƒ˜ OPERATIONAND EXPLANATION
๏ƒ˜ HARDWARETESTING
๏ƒ˜ RESULTS
๏ƒ˜ ADVANTGES AND DISADVANTGES
๏ƒ˜ CONCLUSION
ABSTRACT
High intensity discharge lamp (HID) presently used for urban
street light are based on principle of gas discharge, thus the
intensity is not controllable by any voltage reduction method
as the discharge path is broken. White Light Emitting Diode
(LED) based lamps are soon replacing the HID lamps in street
light. Thus intensity control is now possible by pulse width
modulation based on sensing the movement and density of
vehicles. The pulse width becomes very narrow on sensing
no movement of vehicles. As the vehicle moves forward, the
intensity goes on increasing for few lights ahead, and as it
passes away the intensity goes on falling. Thus this way of
dynamically changing intensity helps in saving a lot of
energy. A programmable microcontroller is engaged to
provide different duty cycle for different intensities at
different density conditions.
INTRODUCTION
๏‚ง The main objective of this project is to reduce the power
consumption in the streets.
๏‚ง According to the existing system, power consumption is
more due to the irregular functionalities of the street lights.
๏‚ง By using our proposed system, we can control the
consumption of power.
๏‚ง Initially, the light will be in dim condition, whenever the
vehicle crosses th sensor(controller),light starts to increase .
๏‚ง Brightness of the light is depends on the number of vehicles
which crosses the sensor.
๏‚ง If one vehicle crosses the sensor, the light will be in
minimum bright.
๏‚ง More than 3 vehicles crosses the sensor, the light will be in
maximum bright.
๏‚ง By this proposed system we can control the power
consumption of the street light.
OPERATING MODES
We have two modes in this project for saving power
1. General mode (For vehicles only)
2. Dim mode (both for vehicles and pedestrians)
In general mode we can save more power than dim mode. In
this mode the LED glows only based on the vehicle movement but for
pedestrians this mode cannot be useful but the advantage of this mode
is to save more power. In this mode we can save up to 50% of power.
In dim mode we can save less power, but this mode is useful for
pedestrians as the LED glows with less intensity but based on the
vehicle movement intensity increases.The advantage of this mode is,
it is useful for pedestrians but it saves less power. In this mode we can
save upto 35% of power
EMBEDDED SYSTEMS
o An Embedded System is a combination of computer
hardware and software.
o Two types of embedded systems
1.High end
2.low end
o High-end embedded system - Generally 32, 64 Bit
Controllers used with OS
o Lower end embedded systems - Generally 8,16 Bit
Controllers used with an minimal operating systems and
hardware layout designed for the specific purpose.
SYSTEM DESIGN CALLS
BLOCK DIAGRAM
HARDWARE REQUIREMENTS
๏‚ง Transformer (230 โ€“ 12V AC)
๏‚ง Voltage Regulator (LM 7805)
๏‚ง Rectifier
๏‚ง Filter
๏‚ง Microcontroller (AT89S52/AT89C51)
๏‚ง LEDS
๏‚ง Photodiodes
๏‚ง Potential Divider
๏‚ง Resistors
๏‚ง Capacitors
SOFTWARE REQUIREMENTS
๏‚ง IDE (Integrated Development environment)
๏‚ง Project Manager
๏‚ง Simulator
๏‚ง Debugger
๏‚ง C Cross Compiler, CrossAssembler,
Locator/Linker
CIRCUIT DIAGRAM
OPERATION EXPLANATION
The circuit is divided into three parts:
1. DC power supply circuit
2. Microcontroller and connections
3. Highway model circuit
1.DC power supply circuit:
๏‚ง It comprises of a step down transformer (230v-12v
AC),bridge rectifier circuit, a voltage regulator with
filter capacitors and a power indicating LED.
๏‚ง The step down transformer directly converts 230v AC
to 12v AC supply.
๏‚ง This 12vAC is given as input to a bridge rectifier circuit
which converts it to 12v pulsating DC.
๏‚ง The pulsating DC obtained as output from the rectifier
is given to voltage regulator through a filter capacitor.
๏‚ง The main function of voltage regulator is to provide a
constant voltage of 5v.The capacitor1 (470microf)
filters out the pulsating DC to ripple less DC.
๏‚ง The second capacitor eliminates any other ripples in
the output.Thus, we get a steady supply of pure 5v DC.
This is indicated by the LED which is present in the
power supply circuit
2. Microcontroller and connections:
๏‚ง The microcontroller used is AT89S52.
๏‚ง The 40th pin of the IC is given a 5v power supply.
๏‚ง Pins 18 & 19 of the IC are used to connect crystal to the
microcontroller.
๏‚ง Pin 9 of the IC is the reset pin which is connected to a mechanical
switch.
๏‚ง The pin 31 of the IC is driven HIGH to show that port0 and port2 are
being used for data transfer.
๏‚ง Pin 39 of the IC is connected to another switch.
๏‚ง port 1 as input port and port 2 and port 3 as output ports.
๏‚ง 20th pin of the microcontroller is connected to ground.
๏‚ง The inputs to the port1 are from the highway model sensors via
transistor switches.
๏‚ง The outputs from port2 and port3 are given to the streetlights
present in the highway model.
๏‚ง Since we want an output of 14 LEDs, pins from entire port2 and
first six pins of port3 are being used. The port0.0 pin is used to
switch the output from dark mode to dim mode.
3. Highway model circuit:
๏‚ง The highway model consists of 14 streetlights and 8 pairs of
photodiodes-IR diodes used as sensors, variable resistors and
transistors which acts as switch.
๏‚ง The IR diodes are placed on one side of the road and photodiodes
are placed on the other side of the road, directly facing the IR
diodes.
๏‚ง Consider the case when there is no vehicle on the highway. I
๏‚ง The collector region of the transistor is connected to the port 1
(input port) which in turn goes to ground i.e., logic ZERO.
๏‚ง Consider the case when a vehicle obstructs the IR radiation path.
๏‚ง This leads to a transition from ZERO to HIGH at P1.0 pin.
๏‚ง The microcontroller is programmed in such a way that, whenever
the pin P1.0 goes high.
๏‚ง This process goes on i.e., as the vehicle moves forward, the street
lights ahead of it glows and the trailing lights goes back to its
original state.
basic modes of operation
There are two basic modes of operation,
1.Transition of streetlights from dim to bright state.
2.Transition of streetlights from dark to bright state.
In the first mode of operation, initially when the
vehicle is not sensed, all the streetlights will be in dim state.
This is achieved by use of PWM technique from
microcontroller. When a vehicle is not present on the
highway, then the streetlights are made to glow for about
1ms and then for 100ms they are switched off. Thus, we get
streetlights with less brightness. When a vehicle is sensed,
all the streetlights are illuminated for 1ms and the window
of streetlights are illuminated for 100ms.
In the second mode of operation, when the
vehicle is not present, all the streetlights will be in dark
state. When a vehicle is sensed then the window of
streetlights is illuminated in front of the vehicle.
HARDWARE TESTING
1.CONTINUITY TEST:
๏‚ง In electronics, a continuity test is the checking of an electric
circuit to see if current flows .
๏‚ง A continuity test is performed by placing a small voltage across
the chosen path.
๏‚ง multi meters can be used to perform continuity test.
๏‚ง This test is the performed just after the hardware soldering and
configuration has been completed.
๏‚ง This test aims at finding any electrical open paths in the circuit
after the soldering.
๏‚ง We connect both the terminals across the path that needs to be
checked.
๏‚ง If there is continuation then you will hear the beep sound.
2.POWER ON TEST:
๏‚ง This test is performed to check whether the voltage at
different terminals is according to the requirement or
not.
๏‚ง We take a multi meter and put it in voltage mode.
๏‚ง Firstly, we check the output of the transformer,
whether we get the required 12 v AC voltage.
๏‚ง Then we apply this voltage to the power supply circuit.
๏‚ง Note that we do this test without microcontroller .
๏‚ง We check for the input to the voltage regulator i.e., are
we getting an input of 12v and an output of 5v.
๏‚ง This 5v output is given to the microcontrollersโ€™ 40th pin.
๏‚ง Hence we check for the voltage level at 40th pin.
Similarly, we check for the other terminals for the
required voltage.
RESULTS
INPUT
When we apply A.C supply to the circuit and we pass a vehicle in
general mode (or) pedestrian in dim mode by interchanging the modes
OUTPUT
The output in two modes isโ€ฆโ€ฆโ€ฆ.
General mode:
When a vehicle passes through highway, according to the
vehicle movement LED will glow and after the vehicle had passed out
then LED will turnoff automatically
Dim mode:
In this mode already led glows with less intensity, it is easy
to walk for pedestrians in this mode (or) when a vehicle passes through
highway according to the vehicle movement LED intensity will glow
based on number of vehicles and its intensity will automatically
decrease after the vehicle passout
The advantages by using this two modes is
1. saving power upto 50%
2. reduce light pollution
ADVANTAGES AND DISADVANTAGES
๏‚ง In general mode, the power savings is about
50% .
๏‚ง In dim mode, it is about 35%.
๏‚ง Using LEDโ€™s in this technology, it provides
cool environment unlike HID lamps.
๏‚ง Operative and maintenance is cost effective.
๏‚ง Utilization of energy is optimized using this
technology.
๏‚ง Intial and maintenance cost is high.
11.CONCLUSION
ThisTECHNOLOGY of DENSITY SENSED STREET
LIGHT INTENSITY CONTROLTO SAVE ENERGY is a cost
effective, practical, ecofriendly and the safest way to save
energy. It clearly tackles the two problems that world is facing
today, saving of energy and also disposal of incandescent lamps,
very efficiently. According to statistical data we can save more
that 40 % of electrical energy that is now consumed by the
highways.The LEDs have long life, emit cool light, donor have
any toxic material and can be used for fast switching. For these
reasons our paper presents far more advantages which can over
shadow the present limitations. Keeping in view the long term
benefits and the initial cost would never be a problem as the
investment return time is very less.
The technology has scope in various other applications
like for providing lighting in industries, campuses and parking
lots of huge shopping malls.

More Related Content

What's hot

STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
m sivareddy
ย 
Multistage amplifier 23
Multistage amplifier 23Multistage amplifier 23
Multistage amplifier 23
ayesha zaheer
ย 
Clap switch
Clap switchClap switch
Clap switch
swiss2020
ย 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
Duc Nguyen Van
ย 
Smart street lighting system
Smart street lighting systemSmart street lighting system
Smart street lighting system
Anoop Kumar
ย 

What's hot (20)

Ic voltage regulators
Ic voltage regulatorsIc voltage regulators
Ic voltage regulators
ย 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
ย 
Multistage amplifier 23
Multistage amplifier 23Multistage amplifier 23
Multistage amplifier 23
ย 
automatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuitautomatic street light control using aurdino,PIR,LDR tinker cad circuit
automatic street light control using aurdino,PIR,LDR tinker cad circuit
ย 
Smart street light detector
Smart street light detectorSmart street light detector
Smart street light detector
ย 
UP AND DOWN FADING OF LED
UP AND DOWN FADING OF LEDUP AND DOWN FADING OF LED
UP AND DOWN FADING OF LED
ย 
Sensor Based Blind Stick
Sensor Based Blind StickSensor Based Blind Stick
Sensor Based Blind Stick
ย 
a project on automatic traffic control using IC 555
a project on automatic traffic control using IC 555a project on automatic traffic control using IC 555
a project on automatic traffic control using IC 555
ย 
Clap switch
Clap switchClap switch
Clap switch
ย 
Home automation ppt
Home automation pptHome automation ppt
Home automation ppt
ย 
ADAPTIVE NOISE CANCELLATION
ADAPTIVE NOISE CANCELLATIONADAPTIVE NOISE CANCELLATION
ADAPTIVE NOISE CANCELLATION
ย 
Anti drowsy alarm for drivers
Anti drowsy alarm for driversAnti drowsy alarm for drivers
Anti drowsy alarm for drivers
ย 
Smart street lighting system
Smart street lighting systemSmart street lighting system
Smart street lighting system
ย 
Automatic light control Using LDR
Automatic light control Using LDRAutomatic light control Using LDR
Automatic light control Using LDR
ย 
HOME AUTOMATION SYSTEM USING RADIO FREQUENCY
HOME AUTOMATION SYSTEM USING RADIO FREQUENCYHOME AUTOMATION SYSTEM USING RADIO FREQUENCY
HOME AUTOMATION SYSTEM USING RADIO FREQUENCY
ย 
Automatized railway gate controller
Automatized railway gate controllerAutomatized railway gate controller
Automatized railway gate controller
ย 
Power amplifire analog electronics
Power amplifire analog electronicsPower amplifire analog electronics
Power amplifire analog electronics
ย 
Smps
SmpsSmps
Smps
ย 
Fire detection system using arduino
Fire detection system using arduino Fire detection system using arduino
Fire detection system using arduino
ย 
Ppt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensorsPpt on automatic street light control using ir sensors
Ppt on automatic street light control using ir sensors
ย 

Viewers also liked

automatic street light
automatic street lightautomatic street light
automatic street light
Anish Anand
ย 
Automatic street light controller
Automatic street light controllerAutomatic street light controller
Automatic street light controller
Padmakar Mangrule
ย 
automatic-street-light-controller
automatic-street-light-controllerautomatic-street-light-controller
automatic-street-light-controller
Amit Singh
ย 
Remote sensing and control of an irrigation system using a distributed wirele...
Remote sensing and control of an irrigation system using a distributed wirele...Remote sensing and control of an irrigation system using a distributed wirele...
Remote sensing and control of an irrigation system using a distributed wirele...
nithinreddykaithi
ย 
Solar powered automatic street light controller report
Solar powered automatic street light controller reportSolar powered automatic street light controller report
Solar powered automatic street light controller report
Amar Gupta
ย 

Viewers also liked (19)

automatic street light
automatic street lightautomatic street light
automatic street light
ย 
Automatic street light controller
Automatic street light controllerAutomatic street light controller
Automatic street light controller
ย 
automatic-street-light-controller
automatic-street-light-controllerautomatic-street-light-controller
automatic-street-light-controller
ย 
Automatic Light Controller
Automatic Light ControllerAutomatic Light Controller
Automatic Light Controller
ย 
Automatic control of street light using LDR
Automatic control of street light using LDRAutomatic control of street light using LDR
Automatic control of street light using LDR
ย 
Final project report on Solar street light
Final project report on Solar street light Final project report on Solar street light
Final project report on Solar street light
ย 
Remote sensing and control of an irrigation system using a distributed wirele...
Remote sensing and control of an irrigation system using a distributed wirele...Remote sensing and control of an irrigation system using a distributed wirele...
Remote sensing and control of an irrigation system using a distributed wirele...
ย 
Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...
ย 
Smart street light management systems for street light energy conservation, a...
Smart street light management systems for street light energy conservation, a...Smart street light management systems for street light energy conservation, a...
Smart street light management systems for street light energy conservation, a...
ย 
Embedded Systems Projects Ideas
Embedded Systems Projects IdeasEmbedded Systems Projects Ideas
Embedded Systems Projects Ideas
ย 
Solar powered automatic street light controller report
Solar powered automatic street light controller reportSolar powered automatic street light controller report
Solar powered automatic street light controller report
ย 
PPT ON SOLAR STREET LIGHTING SYSTEM
PPT ON SOLAR STREET LIGHTING SYSTEMPPT ON SOLAR STREET LIGHTING SYSTEM
PPT ON SOLAR STREET LIGHTING SYSTEM
ย 
Smart Traffic Light Controller
Smart Traffic Light ControllerSmart Traffic Light Controller
Smart Traffic Light Controller
ย 
intelligent street light system
intelligent street light systemintelligent street light system
intelligent street light system
ย 
Automatic night lamp
Automatic night lampAutomatic night lamp
Automatic night lamp
ย 
Westminster City Council Electric Vehicle On-Street Charging Scheme
Westminster City Council Electric Vehicle On-Street Charging SchemeWestminster City Council Electric Vehicle On-Street Charging Scheme
Westminster City Council Electric Vehicle On-Street Charging Scheme
ย 
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALADENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
DENSITY BASED TRAFFIC LIGHT CONTROLLER BY SAIKIRAN PANJALA
ย 
Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal system
ย 
Light Pollution: Kinds, Consequences, & Solutions
Light Pollution: Kinds, Consequences, & SolutionsLight Pollution: Kinds, Consequences, & Solutions
Light Pollution: Kinds, Consequences, & Solutions
ย 

Similar to Density sensed street light intensity control to save energy...

Auto control street lights
Auto control street lightsAuto control street lights
Auto control street lights
slmnsvn
ย 
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATIONFABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
Nashit Ahmad
ย 
There is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdfThere is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdf
arihantstoneart
ย 
There is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdfThere is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdf
fathimalinks
ย 
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
satish20012310
ย 
Automatic mall elevator
Automatic mall elevatorAutomatic mall elevator
Automatic mall elevator
Abhilash Dhatrak
ย 

Similar to Density sensed street light intensity control to save energy... (20)

Ram minor project PPT..pptx
Ram minor project PPT..pptxRam minor project PPT..pptx
Ram minor project PPT..pptx
ย 
Auto control street lights
Auto control street lightsAuto control street lights
Auto control street lights
ย 
Tlc.finalppt
Tlc.finalpptTlc.finalppt
Tlc.finalppt
ย 
IRJET- Smart Street Lighting based on Pulse Width Modulation
IRJET-  	  Smart Street Lighting based on Pulse Width ModulationIRJET-  	  Smart Street Lighting based on Pulse Width Modulation
IRJET- Smart Street Lighting based on Pulse Width Modulation
ย 
smart street light projet
smart street light projetsmart street light projet
smart street light projet
ย 
Street light controlling using Microcontroller
Street light controlling using MicrocontrollerStreet light controlling using Microcontroller
Street light controlling using Microcontroller
ย 
372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.ppt372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.ppt
ย 
Pir based lighting control
Pir based lighting controlPir based lighting control
Pir based lighting control
ย 
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATIONFABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
FABRICATION OF SENSOR OPERATED MOBILE PLATFORM FOR RAILWAY STATION
ย 
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEMAUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
AUTOMATIC RAILWAY GATE AND SIGNALLING SYSTEM
ย 
Otema 11
Otema 11Otema 11
Otema 11
ย 
Automatic road light based on vehicles movement
Automatic road light based on vehicles movementAutomatic road light based on vehicles movement
Automatic road light based on vehicles movement
ย 
There is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdfThere is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdf
ย 
There is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdfThere is a requirement to design a system to sense the presence of gl.pdf
There is a requirement to design a system to sense the presence of gl.pdf
ย 
Energy from busy roads
Energy from busy roadsEnergy from busy roads
Energy from busy roads
ย 
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
246860445-Solar-Powered-Rover-and-Obstacle-Detector-ppt.ppt
ย 
Automatic street light
Automatic street lightAutomatic street light
Automatic street light
ย 
Street Light Energy Conservation System
Street Light Energy Conservation SystemStreet Light Energy Conservation System
Street Light Energy Conservation System
ย 
Automatic mall elevator
Automatic mall elevatorAutomatic mall elevator
Automatic mall elevator
ย 
Automated ppt
Automated pptAutomated ppt
Automated ppt
ย 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
sivaprakash250
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Christo Ananth
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 

Recently uploaded (20)

Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
ย 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ย 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
ย 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
ย 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
ย 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
ย 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ย 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
ย 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
ย 

Density sensed street light intensity control to save energy...

  • 1. AUDISANKARA INSTITUTE OFTECHNOLOGY (Approved by AICTE New Delhi,Affiliated to JNTUA, Anantapur) GUDUR-524101 2010-2014 A seminar topic on DENSITY SENSED STREET LIGHT INTENSITY CONTROLTO SAVE ENERGY By U.Venkataramana
  • 2. Contents ๏ƒ˜ ABSTRACT ๏ƒ˜ INTRODUCTION ๏ƒ˜ OPERATING MODES ๏ƒ˜ EMBEDDED SYSTEMS ๏ƒ˜ BLOCK DIAGRAM ๏ƒ˜ HARDWARE REQUIREMENTS ๏ƒ˜ SOFTWARE REQUIREMENTS ๏ƒ˜ CIRCUIT DIAGRAM ๏ƒ˜ OPERATIONAND EXPLANATION ๏ƒ˜ HARDWARETESTING ๏ƒ˜ RESULTS ๏ƒ˜ ADVANTGES AND DISADVANTGES ๏ƒ˜ CONCLUSION
  • 3. ABSTRACT High intensity discharge lamp (HID) presently used for urban street light are based on principle of gas discharge, thus the intensity is not controllable by any voltage reduction method as the discharge path is broken. White Light Emitting Diode (LED) based lamps are soon replacing the HID lamps in street light. Thus intensity control is now possible by pulse width modulation based on sensing the movement and density of vehicles. The pulse width becomes very narrow on sensing no movement of vehicles. As the vehicle moves forward, the intensity goes on increasing for few lights ahead, and as it passes away the intensity goes on falling. Thus this way of dynamically changing intensity helps in saving a lot of energy. A programmable microcontroller is engaged to provide different duty cycle for different intensities at different density conditions.
  • 4. INTRODUCTION ๏‚ง The main objective of this project is to reduce the power consumption in the streets. ๏‚ง According to the existing system, power consumption is more due to the irregular functionalities of the street lights. ๏‚ง By using our proposed system, we can control the consumption of power. ๏‚ง Initially, the light will be in dim condition, whenever the vehicle crosses th sensor(controller),light starts to increase . ๏‚ง Brightness of the light is depends on the number of vehicles which crosses the sensor. ๏‚ง If one vehicle crosses the sensor, the light will be in minimum bright. ๏‚ง More than 3 vehicles crosses the sensor, the light will be in maximum bright. ๏‚ง By this proposed system we can control the power consumption of the street light.
  • 5. OPERATING MODES We have two modes in this project for saving power 1. General mode (For vehicles only) 2. Dim mode (both for vehicles and pedestrians) In general mode we can save more power than dim mode. In this mode the LED glows only based on the vehicle movement but for pedestrians this mode cannot be useful but the advantage of this mode is to save more power. In this mode we can save up to 50% of power. In dim mode we can save less power, but this mode is useful for pedestrians as the LED glows with less intensity but based on the vehicle movement intensity increases.The advantage of this mode is, it is useful for pedestrians but it saves less power. In this mode we can save upto 35% of power
  • 6. EMBEDDED SYSTEMS o An Embedded System is a combination of computer hardware and software. o Two types of embedded systems 1.High end 2.low end o High-end embedded system - Generally 32, 64 Bit Controllers used with OS o Lower end embedded systems - Generally 8,16 Bit Controllers used with an minimal operating systems and hardware layout designed for the specific purpose.
  • 9. HARDWARE REQUIREMENTS ๏‚ง Transformer (230 โ€“ 12V AC) ๏‚ง Voltage Regulator (LM 7805) ๏‚ง Rectifier ๏‚ง Filter ๏‚ง Microcontroller (AT89S52/AT89C51) ๏‚ง LEDS ๏‚ง Photodiodes ๏‚ง Potential Divider ๏‚ง Resistors ๏‚ง Capacitors
  • 10. SOFTWARE REQUIREMENTS ๏‚ง IDE (Integrated Development environment) ๏‚ง Project Manager ๏‚ง Simulator ๏‚ง Debugger ๏‚ง C Cross Compiler, CrossAssembler, Locator/Linker
  • 12. OPERATION EXPLANATION The circuit is divided into three parts: 1. DC power supply circuit 2. Microcontroller and connections 3. Highway model circuit
  • 13. 1.DC power supply circuit: ๏‚ง It comprises of a step down transformer (230v-12v AC),bridge rectifier circuit, a voltage regulator with filter capacitors and a power indicating LED. ๏‚ง The step down transformer directly converts 230v AC to 12v AC supply. ๏‚ง This 12vAC is given as input to a bridge rectifier circuit which converts it to 12v pulsating DC. ๏‚ง The pulsating DC obtained as output from the rectifier is given to voltage regulator through a filter capacitor. ๏‚ง The main function of voltage regulator is to provide a constant voltage of 5v.The capacitor1 (470microf) filters out the pulsating DC to ripple less DC. ๏‚ง The second capacitor eliminates any other ripples in the output.Thus, we get a steady supply of pure 5v DC. This is indicated by the LED which is present in the power supply circuit
  • 14. 2. Microcontroller and connections: ๏‚ง The microcontroller used is AT89S52. ๏‚ง The 40th pin of the IC is given a 5v power supply. ๏‚ง Pins 18 & 19 of the IC are used to connect crystal to the microcontroller. ๏‚ง Pin 9 of the IC is the reset pin which is connected to a mechanical switch. ๏‚ง The pin 31 of the IC is driven HIGH to show that port0 and port2 are being used for data transfer. ๏‚ง Pin 39 of the IC is connected to another switch. ๏‚ง port 1 as input port and port 2 and port 3 as output ports. ๏‚ง 20th pin of the microcontroller is connected to ground. ๏‚ง The inputs to the port1 are from the highway model sensors via transistor switches. ๏‚ง The outputs from port2 and port3 are given to the streetlights present in the highway model. ๏‚ง Since we want an output of 14 LEDs, pins from entire port2 and first six pins of port3 are being used. The port0.0 pin is used to switch the output from dark mode to dim mode.
  • 15. 3. Highway model circuit: ๏‚ง The highway model consists of 14 streetlights and 8 pairs of photodiodes-IR diodes used as sensors, variable resistors and transistors which acts as switch. ๏‚ง The IR diodes are placed on one side of the road and photodiodes are placed on the other side of the road, directly facing the IR diodes. ๏‚ง Consider the case when there is no vehicle on the highway. I ๏‚ง The collector region of the transistor is connected to the port 1 (input port) which in turn goes to ground i.e., logic ZERO. ๏‚ง Consider the case when a vehicle obstructs the IR radiation path. ๏‚ง This leads to a transition from ZERO to HIGH at P1.0 pin. ๏‚ง The microcontroller is programmed in such a way that, whenever the pin P1.0 goes high. ๏‚ง This process goes on i.e., as the vehicle moves forward, the street lights ahead of it glows and the trailing lights goes back to its original state.
  • 16. basic modes of operation There are two basic modes of operation, 1.Transition of streetlights from dim to bright state. 2.Transition of streetlights from dark to bright state. In the first mode of operation, initially when the vehicle is not sensed, all the streetlights will be in dim state. This is achieved by use of PWM technique from microcontroller. When a vehicle is not present on the highway, then the streetlights are made to glow for about 1ms and then for 100ms they are switched off. Thus, we get streetlights with less brightness. When a vehicle is sensed, all the streetlights are illuminated for 1ms and the window of streetlights are illuminated for 100ms. In the second mode of operation, when the vehicle is not present, all the streetlights will be in dark state. When a vehicle is sensed then the window of streetlights is illuminated in front of the vehicle.
  • 17. HARDWARE TESTING 1.CONTINUITY TEST: ๏‚ง In electronics, a continuity test is the checking of an electric circuit to see if current flows . ๏‚ง A continuity test is performed by placing a small voltage across the chosen path. ๏‚ง multi meters can be used to perform continuity test. ๏‚ง This test is the performed just after the hardware soldering and configuration has been completed. ๏‚ง This test aims at finding any electrical open paths in the circuit after the soldering. ๏‚ง We connect both the terminals across the path that needs to be checked. ๏‚ง If there is continuation then you will hear the beep sound.
  • 18. 2.POWER ON TEST: ๏‚ง This test is performed to check whether the voltage at different terminals is according to the requirement or not. ๏‚ง We take a multi meter and put it in voltage mode. ๏‚ง Firstly, we check the output of the transformer, whether we get the required 12 v AC voltage. ๏‚ง Then we apply this voltage to the power supply circuit. ๏‚ง Note that we do this test without microcontroller . ๏‚ง We check for the input to the voltage regulator i.e., are we getting an input of 12v and an output of 5v. ๏‚ง This 5v output is given to the microcontrollersโ€™ 40th pin. ๏‚ง Hence we check for the voltage level at 40th pin. Similarly, we check for the other terminals for the required voltage.
  • 19. RESULTS INPUT When we apply A.C supply to the circuit and we pass a vehicle in general mode (or) pedestrian in dim mode by interchanging the modes OUTPUT The output in two modes isโ€ฆโ€ฆโ€ฆ. General mode: When a vehicle passes through highway, according to the vehicle movement LED will glow and after the vehicle had passed out then LED will turnoff automatically Dim mode: In this mode already led glows with less intensity, it is easy to walk for pedestrians in this mode (or) when a vehicle passes through highway according to the vehicle movement LED intensity will glow based on number of vehicles and its intensity will automatically decrease after the vehicle passout The advantages by using this two modes is 1. saving power upto 50% 2. reduce light pollution
  • 20. ADVANTAGES AND DISADVANTAGES ๏‚ง In general mode, the power savings is about 50% . ๏‚ง In dim mode, it is about 35%. ๏‚ง Using LEDโ€™s in this technology, it provides cool environment unlike HID lamps. ๏‚ง Operative and maintenance is cost effective. ๏‚ง Utilization of energy is optimized using this technology. ๏‚ง Intial and maintenance cost is high.
  • 21. 11.CONCLUSION ThisTECHNOLOGY of DENSITY SENSED STREET LIGHT INTENSITY CONTROLTO SAVE ENERGY is a cost effective, practical, ecofriendly and the safest way to save energy. It clearly tackles the two problems that world is facing today, saving of energy and also disposal of incandescent lamps, very efficiently. According to statistical data we can save more that 40 % of electrical energy that is now consumed by the highways.The LEDs have long life, emit cool light, donor have any toxic material and can be used for fast switching. For these reasons our paper presents far more advantages which can over shadow the present limitations. Keeping in view the long term benefits and the initial cost would never be a problem as the investment return time is very less. The technology has scope in various other applications like for providing lighting in industries, campuses and parking lots of huge shopping malls.