You are reading a single comment by @user111636 and its replies. Click here to read the full conversation.
  • Hmm, try this to get some info about the access points in your surrounding:

    require("Wifi").scan((arrayOfAcessPoints­) =>{print(arrayOfAcessPoints);});
    
  • require("Wifi").scan((arrayOfAcessPoints­) =>{print(arrayOfAcessPoints);});

    Output:

    [
      { "rssi": -60, "channel": 1,
        "authMode": "wpa2",
        "isHidden": false,
        "ssid": "Vodafone-8751",
        "mac": "2c:58:4f:92:a7:21"
       },
      { "rssi": -66, "channel": 11,
        "authMode": "wpa2",
        "isHidden": false,
        "ssid": "Vodafone-3E7C",
        "mac": "88:71:b1:a7:21:d3"
       }
     ]
    
About

Avatar for user111636 @user111636 started