Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Street Light That Glows On Detecting Vehicle Movement Using Solar

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Street light that glows on detecting vehicle movement using solar

ABSTRACT
This proposed system provides a solution for energy saving. This is achieved by sensing an
approaching vehicle and then switches ON a block of street lights ahead of the vehicle. As the
vehicle passes by, the trailing lights switch OFF automatically. Thus, we save a lot of energy. So
when there are no vehicles on the highway, then all the lights remain OFF. However, there is
another mode of operation where instead of switching OFF the lights completely, they remain
ON with 10% of the maximum intensity of the light. As the vehicle approaches, the block of
street lights switch to 100% intensity and then as the vehicle passes by, the trailing lights revert
back to 10% intensity again. 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. White Light Emitting Diode (LED) based lamps are soon replacing the HID lamps in
street light. Intensity control is also possible by Pulse Width Modulation (PWM) generated by
the microcontroller. Sensors used on either side of the road senses vehicle movement and sends
logic commands to microcontroller to switch ON/OFF the LEDs. Thus this way of dynamically
changing intensity ON/OFF helps in saving a lot of energy. The project uses a PIC series
microcontroller.

INTRODUCTION

The proposed system consists of Atmega8 microcontroller, LDR, PIR sensor and RTC. This
system controls the street lights using light dependent resistor and PIR sensor. Street lights are
switched on depending on the intensity of the Sun light on LDR. If the intensity of Sunlight on
light dependent resistor is low, its resistance value is high. This value increases and becomes
high when it is completely in dark. This resistance value decides when the street lights are
required to switch ON.

1
As the resistance value is maximum in the midnights, real time clock comes into the play. The
controller checks peak time during which there is no traffic and switch OFF the lights. When
there is any vehicle on the road, it is detected by the PIR sensor.

Whenever PIR sensor is detected it just indicates the microcontroller to switch on the street
lights. Then lights are switched on for 2 to 3 minutes and switched off automatically.

Another way to this approach is, one can maintain minimum intensity without completely
switching off the lights by using PWM and switch them on to maximum intensity whenever it
detects the vehicle. But in this article the circuit is designed in such a way that lights are
completely switched OFF and will be switched ON only when there is any vehicle.

BLOCK DIAGRAM

CIRCUIT DIAGRAM

2
Street Lights that Glow on Detecting Vehicle Movement Circuit

CIRCUIT COMPONENTS

1. Atmega8 microcontroller
2. DS1307 IC
3. PIR sensor
4. LDR
5. LCD
6. LED array

SOFTWARE REQUIREMENTS
1. MPLAB & CCS C compiler
2. Language: Embedded C or Assembly

APPLICATIONS

1. This street light control circuit can be used in normal roads, highways, express ways etc.

3
2. This project can also be used in parking areas of malls, hotels, industrial lighting, etc.

3. Intelligent intensity control.

REFERENCES

[1] http://www.edgefxkits.com/

[2] www.microcontrolleric.com

[3] http://www.electronicscircuits.com

You might also like