ESP NOW MAC address
Posted: Fri Aug 12, 2022 12:13 am
I have a project where I would like to know the sending MAC address. I am using this library https://github.com/yoursunny/WifiEspNow. At the beginning of the script I use WiFi.macAddress(); to get the MAC address but this is different to the MAC used in transmissions. This MAC address starts with 84 whereas the ESPNOW MAC address starts with 86. How would I get the correct MAC address for ESPNOW?