ME213 Mechatronics (2015)
Project members:
1. Harsh Vardhan Srivastava UG201312012
2. Himanshu Agrawal UG201312013
3. Himanshu Kumar Singh UG201312014
4. Pradyuman Meena UG201312026
5. Rakesh Yadav UG201314014
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:

Smart street lighting system

  • 1.
    ME213 Mechatronics (2015) Projectmembers: 1. Harsh Vardhan Srivastava UG201312012 2. Himanshu Agrawal UG201312013 3. Himanshu Kumar Singh UG201312014 4. Pradyuman Meena UG201312026 5. Rakesh Yadav UG201314014 Smart Street Lighting System
  • 2.
    Objective/problem description:  Todevise 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: