Arduino Project
Arduino Smart Street Light with LDR and IR Sensors
Kit purchase
Looking for parts? Check out our all-in-one kits below — packed with components, beginner-friendly guides, and tons of fun.

Course Introduction
This Arduino project builds a smart street light system using an LDR, three IR sensors, and three LEDs with the Arduino UNO R4 WiFi.
During the day, the LEDs remain off. At night, the IR sensors detect nearby objects and automatically turn on the corresponding LEDs.
This system demonstrates how light and object detection can be combined to create an energy-efficient smart street lighting system.
Note
If this is your first time working with an Arduino project, we recommend downloading and reviewing the basic materials first.
1.1 Install Arduino IDE(Important)
1.2 Introduction of Arduino IDE
Wiring

Common Connections:
IR Obstacle Avoidance Senso Module 1
OUT: Connect to 2 on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
IR Obstacle Avoidance Sensor Module 2
OUT: Connect to 3 on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
IR Obstacle Avoidance Sensor Module 3
OUT: Connect to 4 on the Arduino.
GND: Connect to breadboard’s negative power bus.
VCC: Connect to breadboard’s red power bus.
LED 1
Connect the LED anode to a 220Ω resistor then to 8 on the Arduino, and the cathode to the negative power bus on the breadboard.
LED 2
Connect the LED anode to a 220Ω resistor then to 9 on the Arduino, and the cathode to the negative power bus on the breadboard.
LED 3
Connect the LED anode to a 220Ω resistor then to 10 on the Arduino, and the cathode to the negative power bus on the breadboard.
Photoresistor
Connect to a 10kΩ resistor then to A0 on the Arduino.
Connect to breadboard’s red power bus.
10kΩ resistor to breadboard’s negative power bus.
Writing the Code
Note
You can copy this code into Arduino IDE.
Don’t forget to select the board(Arduino UNO R4 Minima/WIFI) and the correct port before clicking the Upload button.
