What students build
- Three visible light states
- A timed sequence
- Safe transition rules
- Optional pedestrian request
- Repeat behaviour
- Reset state
Guided Demonstration
Guided DemonstrationKeep a tiny intersection orderly with outputs, timing, and a sequence that does not show red and green together.
Visible system / hidden curriculum
Hardware is optional. A physical version requires suitable teacher-arranged components and supervision; equipment availability is confirmed separately.
Suggested build order
Students may use different artwork and implementation details. The shared structure keeps the concept teachable.
Task: Define STOP, READY, and GO before wiring or coding.
Build and test this part before adding the next system.
Task: Make one simulated or physical LED respond.
Build and test this part before adding the next system.
Task: Move through states in a safe order.
Build and test this part before adding the next system.
Task: Choose readable delays and repeat the cycle.
Build and test this part before adding the next system.
Task: Optionally add a button-request state without interrupting unsafely.
Build and test this part before adding the next system.
Test it
Common mistakes
Improve it
Challenge levels
Create a reliable three-state loop.
Add a queued pedestrian request.
Design and test normal and night operating modes.
Show-teacher checkpoint