revoxhere / duino-coin

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
https://duinocoin.com
MIT License
1.06k stars 512 forks source link

Webserver (Dashboard) / OTA not working on ESP32 #1737

Open dl1lmh opened 6 months ago

dl1lmh commented 6 months ago

The dashboard and the OTA update do not work in both cases since the update V4.0. With V3.9 it works perfectly.

Ping and mining work perfectly.

The dashboard and the OTA get the error “Connection Timeout”

I guess that server.handleClient(); and the OTA handler are not executed.

Hardware: ESP32-WROOM-32 connected via WLAN

OLIMEX POE board ESP32-WROOM-32E connected via WLAN or LAN (see pull request #1735)

Browser for Dashboard:

Software OTA:

revoxhere commented 5 months ago

I'm pretty sure it worked pretty well both on ESP8266, 32s2 and 32 boards when I was creating the 4.0 code for it. Are you sure you're connecting to the correct IP address?

dl1lmh commented 5 months ago

I will test it again this evening with your original software and give feedback. But I'm very sure because I tested on several ESP...

joseguia commented 5 months ago

Same on the 4 adafruit huzzah32 feathers I tested on. The same symptoms as the OP. Mine and ping work. But that's all I get , using latest versions of arduino and update v4