Arduino: Playing notes with simple components
Using an inexpensive component to play notes using your Arduino. In this tutorial we’ll be using a passive buzzer and an Arduino to play a series of notes. You will see that the sketch loops the main sketch so that the notes continue to run over and over (void loop). At the start of the…