-->
Page 1 of 1

NodeMCU mp3 webradio stream

PostPosted: Mon Nov 02, 2015 9:36 pm
by confile
I found [this example](https://github.com/espressif/ESP8266_MP3_DECODER) on how to create a mp3 webradio streaming example with ESP8266. The problem is that it uses FreeRTOS.

I use NodeMCU and want to stream audio files from my server. I am new with NodeMCU.

Does anyone could help me which components I need beside the ESP8266 module?