PiotrSperka / ESP8266-WebRadio

SHOUTcast (webradio) player based on ESP8266, VS1053 and AVR (for UI)
47 stars 21 forks source link

Using with NodeMCU? #2

Closed confile closed 8 years ago

confile commented 8 years ago

Can I use this with NodeMCU firmware?

PiotrSperka commented 8 years ago

No, you must use this firmware instead of NodeMCU.

confile commented 8 years ago

My question is more the following. Do you see It possible to build such a web radio with NodeMCU? Are there cheaper MP3 decoder?

PiotrSperka commented 8 years ago

I am pretty sure that there will be problem with small amount of RAM. NodeMCU is for rather small projects, and this project requires a lot of RAM for buffers, etc. The VS10xx are the only MP3 decoders I know.