Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
965 stars 227 forks source link

wifi connection drop outs #103

Open aber68 opened 6 years ago

aber68 commented 6 years ago

hello,

thanks for this great project! i built up the project with node32s end of 2017 and it worked fine. after a recent GIT update of node32 i have now often wifi connection drop outs as well as no stable possibility to program the system via OTA (the device is 3m away from a UPC router). two questions: could this GIT update cause the problem and how can i switch back in GIT?

thanks for advice andreas / vienna

Edzelf commented 6 years ago

No idea of how to switch back to an older version. But you could try to load my binary versin of the sketch. Then you know if it is software related.

aber68 commented 6 years ago

thanks for your quick answer, i'll give it a try these days ...

aber68 commented 6 years ago

it still doesn't work, get this error ...

Sending invitation to 192.168.0.171 Uploading..... 22:10:09 [ERROR]: Error Uploading

upload is only possible with phyiscal connection via USB. during playing music and having a drop out the station changes to next, is this a "feature"?

Edzelf commented 6 years ago

After a number of seconds without connection to the server, the software assumes that the station is dead and tries to connect to the next preset. It looks like the WiFi connection is not stable. Try the BasicOTA example first.