Hi,
my office has a more complex WiFi infrastructure which causes some problems.
When I use any other commercial device (iPhone etc), I get 4 APs reported:
MotesqueApple, WWGuest, WeWork 2.4Ghz, Sprintship 2.4Ghz
But when I setup my Photon via Particle iOS app (or use WiFi.scan in the firmware), I get a choice looking like this:
content={"ssid": MotesqueApple, "channel": 1, "rssi": -23, "bssid": D0:03:4B:64:B8:E0}
content={"ssid": WWGuest, "channel": 1, "rssi": -57, "bssid": 2C:C5:D3:22:AD:D8}
content={"ssid": WWGuest, "channel": 1, "rssi": -78, "bssid": 2C:C5:D3:1F:9C:38}
content={"ssid": WWGuest, "channel": 6, "rssi": -75, "bssid": 2C:C5:D3:1F:9A:F8}
content={"ssid": Sprintship 2.4Ghz, "channel": 11, "rssi": -58, "bssid": 2C:C5:D3:63:0F:F8}
content={"ssid": WeWork 2.4Ghz, "channel": 11, "rssi": -58, "bssid": 2C:C5:D3:A3:0F:F8}
content={"ssid": WeWork 2.4Ghz, "channel": 11, "rssi": -52, "bssid": 2C:C5:D3:A2:F6:48}
As you can see, the APs are actually multiple devices which only differ in the bssid. I can join a specific one in the Particle setup iOS app, but the resulting connection is not very stable. The Photon often looses Wifi connection.
I tried to set the credentials via the Firmware to do further testing (such as automatically join the best signal strength), but the API does not offer to select a specific AP!
Is there a way I can join a specific AP?
Thanks