I use ESP-WROOM-02 with ESP8266_Standalone.ino.
My office’s WiFi APs have the same SSID and pass(2 APs). Then, I can’t connect to WiFi (always [WiFi.status() != WL_CONNECTED]).
In my home’s WiFi (1 AP), there is no problem.
Is there solution?
I use ESP-WROOM-02 with ESP8266_Standalone.ino.
My office’s WiFi APs have the same SSID and pass(2 APs). Then, I can’t connect to WiFi (always [WiFi.status() != WL_CONNECTED]).
In my home’s WiFi (1 AP), there is no problem.
Is there solution?
You need to investigate the security of the network. Basically problems may be following:
Edit: Added to documentation: Introduction - Blynk Documentation
Thank you for your reply!
I’ll check that.