Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 818 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 818 Bytes

ESP8266/ESP32 + VS1053 webradio

This project allows an ESP8266 or an ESP32 board to play MP3 web radios through a VS1053 board. It features a web interface for configuration that allows specifying WiFi login information and the radio URL to connect to.

Example radios

const char *host = "cast.radioala.it";
const char *path = "/stream";
int httpPort = 8000;
const char *host = "velluto.radioala.it";
const char *path = "/listen/radio_ala/radio.mp3";
int httpPort = 80;
const char *host = "icestreaming.rai.it";
const char *path = "/1.mp3";
int httpPort = 80;