B-U585 Connection issue after WiFi Updated
I have a new "Nx_MQTT_Client" sample application that I had set up and working on the B-U585 board. I tried it on another board I had, and it said I needed to update the WiFi BIOS. It had previously been updated to v2.11.1.
I got the latest download, and updated to v2.3.4. The example's readme.md says it was made for V2.3.4.
It validates correctly. Now when I run the application on the board it hangs up at method App_Main_Thread_Entry and the command dns_create(&DnsClient). Serial monitor eventually gives me "Error: command 0x0003 timeout(10000 ms) waiting answer 1" and it never connects.
Updating the WiFi on the first board, and that no longer connects.
I just created a new Nx_MQTT_Client example, set my SSID and password, and I get the same results with both boards. Using v2.11.1 gives me the error for WiFi version.
"Nx_Network_Basics" gives the same timeout error, along with "ERROR: Cannot connect WiFi interface!"
Any ideas?
