Page 1 of 1

How do I get the MAC address of my esp32-s3 on Arduino IDE?

Posted: Fri Aug 23, 2024 12:40 am
by Jim_Stuart
Hello,

What code do I need to run in order to get the MAC address of my ESP32S3? Are there any additional steps I need to perform on my physical ESP32 as well?

Re: How do I get the MAC address of my esp32-s3 on Arduino IDE?

Posted: Fri Aug 23, 2024 6:51 am
by lbernstone
You can get the default MAC address of the device with ESP.getEfuseMac()
You can get the WiFi MAC address with WiFi.macAddress()