breakout board mp3 player

Hi, I have been trying to build an mp3 player project i saw on avrfreaks, but the guy who designed it used a vs1003b mp3 decoder. I cant start to explain how hard it is to get one that the home hobbyist can solder, there was a guy in europe but he shut down.

anyway, i see sparkfun have the vs1002 breakout board, and was wondering if someone could help me distinuish whether they are interchangeable. I am getting my head roud datasheets but this is slightly more than i can handle right now :smiley:

vs1003b datasheet: www.vlsi.fi/datasheets/vs1003.pdf

vs1002 datasheet: www.vlsi.fi/datasheets/vs1002.pdf

P.S I understand that the breakout board gives an easy way to put the chip in a circuit yeah?

From looking at the datasheets I see some small differences:

  • - 1003 has line in on pin 48
  • - 1003 needs an additional core voltage of 2.5V on pin 5, 7, 24, and 31
  • - Recommended I/O and Analog voltages differ by 0.1V
  • You know there is a shop on the [www.vlsi.fi](http://www.vlsi.fi) website?

    Take a look at their other chips.

    They all cost the same and some of them can play Vorbis.

    Thanks denial. I am reasonably new to mp3, but my project is almost there, this chip is my only hold back, and I did buy the 1003 from the vlsi website, but hadnt really understood how small it was. Its pins are also right underneath - 49 of them in a space 5mm x 5mm. Soldering wis impossible.

    So before I order, this board is basically an easier way of accessing the pins on the chip, I can put it on a breadboard, and wire it up instead of having to surface mount something the size of my finger nail? What all the other surface mount components doing on the breakout board?

    I’m not too worried if this chip can only play mp3, its a start into my world of electronics!

    the only other difference then is i can run it off a 3.3v power supply instead of needing a 2.5v one as well…?

    My schematic looks like this:

    http://www.ksd-design.co.uk/photos/mp3.pdf

    but i would be swapping the 1002 in for the 1003, so i could remove my 2.5 volt power supply, but apart from that wire it up the same right?

    Thanks for your help, these forums have been excellent for learning

    a.mlw.walker:
    Its pins are also right underneath - 49 of them in a space 5mm x 5mm. Soldering wis impossible.

    So you’ve bought the BGA version. You should have bought VS1003B-L instead of VS1003B-B from their shop. The LQFP version is not bigger but the pins stick out from the sides. The [tutorials section explains some advanced soldering techniques that you could try to solder your BGA chip (if you can find someone to make the required multi-layer PCB with all its vias under the chip).

    What all the other surface mount components doing on the breakout board?

    See http://www.sparkfun.com/datasheets/Brea … VS1002.pdf

    It contains two 3.3V voltage regulators and a quartz.

    but i would be swapping the 1002 in for the 1003, so i could remove my 2.5 volt power supply, but apart from that wire it up the same right?

    yes](http://www.sparkfun.com/commerce/hdr.php?p=tutorials)

    hey sorry, last question:

    the schematic shows input to 3.3v power supply to be called VCC. I already have power supply to be 3.3volts for my microcontroller, coming rom a 9volt battery. what should the voltage of the power supply going to the breakout board be, can it be my 9v battery, or not?

    Ok, I’ll try and answer all of your questions.

    First of all, I’m not sure if the vs1002 and vs1003 are completely interchangeable, but the vs1002 can play mp3 and many other music formats, as well as record audio files.

    The breakout board is intended to give easy access to the pins, and if you are so inclined you could easily put it onto another circuit board by including a .1" header on your board with the proper pinout.

    The surface mount components on the breakout board serve a plethora of purposes in order to make the board virtually “plug and play.” There is a high pass filter on the audio outs, pull-down resistors on the GPIO pins, some on-board voltage regulators for the power supply and some decoupling capacitors, as well as the crystal oscillator. These are included so that all you have to do is provide power (yes, your 9V source will work) and the communication lines and you can be up and running. You don’t have to worry about the supporting hardware for the MP3 player at all.

    Hopefully this will get you started. Good luck with your MP3 player!

    -Ryan