Introduction: Magic Music Box

My Arduino project is called Magic Music Box. It is a special box that makes sound and music. It also has a screen that shows music note names while making the corresponding sound. This is a perfect learning machine for kids that are willing to learn music.

I get my idea from the link: https://www.instructables.com/id/Simple-Arduino-Sound-Board/

Step 1: Materials

You will need:

1. An Arduino board

2. A breadboard

3. An USB Cable

4. 21x Jumper wires

5. 7x Buttons

6. 7x 10k ohm resistors

7. An Arduino buzzer

8. An Arduino LCD

Step 2: Connecting the Buttons

1. Each button has two pins

2. One pin has to connect to the ground with the resistor, and in the same row of breadboard connect to digital pin of 4, 5, 6, 7, 9, 10, 11.

3. The other pin of each button connects to 5V.

Step 3: Connecting the Buzzer

The positive side connects to pin 8, and the opposite connects to ground

Step 4: Connecting the LCD

1. Install LCD library in Arduino

2. There are four pins on LCD. Connect these pins to ground, 5V, SDA, SCL respectively to Arduino.

Step 5: Writing the Code

Step 6: Congratulation! You Finished the Magic Music Box