Arduino
A Basic Arduino Streaming MP3 Player
Yesterday I was finally resolving some stability issues in my URLStream class and I wanted to take the opportunity to highlight that it is pretty simple to build a simple mp3 streaming audio player using the Stream API of my Arduino Audio Tools library. You just need to copy the result from an URLStream to your output stream: The Arduino Sketch In this example Arduino sketch I am streaming BBC World Service to the analog Read more…