How to get WiFi MAC address as binary on the ESP32 (Arduino)?
uint8_t mac[6];
WiFi.macAddress(mac);
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow