IoT Lab 1
Traffic Light Simulator with ESP32 v1
Traffic Light Simulator with ESP32
The Traffic Light project aims to simulate the operation of a traffic light using the ESP32 board, exploring concepts from embedded systems and IoT.
Beyond basic LED control (red, yellow, and green), this project can evolve to include smart modes, sensor integration, and even remote control via a network.
Objectives
Reproduce the cycle of a real traffic light using precise timing Demonstrate the use of GPIOs on the ESP32 for LED control Enable future IoT expansions (monitoring and remote control)
Components used
1x ESP32 DevKit (or similar) 3x LEDs (red, yellow, and green) 3x Resistors from 100Ω to 220Ω Breadboard and jumpers
Possible expansions
Remote control via Wi-Fi or Bluetooth Dynamic timing adjustment of each signal Integration with occupancy sensors Sending data to an IoT dashboard
Last updated
Was this helpful?