Smart street lighting system

2
ME213 Mechatronics (2015) Project members: 1. Harsh Vardhan Srivastava UG201312012 2. Himanshu Agrawal UG201312013 3. Himanshu Kumar Singh UG201312014 Smart Street Lighting System

Transcript of Smart street lighting system

Page 1: Smart street lighting system

ME213 Mechatronics (2015)Project members:1. Harsh Vardhan Srivastava

UG2013120122. Himanshu Agrawal

UG2013120133. Himanshu Kumar Singh

UG2013120144. Pradyuman Meena

UG2013120265. Rakesh Yadav UG201314014

Smart Street Lighting System

Page 2: Smart street lighting system

Objective/problem description:To devise a smart street lighting system which

aims at curbing the power loses during night time. It is Achieved by Reducing the Intensity of the

Street Lights when the street are empty and increasing it when activity is detected.

Methodology:Connecting the IR transmitter-receiver pair and

LDR circuit to the microcontroller .Connecting the microcontroller to the LED’s

(Street light) via a LM324(Amplifier) assembly (to control light intensity and amplify the voltage).

Basic Programming of the microcontroller Case1: if LDR=true(day) then, microcontroller

pin(OFF) Case2: if LDR=false(night)&&IR=true(motion) then, microcontroller pin(high)

Case3: if LDR=false(night)&&IR=false(no motion) then, microcontroller pin(low).• Executing and running the program.

Main Result/outcome:• Reducing the amount of energy

wasted by curbing the power losses in the street lamps during the night time.

• Smart detecting system to adjust the intensity of street light according to the activity on the road.

Schematic/ Block diagram: