Datasheet
And audio playing from the headphone jack.
If you get
Adafruit VS1053 Simple Test
Couldn't find VS1053, do you have the right pins defined?
Check that you commented out the breakout line and uncommented the shield line so it knows
you're using a shield!
Interrupt/Background Version
Advanced users can also run File->Examples->Adafruit_VS1053->player_interrupts. This
example demonstrates playing files in the background using interrupts. This allows you to do other
things in your sketch while the music plays! It also has more error reporting and lists all the files
found in the SD card
Don't forget to do the same thing, updating the:
to:
Adafruit_VS1053_FilePlayer musicPlayer =
// create breakout-example object!
Adafruit_VS1053_FilePlayer(BREAKOUT_RESET, BREAKOUT_CS, BREAKOUT_DCS, DREQ, CARDCS);
// create shield-example object!
//Adafruit_VS1053_FilePlayer(SHIELD_RESET, SHIELD_CS, SHIELD_DCS, DREQ, CARDCS);
© Adafruit Industries
https://learn.adafruit.com/adafruit-music-maker-shield-vs1053-mp3-
wav-wave-ogg-vorbis-player
Page 23 of 33