I have purchased a MP3 shield frm sparkfun (VS1053b).
The board successfully generates a 'Hello' sound when the sample code is burned on my arduino, but I want to interface an SD card and play mp3 files stored in it. I can't figure out what should be done.
So pls help me ...
// You can do something else here, the bus is free...
// Maybe set the volume or whatever...
That would be the place to read more data from the SD file. You may want two buffers so you can refill one from the file while the other is being played.
nikhil1249:
I have purchased a MP3 shield frm sparkfun (VS1053b).
The board successfully generates a 'Hello' sound when the sample code is burned on my arduino, but I want to interface an SD card and play mp3 files stored in it. I can't figure out what should be done.
So pls help me ...