Buzzer Project #1 - On and Off
After you get it to work, change some of the parameters like the delay time.
Buzzer Project #2 - La Cucaracha
Buzzer Project #3 - Shave and A Haircut Variation
In this project you will experiment with the Arduino IDE. You learn how to play a melody by including an array that declares the notes. This is different than using Modkit because the notes are already built into the Modkit software. Here you will need to include the musical notes as part of the program.
Buzzer Project #4 - Photo Resistor (Theramin)
Buzzer Project #5 - Piezo with Potentiometer
Buzzer Project #6 - Play Melody with Button
Follow the wiring sketch to wire the device correctly. Then start the Arduino IDE (app) and then type in the code as shown. Once done, the device should play a song when the the button is pushed.

buttonmelody4.txt | |
File Size: | 2 kb |
File Type: | txt |
Your browser does not support viewing this document. Click here to download the document.
Buzzer Project #7 - Button Piano
Follow the wiring sketch to wire the device correctly. Then start the Arduino IDE (app) and then type in the code as shown. Once done, try to play Mary had a little lamb. Be sure to check all the wiring. Use the small buttons in your kit. Although the code is written for 9 buttons and sounds, you will only use 5 buttons. (You should review Buzzer Project #2 to see how to add the pitches.h file.)

piano.txt | |
File Size: | 2 kb |
File Type: | txt |
Your browser does not support viewing this document. Click here to download the document.