Hi Seeed community,
I’m having some troubles when trying to connect a wio terminal with mozilla iot using Arduino IDE, The code compiles and upload well on the board, but when I see the Serial Monitor I get the following messages, just after connecting and getting the ip address:
Starting HTTP server
[E][esp_event_loop.c:99] at_unified_cb(): at_unified evt: 4
MDNS responder started
[E][esp_event_loop.c:99] at_unified_cb(): at_unified evt: 4
[E][mdns.c:115] mdns_service_add(): esp_mdns_configure() return error 5
[E][ESPmDNS.cpp:151] addService(): Failed adding service webthing.tcp.
[E][esp_event_loop.c:99] at_unified_cb(): at_unified evt: 4
and the mozilla gateway can’t detect the thing. The problem is just when I use the iot platform libraries, I have no issues with the examples on the wio terminal wiki. Do you know how can be solved this issue?