Search found 1 match

by markusberger87
Mon Feb 14, 2022 11:28 am
Forum: General Discussion
Topic: ESP32 BLE Arduino change MAC after initialization
Replies: 0
Views: 1191

ESP32 BLE Arduino change MAC after initialization

Hi, I am using the ESP32 BLE Arduino -> BLE_IBeacon example in Arduino IDE and would like to be able to change the MAC-Address of the advertising device after I initialized the BLEDevice. Right now it looks like this: uint8_t new_mac[8] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06}; esp_base_mac_addr_set(n...