Using redflag2k's sketch, I managed to get my setup play very unstable webradio for 2-30 seconds. It is stuttering several times a second, and at the end a little silent break, then some sound again, and then the audio stops. It seems that the system stops working, and either it keeps writing "await_data_request" in the serial monitor, without responding to anything, or stops/freezes totally.
I guess it's some kind of buffer and/or clock and/or delay problem? How to debug this?
My setup:
NodeMCU with ESP8266-chip, programmed via Arduino IDE, connected to "LC Technology VS1003/1053"-board.
My project: I am trying to make a webradio to build into my shower, which can be controlled by hand claps. (2 claps: Start/Stop, 3 claps: Next station, 4 to 10 claps: Volume).
Thank you for any help.