Arduino - Button Buzzer Melody
by MertArduino in Circuits > Arduino
17442 Views, 16 Favorites, 0 Comments
Arduino - Button Buzzer Melody
Play a Melody using the tone() function.
With this tutorial, we will be able to hear the melody when the button is pressed.
Hardware Required
- Arduino Board
- Buzzer
- Button
- 10k resistor
- Wires
- Breadboard
Connections
- The button attach to the board
- The 10k resistor connect to the button's leg
- Resistor empty leg connect to ground
- The button's other leg connect to +5V
- The button's top leg connect to digital 12
- The buzzer attach to the board
- The buzzer's short leg (-) connect to ground
- The buzzer's long leg (+) connect to digital 8
Code
- Get the Code :
http://mertarduinotutorial.blogspot.com.tr/2016/11/buzzer-button-melody.html
- First, include the pitches.h library.
If It Helps, Please Subscribe
First of all, I would like to thank you for reading this guide ! I hope it helps you.
If you want to support me, you can subscribe my channel and watch my videos.