Skip to content

bremer/audiokiste

 
 

Repository files navigation

Audiokiste

This is Audiokiste a fork of Audio Adventcalendar by Mischka. If you already built the Audio Adventcalendar you can use it later as a simple mp3 player for your kids.

Uses...

  • JQ6500 mp3 module
  • Arduino Nano instead of the UNO.

Features

  • plays mp3 music on keys 0 to 9
  • volume up and down by keys # and *, will be persisted
  • pause switch
  • switch to toggle LoopMode between None and Folder

JQ6500

https://github.com/sleemanj/JQ6500_Serial/blob/master/README.md#jq6500_serial

Arduino IDE

Choose

  • Board: Arduino Nano
  • Prozessor: ATmega328P
  • Programmer "Arduino as ISP"

Serial Monitor: 57600 Baud

Folder Structure on SD-Card:

Folders 00 to 09 for keys 0 to 9.

Files 001.mp3 to 999.mp3 for music files.

Usage instructions

Detailed instructions and pictures of an example assembly will follow in the near future.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.3%
  • Python 25.7%