streetlight new

Upload: ankit-rawat

Post on 12-Apr-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/21/2019 Streetlight New

    1/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    SYNOPSIS OF THE B.Tech. (CSE) IV SemPROJECT

    Automatic Street Light Controller Using LDR

    Name :Neelmani Mishra Er. No.:091295

    Email :[email protected] Ph. Number: 8109730301

    Name :AnkitRawat Er. No.:091297

    Email :[email protected] Ph. Number: 7879291149

    Name :MayankRawat Er. No.:091301

    Email :[email protected] Ph. Number: 9039094611

    Name :Pranay Singh Er. No.:091305

    Email :[email protected] Ph.Number: 8989155187

    Name :Ajit Mishra Er. No.:091306

    Email :[email protected] Ph. Number: 9039656121

    Name :Harshvardhan Pant Er. No.:091308

    Email :[email protected] Ph. Number: 9098313230

    Name :BhanuPrakashSoni Er. No.:091309

    Email :[email protected] Ph. Number: 8103584258

    Name :HrishikeshTiwari Er. No.:091312

    Email :[email protected] Ph. Number: 8109634463

    Project Supervior: Mr. Dinesh Kumar Verma

    Designation: Lecturer

    Signature

  • 7/21/2019 Streetlight New

    2/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    Objectives/Aim-To implements automatic and power saving street lightcontroller.

    Expected Results- light sensitive street light controller.

    Technical Details:

    Details of Methodology/ Approach of Development-

    Automatic Street Light Control System is a simple yet powerfulconcept, which uses transistor as a switch. By using this system manual worksare 100% removed. It automatically switches ON lights when the sunlightgoes below the visible region of our eyes. This is done by a sensor called Light

    Dependant Resistor (LDR) which senses the light actually like our eyes. Itautomatically switches OFF lights whenever the sunlight comes, visible to oureyes.

    By using this system energy consumption is also reduced becausenowadays the manually operated street lights are not switched off even thesunlight comes and also switched on earlier before sunset. In this project, noneed of manual operation like ON time and OFF time setting.LDR and micro controller are the main components of the project. Theresistance of light dependant resistor (LDR) varies according to the light

    falling on it.

    This project uses regulated 5V, 500mA power supply. 7805 threeterminal voltage regulators are used for voltage regulation. Bridge type fullwave rectifier is used to rectify the ac out put of secondary of 230/12V stepdown transformer.

    The present system is like, the street lights will be switched on in the eveningbefore the sun sets and they are switched off the next day morning after there issufficient light on the roads. But the actual timings for these street lights to beswitched on are when there is absolute darkness. With this, the power will be

    wasted up to some extent. This project gives the best solution for electrical powerwastage. Also the manual operation of the lighting system is completelyeliminated.

  • 7/21/2019 Streetlight New

    3/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    Block Diagram: street light control using LDR

    ULN 2003 USED FOR-- VOLTAGE AMPLIFICATION

  • 7/21/2019 Streetlight New

    4/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    HIGH VOLTAGE AND HIGH CURRENT DARLINGTON

    TRANSISTOR ARRAY

    DESCRIPTION

    The ULN2003 is a monolithic high voltage and high current Darlington transistor arrays.It consists of seven NPN darlington .pairs that features high-voltage outputs withcommon-cathode clamp diode for switching inductive loads.

    FEATURES

    * 500mA rated collector current(Single output)* High-voltage outputs: 50V* Inputs compatible with various types of logic.* Relay driver application.

  • 7/21/2019 Streetlight New

    5/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    The programming language used for developing the software to the microcontroller isEmbedded/Assembly. The KEIL cross compiler is used to edit, compile and debug thisprogram. Here in our application we are using AT89C51 microcontroller which is FlashProgrammable IC.AT represents the Atmel Corporation C represents CMOS technologyis used for designing the IC

    PROGRAMMING:

    $include(REG51.inc)ORG 0000HS1 EQU P1.0 ; Sensor In

    Relay EQU P3.1 ; Relay

    ACTIVATE:

    CLR Relay

    SETB S1 ; SEnsor In

    JNB S1,Relay1

    AJMP ACTIVATE

    RET

    Relay1 :SETB Relay ;1

    CALL DELAY

    CLR Relay ;2

    RET

    ;;;;;;;;;;;;;;;;;;12;;;;;;;;;;;;;;;;DELAY:

    MOV R3,#16HMOV R2,#66H

    MOV R1,#234HLoop:

    DJNZ R1,LoopDJNZ R2,LoopDJNZ R3,LoopRETEND

  • 7/21/2019 Streetlight New

    6/6

    Department of Computer Science & Engineering

    Jaypee University of Engineering & Technology, Guna (MP)

    Circuit diagram for power supply:

    Tools/ Languages to be used1. Light Dependent Resistors.2. Atmel 89s52.3. Power supply.

    Innovativeness & Usefulness-

    1. Highly sensitive2. Works according to the light intensity3. Low cost and reliable circuit4. Complete elimination of manpower5. Can handle heavy loads up to 7A

    Current Status of Development-We have developed basic block digram for our project.

    Synopsis Status

    Superviosrs Remark-Approved / Approved with Changes / Not Approved

    Signature - Date:-