Where can I find the MAC address?
-
Hi,
I'm trying the M5 Stack Core2 for AWS IoT Edukit tutorial series. At the point where the device tried to connect to my router, it failed because the device was not on my router's white list. So where can I find the M5 Stack MAC address?
Thank you.
-
-
@alpot A simple way to get your MAC and the device serial address is to compile any program with Arduino IDE and see the orange Transfer Progress info streaming out the bottom line. like here! (In Orange, tho)
esptool.py v3.3
Serial port /dev/cu.wchusbserial5319014191
Connecting....
Chip is ESP32-C3 (revision 3)
Features: Wi-Fi
Crystal is 40MHz
MAC: 34:b4:72:12:8e:cc -
How can I red the Wifi MAC from inside arduino code?
-
@dheco Serial.println(WiFi.macAddress());
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login