SparkFun Inventor's Kit Experiment Guide - v4.1
Contributors:
Joel_E_B, bboyho
Project 2: Sound
Walkthrough Videos! For each circuit in this project, you can also follow along with the SIK walkthrough videos. Check out the following video for more information.
In Project 2, you will venture into the world of buttons and buzzers while building your own Simon Says game! Simon Says is a game in which the LEDs flash a pattern of red, green, yellow and blue blinks, and the user must recreate the pattern using color-coded buttons before the timer runs out.
New Components Introduced in This Project
Each of the components listed below will be described in more detail as you progress through each circuit.
- Buzzer
- Buttons
New Concepts Introduced in This Project
Each of the concepts listed below will be described in more detail as you progress through each circuit.
- Arrays
- Binary
- Digital Inputs
- Pull-up Resistors
- For Loops
- Measuring Elapsed Time
You Will Learn
- How to make tones with a buzzer
- How to read a button using digital inputs
- How to program a game