= Making Music = Your kit includes a tiny [http://electronics.howstuffworks.com/speaker6.htm audio speaker] [[Image(http://i.ebayimg.com/00/s/MTI4MFgxNjAw/z/iq4AAOSwgQ9Vli0r/$_35.JPG, align=right)]]. You can use the speaker with your Arduino to make sounds and even play music. You can connect your speaker to one of the arduino digital pins (red wire) and ground (black wire) and use the tone() function to generate sound! Because the wires on the speaker are very thin, it may be hard to get them into the holes on the arduino or breadboard. You can try using one lead from a resistor to push them in or ask a mentor or senior student for help. If needed, we can solder thicker wire leads to the ends of the speaker wires. * [http://www.instructables.com/id/Arduino-Basics-Making-Sound/ Instructable] * [http://playground.arduino.cc/Code/MusicalAlgoFun a music program] * [https://www.arduino.cc/en/Tutorial/PlayMelody music with volume control] * [http://makezine.com/projects/make-35/advanced-arduino-sound-synthesis/ Advanced sound and waveform generator] **Exercises**: * Make a sound * Play a song (use an array for the notes and lookup tables for the frequencies) * Use switches to make an instrument * Examine the signal being sent to the speaker using an oscilloscope * NOTE: later, we'll build a [https://learn.adafruit.com/adafruit-arduino-lesson-10-making-sounds/pseudo-theramin Thermin] == Advanced Projects == [http://www.tehnorama.ro/wp-content/uploads/2010/06/Arduino-LM386.png better sound] [http://blogspot.tenettech.com/?p=518 text to speech]