This document describes a student project to create a 4-way traffic light control system using an Arduino Uno microcontroller board. The system uses an Arduino Uno, a zero PCB board, jumper wires, and LEDs to control 4 traffic light signals in a simulated traffic intersection. It works by sequentially illuminating the green light at one signal for 5 seconds, followed by a 2 second yellow light, before illuminating the red light and moving to the next signal, repeating in a loop to control traffic flow.