Sailabout - WIFI connectivity: I have trouble w...
WIFI connectivity: I have trouble with a sensesp v 3.1.0 application that I have used successfully in the past.
My ESP32 module (of the same type of what I used previously) gives once this initial error:
“
E (2382) ARDUINO: Failed adding service http.tcp.
E (2384) ARDUINO: Failed adding service signalk-sensesp.tcp.
“
and gives thereafter, every 12 to 15 seconds, repetitively these errors:
“
E (61922) wifi:sta is connecting, cannot set config
E (61923) ARDUINO: STA clear config failed! 0x3006: ESP_ERR_WIFI_STATE
“
This happens always, that I set or not the wifi_client and/or the sk_server in “sensesp_app = (&builder)” (reference SensESP-project-template).
I tried to to delay the mDNS initialization until the WiFi station is connected, to no avail.
Is this a known occurrence and is there a solution?
1 Reply
OK, I found out that the WiFi part of my ESP32 module is faulty.