You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Is that the mac address of the access point? I guess they might both end up being the same...

    You might need the following to report back the address to the console:

    wifi.at.cmd("AT+CIPAPMAC?", 1000, console.log); // ESP8266 only
    

    Also a simple way would be to connect it to your home network and to then log into your router and see which devices it thinks are connected?

About

Avatar for Gordon @Gordon started