Using portable RAM Card as digital source

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
I assume you mean flash cards, like SD cards.

I haven't really looked at any details of it, but I think you could use the Vinculum chips from FTDI together with an ordinary USB card reader. The actually sell small boxes based om this chip with built-in card reader with either USB or headphone jack as output, so maybe the easiest could be to try modifying one of those?
http://www.vinculum.com/
(Check downloads for free drivers for various things).

And then there a zillions of other ways you could do it to, I suppose,
 
I just checked out the Vinculum website. They have the VMUSIC 1 and VMUSIC2 modules. The schematic available for the VMUSIC 1 shows it using a VLSI VS1003 MP3 decoder chip. This part has the DAC internbal and the digital lines needed to create a SPDI/F or other digital I/F are not present. In addition, the specs on the integrated DAC are pretty crappy.
 
I didn't mean to use the Vinculum chip for much else than reading the flash card and converting the data to some format suitable for the DAC. My understanding was that Eric already has a DAC and just want to be able to use flash cards as a source. Of courser there are many other chips that could do that too, and maybe there are much better choices.
 
The Creative Nomad Jukebox 3 had S/PDIF output. If you replaced the hard drive with a CF to IDE adapter, you could play from Compact Flash cards.

However, it doesn't seem like it would be rocket surgery to read a CF or SD card using some microcontroller, then dump wav files to an S/PDIF transmitter.

http://www.opencircuits.com/Music_Player

http://forum.microchip.com/tm.aspx?m=166133&mpage=2


This looks particularly promising:
http://dspdap.sourceforge.net/index.html
It could be possible to add an S/PDIF output using a chip like the DIT4096, since the CODEC appears to talk to the DSP using standard serial digital audio signals.

So does the Rockbox Player project:
http://www.rockbox.org/twiki/bin/view/Main/RockboxPlayer
 
audiosteve said:
I just checked out the Vinculum website. They have the VMUSIC 1 and VMUSIC2 modules. The schematic available for the VMUSIC 1 shows it using a VLSI VS1003 MP3 decoder chip. This part has the DAC internbal and the digital lines needed to create a SPDI/F or other digital I/F are not present. In addition, the specs on the integrated DAC are pretty crappy.


From VLSI, the interesting chips seems to be the vs1033 and vs1053. They have I2S outputs to interface with an external DAC. The bad news is that they don't seem to output anything else than multiples of 48KHz.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.