This circuit will use the chips internal clock and the PCBs low-level reset. The project in question belongs to the domain of traffic control systems and involves the implementation of a simulation of a traffic light using logical gate circuits. The simulation scenario takes place at an intersection composed of two main avenues, offering drivers the option to proceed straight or make a turn in their respective directions. In this context, four sets of traffic lights are present, but the control logic is applied to only two of them simultaneously. The system also incorporates a state dedicated to pedestrians, activated when all vehicle traffic lights display the red color, thus allowing safe pedestrian crossing. The overall operation of the system is based on logical combinations that determine each of the possible states
Testing involves observing each traffic light state without punctuation: hardware setup, initial states, input signals, output monitoring, pedestrian activation, and the cycle of states.
# | Input | Output | Bidirectional |
---|---|---|---|
0 | S1 Vermelho | ||
1 | S1 Amarelo | ||
2 | S1 Verde | ||
3 | S2 Vermelho | ||
4 | S2 Amarelo | ||
5 | S2 Verde | ||
6 | Pedestres (PD) Vermelho | ||
7 | Pedestres (PD) Verde |