I’ve built the home automation project deployed in multiple rooms. I’ve finally figured out the all the unsecured FaryLink access points are each of my esp8266 sensor locations. My research shows little, but A) reflash with a generic nodemcu image (which I don’t know how to do) or B) wifi.setmode(xxxx), but I’m using ESP8266WiFi and don’t know how to do AT codes.
Any help eliminating all the FaryLink access points associated with each esp8266s in my home automation system. It sure seems bad form to have all those unsecured access points out there.
Thanks in advance for your help.
Solved it myself. WiFi.mode(WIFI_STA); right after WiFi.begin is all it took.
I was freaked out with all those access points open.
Double checking my solution would be welcome. But still, I’m pleased I was able to solve on my own.
Hi.
That’s how it is solved.
You can read this discussion for more information: https://arduino.stackexchange.com/questions/47806/what-is-farylink-access-point
Regards,
Sara