Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
976 stars 229 forks source link

Running on an all-in-one board #305

Open netrosec opened 4 years ago

netrosec commented 4 years ago

The esp32 audio kit has been out for a while now. I just received mine and after a few hours of head scratching I got it to compile and upload but its throwing connection error for the vs audio encoder. Is there a way to run it on the board?

Derek-K commented 4 years ago

This one? It doesn't seem to have a VS1053 onboard.

Edzelf commented 4 years ago

This board does not have an MP3 decoder. Conversion should be done in software. Working examples are available.