Shop OBEX P1 Docs P2 Docs Learn Events
MP3 Decoder - VS1003 — Parallax Forums

MP3 Decoder - VS1003

computer guycomputer guy Posts: 1,113
edited 2008-01-06 04:03 in Propeller 1
Has anyone used the VS1003 MP3 decoder IC with the prop?
I am wanting to do so, and would like any advice that you can provide.

VS1003 Datasheet

Thank you smile.gif

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Check out my robot using the propeller RECONAUTOR

Comments

  • Kit MortonKit Morton Posts: 39
    edited 2008-01-06 01:58
    I have not used the vs1003 decoder, but I have used the older vs1002. I have attached the code that wrote to control it. The SPI interface is written in ASM with a hackish spin front end. It is not really ready to be released so I wont put it in the object exchange but here it is.
    -Kit

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    PHRED, FIRST Team 847, Member
    Go -> PHRED
  • computer guycomputer guy Posts: 1,113
    edited 2008-01-06 02:04
    Thank you smile.gif

    Would it be possible to see pics of your setup using the vs1002?
    Schematics would also be nice if you have any.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Check out my robot using the propeller RECONAUTOR
  • Kit MortonKit Morton Posts: 39
    edited 2008-01-06 03:29
    I was using the MOD-MP3 board from Olimex, so all I had to do was connect the signal wires. And they where
    MOSI <---- P0
    MISO ----> P1
     CLK <---- P2
      CS <---- P3
    DREQ ----> P4
     DCS <---- P5
    
    



    All the connections where just strait through but I am sure you could add current limiting resistors if you wanted to.
    -Kit

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    PHRED, FIRST Team 847, Member
    Go -> PHRED
  • ForrestForrest Posts: 1,341
    edited 2008-01-06 03:59
    Here's a project using the FTDI VMUSIC2 www.vinculum.com/prd_vmusic1.html which is a VS1003 playback device with USB interface plus a Propeller http://forums.parallax.com/showthread.php?p=677691

    You'll find a lot more links if you search here search.parallax.com/ with vmusic propeller
  • computer guycomputer guy Posts: 1,113
    edited 2008-01-06 04:03
    Thank you both. smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Check out my robot using the propeller RECONAUTOR
Sign In or Register to comment.