Skip to content

rom33/Arduino_Due_Midi_File_Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino_Due_Midi_File_Player

A simple Media file player via vs1053 (http://www.vlsi.fi/en/products/vs1053.html)

Another project using the vs1053 and the 3, 5' tft display and the vs1053. At the moment only the sd-card and basic touch functions. General MIDI format 0, ogg, wav and wma files can played.

Put your media file in the root directory of your sd-card (MIDI format 0, ogg, wav, wma). Touch the screen for next title.

Needed libraries:

SD librariry from https://github.com/adafruit/SD.

Adafruit_GFX and MCUFRIEND_kbv can install from the library manager.

Wiring

for the vs1053:

    XCS -> 46
    XDCS -> 48
    DREQ -> 50
    XRST -> 52
    MOSI -> A.26
    MISO -> A.25
    SCK -> A.27
    5V -> 5V

About

A simple Midi file player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages