Vmusic2 - Vinculum

06 Feb 2011

Finally, I accomplished something in electronics without extreme anguish and fustration.

I have been able to get the Vmusic2 to play an mp3 file off a USB stick pretty much on the first try. Yahoo!

And it sounds good.

I guess I need to thank the mbed people and the Vmusic2 people.

The code follows:

  1. include "mbed.h"

Serial device (p9,p10);

int main () {

device.baud (9600); device.printf ("vpf NEOCHA.mp3"); device.putc(13); }