Ed Smallenburg

Results 551 comments of Ed Smallenburg

Maybe you have a fake VS1053 chip. Try to read the printing on the IC.

The ESP8266 version of the radio is replaced by the ESP32 version. Please use the ESP32 version. AAC is supported by the VS1053 and therefore also by the radio. If...

No, it's hard to convert mp3 stream to I2S.

I like the word "just"....

See the V2 version. https://github.com/Edzelf/ESP32Radio-V2

The errors are caused by not initialized GPIO numbers. Probably caused by missing definitions in the config page of the web-interface. Start by defining DUMMYTFT in config.h if you have...

GPIO16 is equal to RX2. But you can assign most of the pins to a function, see paragraph 2.2 of the documentation. No need to change the coding.

1. In Visual Studio: install PlatformIO. 2. Download the the ESP32Radio-V2 zip file. 3. Unpack the zipfile in any directory. 4. Double-click on "ESP32-Radio.code-workspace. PlatformIO will open automatically with the...

Copy the files in the "data" directory to SPIFFS. See [here](https://randomnerdtutorials.com/install-esp32-filesystem-uploader-arduino-ide/) for tutorial.

Remove the settings of "pin_i2s_bc", "pin_i2s_lck" and "pin_i2s_din" from the configuration page through the web interface.