The FSS is a simple board with 4 leds and 4 normally-closed switches
(each led goes via a 150Ohm resistor, and each switch has a 10KOhm
pull-resistor connecting between the output and ground).
See breadoard (made with fritzing):
In real life it ain’t that pretty :)
There’s also simon_check_wiring.pde – a tool to help you sort out which jumper is which.
After reset, all LEDs flash several times, then they cycle a few times and you start playing a game at level 4.
- Simon picks a random sequence of N LED flashes.
- Simon waits for you to press any button when ready.
- Simon “says” the sequence. Memorize it.
- You should then repeat Simon’s sequence on the buttons.
- If you’re right, LEDs cycle several times, and you start a level N+1 game at step 1.
- If you push a wrong button, all buttons flash, and you go back to step 2.
Enjoy,
@TheRealDod