I threw this little project together tonight while I was bored.
It’s an Internet radio! I’ve been slowly modifying some code and instructions I found here
Here is a shot of the basic app layout and functions and also a shot of the setup.
It’s just an esp8266 dev board and vs1003/1053 MP3 codec decoder. I found some code online and just trying to reverse engineer it for Blynk.
I’ll post the code up once I’m done if anyone is interested.
Dear @Jamin Jamin,
thanks a lot for your fast reply.
Sorry I didn’t understand what your command map(WiFi.RSSI(), -105, -40, 0, 100) + String('%')
is doing ex where the WiFi level percentage is fetched … I am not programmer tho
This is actually prooving quite hard to modifiy.
Removing anything to do with the Webserver breaks the compile. @Costas or @Dave1829, you guys wanna have a crack?
Wouldn’t it be easier to pick up the stuff which controls the music instead of trying to remove the webserver? It looks like it’s based on that as main means of control so I’d rather pick stuff which works for playing music and build a Blynk interface around it.