Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2805
    Anonymous
    Inactive

    Hi, Could you be so kind to show me how can I use Sparkfun mp3 shield with vixen? as you did in this tutorial? http://www.billporter.info/2012/10/07/tutorial-vixeno-vixen-sequence-conversion-for-arduino/

     

    Thank you

    #2907
    Bill
    Member

    Blown,

    I don’t have time to write the code for you, but it’s easy. Take

    void playShow(){

    //start music track
    wtv020sd16p.asyncPlayVoice(0);
    delay(100);

    int temp = 0;
    long start = 0;
    //start playing back show file and run LEDS
    for(int i = 0; i

    #2915
    Anonymous
    Inactive

    I Will try and i tell you, so instead of using wtv20sp…asyncplayvoice i have to use mp3plater.playtrack… Isnt it?
    Thank you!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.