- Sound with Arduino
- Work through: The Science of Sound (making sound the old way)
- Work through: Tone Output Tutorial (Note, the last example used in this lesson uses three force sensitive resistors. We don't have any of these. Instead, see if you can modify it to work with push buttons. Also replace the speaker with a piezo, or you could always scavenge a speaker from somewhere)
- Play Individual Notes - Switch Case
- Play Songs
- Use arrays to store sequence of notes and lengths
- Play songs using RTTTL
A-9.1
|
I can wire a piezo or a speaker as an output for my Arduino
|
A-9.2
|
I can vary the sound from my circuit with a potentiometer or photoresistor
|
A-9.3
|
I can explain why delayMicroseconds is used when making sound
|
A-9.4
|
I can use tone() to make sound
|
B-9.5
|
I can play a song someone else created with my Arduino
|
B-9.6
|
I can code a song myself.
|
|
|