I am using a Arduino Nano 33 IoT for a schoolproject with Arduino Cloud using the school wifi.
My Arduino worked without issue up until 2024.
Every time I try to start my program it keeps responding with:
Connection to "(network name)" failed
Retrying in "500" milliseconds
I am certain I'm using the correct credentials but I cannot seem to connect no matter what I try.
I have checked with the IT team, they say that there should not be anything stopping me from connecting.
I have also tried different networks the school provides and even my own hotspot, none of which have worked.
I tried with several different Arduino Nano's too and received the same result but I have yet to try with my home wifi.
I was wondering if Arduino changed it's policy recently that somehow prevents me from connecting, since my Arduino always shows as offline even when in use.
I found the answer!
Apparently my Arduino couldn't connect to a 5GHz wifi but when I switched to a 2.5GHz hotspot everything worked fine.
My theory is that during new year break my school switched their wifi to 5GHz instead of 2.5Ghz.