Home Forums Sparkfun MP3 Shield Library Support Forum Arduino 101 Support

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3540
    Anonymous
    Inactive

    Hi,

    I am new to the forum and recently got the Arduino 101 with the Curie module. Even though Arduino tells that it is an evolution of the Uno, I am having issues getting it to to work with Sparkfun Mp3 player. SFEMP3 library and samples work well with Uno but falls flat when Arduino 101 is used. Works great with Uno. Many Uno compatible sketches usually transfer well to Arduino 101.

    I am going to try in the Arduino forums as well.

     

    Thanks

    #3541

    I have not looked at the Arduino 101. Likely won’t for some time.

    My first thoughts are

    1) Not sure if the SdFat Lib work on it alone.

    2) that its pin functions are different.

    a) Interupts may be on different pins.

    i) could try to use it in Soft Polling mode without interrupts.

    b) The SPI are different pins.

    So you may want to start with looking at these concepts first.

    The SPI is the most important. The SdCardĀ and VS1053 both use it. So one needs to make sure it is wired correctly. Then need to make sure the SdCard works with the SdFat standard QuickStart.ino and VS1053 CS disabled.

    If that works then the VS1053 should start to work.

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