What students build
- A button input
- A buzzer or simulated sound
- Visible status output
- Armed and disarmed states
- Acknowledgement or reset
- Test cases
Guided Project
Guided ProjectProtect a small imaginary vault with an alarm useful enough to detect a press and polite enough to stop.
The circuit can be built in a browser simulator. A physical version uses teacher-arranged components and a safe buzzer volume.
Task: Display or log pressed and not-pressed states.
Task: Connect the input condition to sound or a simulated buzzer.
Task: Show ARMED, TRIGGERED, or DISARMED.
Task: Choose how the alarm stops and returns to armed.
Task: Try press, hold, release, reset, and repeated press.
Make press and release behaviour reliable.
Add armed, triggered, and reset states.
Design two inputs and a clear alarm priority rule.