kleinmantara / SerialMP3PlayerArduino

serial mp3 player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful hints for the serial mp3 player (YX5300 chip)

  • Directories must be consecutively numbered ##
    • There must be always a 01 directory
    • No gaps in the numbering
    • No sub directorys
    • No files in the SD card root directory
    • No other files than wav or mp3 in the directorys
  • The files must be consecutively numbered ###${NAME}
    • Also across directory boundaries
    • No gaps in the numbering
  • On a Mac:

Example:

/-+- `01`
  |   + `001_Happy_Dance.mp3`
  |   + `002-O_Sole_Mio.mp3`
  |
  +- `02`
  |   + `003Humpty_Dumpty.mp3`
  |   + `004-Incy_Wincy_Spider.mp3`
  |   + `005-Grand_Duke.mp3`
  | 
  +- `03`
      + `006-Fernando.mp3`
      + `007-Mamma_Mia.mp3`

Arduino Librarys

About

serial mp3 player

License:GNU General Public License v3.0