Wifi1o1 force connection to specific router MAC address

Hi,
Has anyone managed to connect with a mkr101?

I see that the ESP8266 offer the possibility to do so;

WiFi.begin(ssid,password,channel,bssid,connect);
//BSSID is char byte bssid[] = {0x05 , 0x05, 0x05, 0x05, 0x05};
//channel is wifi channel
//connect is true

Can't get this to work with the MKR101 library

cheers

what is MKR101? there is MKR1000 which uses the WiFi101 library and MKR1010 which uses the WiFiNINA library.

WiFi101 and WiFiNINA don't support connecting to specific bssid

Thanks Juraj. So neither Ninia or 101 have this feature implemented in their libraries.

Cheers

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.