ESP NOW MAC address
-
- Posts: 1
- Joined: Fri Aug 12, 2022 12:02 am
ESP NOW MAC address
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?
Re: ESP NOW MAC address
To put the mac in my_mac use
Hope that helps
Code: Select all
#include "esp_system.h"
uint_8t my_mac[6];
esp_read_mac(my_mac, ESP_MAC_WIFI_STA);
Who is online
Users browsing this forum: No registered users and 29 guests