i am working on esp32 here i need to get mac address of wifi and Bluetooth, can anyone share the example code or steps to get WiFi mac and Bluetooth mac adress
Thanks & regards
KV javali
How to get WiFi and Bluetooth mac address using ESP32
Re: How to get WiFi and Bluetooth mac address using ESP32
Wifi is pretty easy
uint8_t l_Mac[6];
esp_wifi_get_mac(ESP_IF_WIFI_STA, l_Mac);
uint8_t l_Mac[6];
esp_wifi_get_mac(ESP_IF_WIFI_STA, l_Mac);
Re: How to get WiFi and Bluetooth mac address using ESP32
ADC_2 Working when wifi is on ;p
Who is online
Users browsing this forum: No registered users and 182 guests