DIYOSEPP / EspUnoWiFi

WiFi Serial and OTA bridge for UNO
22 stars 10 forks source link

Uno is reseting every 14 seconds and ARDUINO IDE only shows the AP in Network list #3

Closed Wilhelm1Daniel closed 4 years ago

Wilhelm1Daniel commented 4 years ago

Hi,

first thanks a lot for this library. I connected everything as you shown, but I have two problems.

First only the IP of the WIFI-AP is shown in the network-list and not the normal WIFI-connection.

Second, if I connect GPIO2 to UNO's reset, the UNO is reseting every 14 seconds.

What I do wrong?

++Solved: It was only a bad WIFI-connection, so the ESP restart because of this line in the INO file

void loop() { while (WiFi.waitForConnectResult() != WL_CONNECTED) { Serial.println("Connection Failed! Rebooting..."); delay(1000); ESP.restart(); } ArduinoOTA.handle();

Comment out the ESP.restart() line to avoid this