Web Piano(D-duino-B&Grove Speaker)

by lspoplove in Circuits > Arduino

845 Views, 4 Favorites, 0 Comments

Web Piano(D-duino-B&Grove Speaker)

SAM_2377.jpg

Please have a look at my YouTube video first.

https://youtu.be/w8mN2982zjg

You see, I can type musical note and play it by web.

D-duino is such things. You can check your input content on its OLED display.

And you can do a lot of interesting things by WiFi.

Prepare

SAM_2369.jpg
SAM_2373.jpg

Something You Need to Know

SAM_2368.jpg
music.jpg
D-duino.jpeg

I put all code on github

https://github.com/lspoplove/D-duino/blob/master/Groves_tutorial/WebPinao.ino

You should look at grove speaker wiki first

Here I connected speaker to D3. But Arduino code D3's pin number is 0.

You can type 12 musical notes by changing code.

I hope the code example can help you a lot!