How difficult is this and will this even extend the i/o's of the BS2
fredrox
Posts: 4
I am putting together an led animation like neon on signs and I need to extend the io's of the BS2 I have for an ideal situation. I am new to programming and building circuits but this project is fairly simple. I also want to incorporate stereo sound but the voice module I found is currently unavailable any ideas?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Look at Vinculum's VMusic2. It's a USB memory stick drive with an MP3 player. It uses the same controller chip as Parallax's USB memory stick datalogger and the existing sample code also works with the VMusic2. The MP3 play commands are similar to the data commands.
this is jeff I just received the vmusic2 and I am a little confused. The schematic on the viniculum website says to communicate with the micro controller I need another chip that I switch with the stamps outputs to play, skip, and stop the player. Can the vmusic2 be connected directlty to the BS2?
You'll need to get the VMusic2 firmware documentation from FTDI's website to see how the MP3 commands look. As I said, they're the same general format as the other commands for reading and writing files and Parallax's sample code, while it doesn't use the MP3 commands, can be easily modified to play an MP3 file instead of reading a data file.
Post Edited (Mike Green) : 9/12/2008 4:44:03 AM GMT
http://www.scary-terry.com/vm2/vm2.htm
Tim
Edit: Be sure to take a look at the "Good info from the Garage of Evil" link at the bottom of the page, there is alot of detail and additional information there as well.
Post Edited (Tim-M) : 9/12/2008 2:54:03 PM GMT