When testing wifi connection I have always as result
WL_NO_SSID_AVAIL:
ssid and pass are correct. I tried also with mobile network and same result.
Can you help me?
(I use Arduino IDE)
3 Answers
Hi.
Run the WiFiScan sketch and check that your network actually has the same SSID that you’re writing in the code. I
The sketch can be found in your arduino IDE. File > Examples > WiFi >WiFiScan.
Regards,
Sara