I am facing issue when I try the Golioth Zephyr training nRF7002-DK.
https://training.golioth.io/docs/golioth-exploration/golioth-intro/connect-nRF7002-to-golioth
The connection to the WIFI network works correctly and the card gets an IP address.
It works sometimes without explanation.
The rest of the time I get this error:
[00:05:45.764,251] <inf> golioth_system: Starting connect
[00:05:49.765,014] <err> golioth: Fail to get address (coap.golioth.io 5684) -101
[00:05:49.765,045] <err> golioth_system: Failed to connect: -11
[00:05:49.765,045] <wrn> golioth_system: Failed to connect: -11
[00:05:54.765,136] <inf> golioth_system: Starting connect
[00:05:58.765,899] <err> golioth: Fail to get address (coap.golioth.io 5684) -101
[00:05:58.765,930] <err> golioth_system: Failed to connect: -11
[00:05:58.765,930] <wrn> golioth_system: Failed to connect: -11
Full log
uart:~$ kernel reboot cold▒
[00:00:00.271,331] <inf> wifi_nrf: QSPI freq = 24 MHz
[00:00:00.271,362] <inf> wifi_nrf: QSPI latency = 1
[00:00:00.278,869] <inf> wifi_nrf: wifi_nrf_fmac_fw_load: LMAC patches loaded
[00:00:00.289,733] <inf> wifi_nrf: wifi_nrf_fmac_fw_load: LMAC boot check passed
[00:00:00.292,694] <inf> wifi_nrf: wifi_nrf_fmac_fw_load: UMAC patches loaded
[00:00:00.303,527] <inf> wifi_nrf: wifi_nrf_fmac_fw_load: UMAC boot check passed
[00:00:00.326,171] <inf> wifi_nrf: RPU LPM type: HW
*** Booting Zephyr OS build v3.2.99-ncs2 ***
[00:00:00.441,101] <inf> golioth_system: Initializing
[00:00:00.444,854] <inf> fs_nvs: 6 Sectors of 4096 bytes
[00:00:00.444,854] <inf> fs_nvs: alloc wra: 0, f78
[00:00:00.444,885] <inf> fs_nvs: data wra: 0, 100
[00:00:00.445,343] <inf> net_config: Initializing network
[00:00:00.445,373] <inf> net_config: Waiting interface 1 (0x20001950) to be up...
[00:00:00.446,197] <inf> net_config: IPv4 address: 192.168.1.99
[00:00:00.446,228] <inf> net_config: Running dhcpv4 client...
[00:00:00.447,418] <dbg> golioth_iot: main: Start Golioth IoT
[00:00:00.447,479] <inf> golioth_iot: Starting nrf7002dk_nrf5340_cpuapp with CPU frequency: 64 MHz
[00:00:00.447,723] <inf> wpa_supp: z_wpas_start: 385 Starting wpa_supplicant thread with debug level: 3
[00:00:00.447,937] <inf> wpa_supp: Successfully initialized wpa_supplicant
[00:00:01.447,631] <inf> golioth_iot: Static IP address (overridable): 192.168.1.99/255.255.255.0 -> 192.168.1.1
uart:~$
[00:00:12.721,099] <inf> golioth_system: Starting connect
[00:00:12.721,252] <err> golioth: Fail to get address (coap.golioth.io 5684) -11
[00:00:12.721,282] <err> golioth_system: Failed to connect: -11
[00:00:12.721,282] <wrn> golioth_system: Failed to connect: -11
[00:00:17.721,343] <inf> golioth_system: Starting connect
[00:00:17.721,496] <err> golioth: Fail to get address (coap.golioth.io 5684) -11
[00:00:17.721,527] <err> golioth_system: Failed to connect: -11
[00:00:17.721,527] <wrn> golioth_system: Failed to connect: -11
What can I do to fix that?
Regards