So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By Ron Hartman
#73719 Hello,
I'm new here.
I've tryed to get the Mac Adress from the ESP8266 so i can put in my router.
I tryed all the scripts i found on this site, unfortunally nothing gives me the information i was looking for.
What i did find was the Ip adress the ESP uses in my local network, i was very happy with that.
But i'm still needs it's Mac Adress.
Is there someone who has the right script for my problem?

Grtz,
Ron
User avatar
By btidey
#74007 In an Arduino Sketch
String macAddr = WiFi.macAddress();
Serial.println(macAddr);

In default AT firmware from terminal
AT+CIPSTAMAC?

If you can see the ip address in the router then the router should be showing its Mac Address as well