I can never get ST B-L475E-IOT01A to connect to WIFI

I was reading that you have to have less than 10 in the scan , I have less that that and still it time out not sure how to get it to connect ?

Also do I have to have serial running every time I need to collect data? or If WIFI is working I can collect data remotely over WIFI ?

@kmashal could you do the following:

  1. Connect to the board over serial (see here for instructions).
  2. Run AT+SCANWIFI

And show the error (if any)?

Also do I have to have serial running every time I need to collect data? or If WIFI is working I can collect data remotely over WIFI ?

Once you have configured WiFi you just have to power on the board and it will automatically connect to your latest project, and you can connect data wirelessly.

after connecting it hanged so I hit the reset on the board and it gave this
image

after a while (10 min or so) I got this
image

then typed AT+SCANWIFI and got no respond (it just hang )
image

also my device in edge never turned green, even though it looks like it connected to my WIFI

-3009 means a DNS failure. Could maybe be this issue: https://github.com/ARMmbed/wifi-ism43362/issues/75#issuecomment-646473240

how do I use the batch file ? still getting -3009

@kmashal we’d need to land the fix in our firmware. Do you have any PiHole or DNS blockers in your network by any chance?

yes I have Pi hole but I took it out and still got -3009. So when you will have the Fix?