WiFI MAC address?

Is it possible to get the P2 WiFI MAC address?

Our IT admin needs to know that to enable the P2 on our corporate network.

Yes:

  • Using the Particle CLI and the device connected by USB: particle serial mac
  • From firmware: WiFi.macAddress()
  • It's saved during manufacturing and it's available by the Cloud API, but it's not displayed in the console.
  • If the device has been added to your account the list devices tool can be configured to add a MAC address column.
1 Like

particle serial mac will only work if the wifi radio is on though, just as an FYI.