Ed Smallenburg

Results 551 comments of Ed Smallenburg

Will be included in the next release.

There is no screensaver in the software.

Yes, I completely forgot this feature. It is BLTIME at line 158. Now set to 45 seconds.

Yes, this is probably the case when there is no buffer space left for the TCP data. I have the idea that it happens more when listening to mp3-files. mp3...

There is plenty of RAM in the ESP8266 for this project. It's the lack of TCP-buffers in the the "BIOS" that has problem with multiple TCP connections.

The size of the radio.ini file is limited to about 3292 bytes, due to limited free memory space . If you want more, you have to lower the size of...

radio.ini must be in a form readable bij the sketch. For .gz file you need software to unzip the file in the ESP8266.

Fixed. But please switch to version 2 of the radio.

As you can see: "D: GPIO4 is LOW...", so there is something wrong with the wiring or you VS1053 board. Pin DREQ should be HIGH normally.

First you have to upload a sketch that is able to handle OTA. Then you can specilfy OTA as upload method to upload a new sketch that can also handle...