ESP8266 Mac addresses
Posted: Thu Jan 26, 2017 12:06 am
I read somewhere that each ESP has a unique mac address but find that for my ESP
STA mode mac address= 5E:CF:7F:01:37:8E
and
in AP mode the mac address: 5C:CF:7F:01:37:8E
These are read from WiFi.macAddress().c_str() and ,WiFi.softAPmacAddress().c_str() after connecting in eack mode.
Is this correct, are there two ESP addresses?
Also, I assume that these have to be reversed to get the maker id and then the serial id ?
STA mode mac address= 5E:CF:7F:01:37:8E
and
in AP mode the mac address: 5C:CF:7F:01:37:8E
These are read from WiFi.macAddress().c_str() and ,WiFi.softAPmacAddress().c_str() after connecting in eack mode.
Is this correct, are there two ESP addresses?
Also, I assume that these have to be reversed to get the maker id and then the serial id ?