Development and implementation of smart street lighting system based on Circuit Diagram Instead of turning ON the street lights for the entire night, we can design a low cost and efficient smart street light system using the Arduino, IR sensors or Ultrasonic Sensors, and some other basic electronics components. In this tutorial, we will learn to design a smart street light that will be turned on and off whenever there is some

Discover how a Smart Street Light system works! ๐ This project uses automatic lighting technology to turn street lights ON and OFF based on ambient light le Making the Street Light Model. You can make the street light models in many ways, I chose this method since I had popsicle sticks. Alternatively, you can choose a Straw or a cardboard strip, the choice is yours. I have made the 3D-printed supports for my popsicle sticks. The part has a slot to hold the LED diode.

Arduino Project Hub Circuit Diagram
As we move forward with our automatic street light project, we'll explore how to connect these components and program the Arduino to create a functional prototype. This hands-on experience will give us valuable insights into real-world applications of smart lighting systems and microcontroller-based projects. Circuit Design and Assembly Thousands of Street lights are installed beside the highways and the main roads. But the main problem is these street lights consume about 25-30% of the total energy spent in the city. In this project, our main aim is to develop a "Smart Street light system" that will reduce electric power consumption.

1 /*auto_on_street_light 2 created by ameya angadi 3 last edited on - 19/08/2021 4 this code is an example of an auto on-off street light which automatically switches on when it gets dark and remains on untill it detects enough light.

Smart Street Light Project using Arduino, LDR, and IR Sensors Circuit Diagram
The relay module is connected to a digital pin (D8) to control the lights. The code continuously monitors the PIR sensor's output. When motion is detected, the lights are turned on using the relay for a specified duration (10 seconds in this example). The system turns off the lights when no motion is detected. Testing of the Street Light Project The Smart Street Light System Project is a shining example of how technology and sustainability can work hand-in-hand. By combining motion detection, energy-efficient lighting, and footstep power generation, this design offers a cost-effective and eco-friendly solution to traditional street lighting.
