Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.18 KB

Arduino-Music-Player-Jukebox

A simple arduino music player with 11 songs.

Credits

All music lyrics credit go to robsoncouto and his arduino-songs repository. Check it out if you want to add any new songs- they're great!

Demo

Check out a demo here: https://socialrumbles.com/post/230

Tutorial

Parts and Video Demo Here - https://socialrumbles.com/post/230

📙 Libraries:

🔗 Connections/Schematics:

Joystick:

  • GND to GND
  • 5V to 5V
  • VRX to A0
  • VRY to A1
  • SW to 7

LCD I2C:

  • GND to GND
  • 5V to 5V
  • SDA to SDA (20)
  • SCL to SCL (21)

Buzzer:

  • GND to GND
  • 5V to 11

Can I use this with an Arduino Uno?

You would have to change the SDA & SCL Pins, and you would have to remove some songs in order to fit the memory limitations of the Arduino Uno. So yes, but you'll only be able to play about 2~3 songs. I haven't tested it with an Arduino Uno though.