wmarkow / arduino-hifi

A small HiFi system built with Arduino
MIT License
0 stars 1 forks source link

Add support for internet radio #5

Open wmarkow opened 6 years ago

wmarkow commented 6 years ago

It would be nice to play music from Internet radio. I have found some solutions that could be helpful:

I would do a combination of examples from above: use VS1053 as audio decoder and NodeMCU (with ESP8266 chip) to access my local WiFi to download audio stream. Maybe it would be even possible to use NodeMCU as a main unit to drive the whole arduino-hifi device (instead of Arduino UNO).