Learn electronics, coding, and projects — step by step.

Tag: Arduino Tone

Source Code: Astronomia Meme and Funeral Dance | melodies the Arduino way

George Bantique May 20, 2020 No Comments

This is a worldwide viral meme music is known as Astronomia Meme and Funeral Dance. The origin of these viral videos is Ghana, a country of Western Africa. The tradition is to celebrate death and the journey thereafter to another world. VIDEO DEMONSTRATION SOURCE CODE #include “pitches.h” #define SPEAKER_PIN 3 int melody[] = { NOTE_AS4, […]


Read more Source Code: Astronomia Meme and Funeral Dance | melodies the Arduino way

Playing Melodies Using Arduino

George Bantique March 26, 2020 No Comments

Today we are going to tinker something easy and simple but interesting. We will be exploring something musical by taking advantage of microcontrollers capability to produce voltage signals. Our goal is to produce a melody using and Arduino Uno and a speaker. The theory behind this is by generating a square wave signal and controlling […]


Read more Playing Melodies Using Arduino