Ed Smallenburg
Ed Smallenburg
Please give the URL of a failing stream. Can you check if this stream works on a Windows machine?
Remove the reset circuit (the 2 diodesand the 1 k resistor). Then tie the RST pin of the VS1053 to the RST of the NodeMcu or with a pull-up resistor...
Yes, XCS seems to be the problem. It should be low during the clockpulses.
I just recompiled the project with the latest libraries (ESP8266 library 2.4.0) and i got the same problem on "airspectrum.cdnstream1.com:8000/1261_192" (a 192 kbps station). The webserver does not work at...
In the IDE: Select V1.4 Prebuilt as IwIP Variant. 256 kbps stations will work now.
Just rename main.cpp to ESP32Radio.ino. Better solution: switch to PlatformIO.
SD is still experimental. Try to add: "lib_ignore = SD" to your platformio.ini
Try the new version of platformio.ini.
I mean the file platformio.ini on the ESPRadio github.
I just downloaded the release version of ESP32Radio-V2 on a different test machine. I copied your config.h file. Compiled okay. So it is a big mystery. My SD.h is located...