Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

w29ahmed/Arduino-JukeBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Jukebox

How it Works

A potentiometer is used to shift through the songs. A button is used to play the song when it is pressed. To change the song, simply move the potentiometer, and it will stop the current song and go to the new one.

The code for each song is not written by me, I have gathered them from different sources and mode some modifications to each one so it only plays the songs when the potentiometer range is correct and the button is pressed. I then also added a block of code to restart the program if the potentiometer range changes in between notes, essentially stopping the current song from playing.

Songs

  1. Star Wars Main Theme
  2. Mario Main Theme
  3. Game of Thrones Main Theme
  4. Pirates of the Caribbean Main Theme
  5. O Canada (Canadian National Anthem)

Circuit Drawing:

circuit drawing

Demonstration of the JukeBox in action: https://www.youtube.com/watch?v=ge897hgvxpQ

Note: JukeBox.ino is the main file and contains the setup() and loop() functions

About

An Arduino based jukebox that supports selection and playback between 5 songs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages