Skip to content

Connect to a webradio via an ESP32/ESP8266 and a VS1053 decoding module

Notifications You must be signed in to change notification settings

MindsHub/webradio-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

Connect to a webradio via an ESP32/ESP8266 and a VS1053 decoding module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published