My college homework ask me to design a simplified traffic light controller that switches the lights at a street intersection (North-South street N-S and East-West street E-O). The controller's input is a button called **PASS**, which is activated by pedestrians when they wish to cross one of the...
I am working on a traffic light control system for an intersection with a **main road (Vp)** and a **secondary road (Vs)**, using:
- **Vehicle detectors**:
- **Dp** (main road).
- **Ds** (secondary road).
- **Pedestrian buttons**:
- **Pp** (to cross the main road).
- **Ps**...
I need to design an FSM sequence detector that activates when it detects the sequences 01011 and 00101. The problem is that I don't know how, for example, when state s3 receives the value 0 and reaches 010, to make s3 transition to 001 if it receives a 1. This is the design I made:
I need...
I am currently working on a project (Tesla Coil) and I built a very simple controller which connects to the neon sign transformer (NST). First there is a main switch which connects to the 120V mains and then a second "activate" switch which provides power to the NST. This is the current design...
I have been struggling with the following question for a long time.
-----------------------------------------------
I am very new to this topic so I'm not sure if any of the following is correct.
Here is a simple chart of how I believe the circuit works:
State diagram for SUM:
State...