Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Arduino Uno - VS1053 - SD card. No MP3 shield used!

Status
Not open for further replies.

eebhoi01

Advanced Member level 4
Joined
Feb 22, 2012
Messages
116
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,347
Hello Everyone

Guys, I am currently working on a project that is to interface Arduino Uno with a VS1053 (https://www.sparkfun.com/products/9943) breakout board. I wanted the arduino to read the Mp3 file from the SD card and play it using the VS1053. I have been searching the net about a simple code on how to read mp3 file in arduino but I always get the one who uses a MP3 shield. I already have spent 24$ for this breakout board so I wanted to make use of it.

If there's anyone who could shed a light for me, just a simple code to make the Arduino read the Mp3 file in the SD card and play it in the VS1053 breakout board. I will be the one to expand the application thereafter.


Looking forward of hearing from you guys.


Thanks

Jay
 

Playing an mp3 requires decoding of the mp3 files which I don't think the Arduino is fast enough to do. It's probably why the mp3 shield is a shield and not just a library.
 
You need something like this. https://www.sparkfun.com/products/10628

A shield decodes the MP3 to raw audio format like wav format. Without decoding the MP3 you will not hear any music. MP3 is encoded and Compressed. So it needs decoding and decompression.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top