Home Forums Sparkfun MP3 Shield Library Support Forum SFEMP3Shield works with Arduino Due Reply To: SFEMP3Shield works with Arduino Due

#2716
Anonymous
Inactive

I can now listen web radio up to 320 kb/s !
I replace the Ethernet shield with a WIZ820io. It has a w5200 chip, connect through the SPI bus and work with the same library as Ethernet shield (with a little modification)
See http://forum.arduino.cc/index.php?topic=139147.0 for discussion on that module and how to connect it.
Download W5200 library by Jinbuhm Kim at
https://github.com/jbkim/W5200-Arduino-Ethernet-library
I modify my Webradio example, add some examples of high baud rate web radio and made a minor change to my fork of SFEMP3Shield library
You can download it at
https://github.com/gallegojm/Sparkfun-MP3-Player-Shield-Arduino-Library/tree/Due