hi
how to get uuid of esp32 ble on arduino with gatt?
thnx
get uuid of esp32 ble on arduino
-
- Posts: 2
- Joined: Tue Jul 18, 2017 8:02 pm
Re: get uuid of esp32 ble on arduino
I was wondering the same thing, does anyone have any solutions here?
Re: get uuid of esp32 ble on arduino
What API library are you using to work with BLE in an Arduino environment on the ESP32?
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: get uuid of esp32 ble on arduino
Do you mean a unique identifier for the esp32 bluetooth? like Bluetooth Device Address?
Something like this?
Code: Select all
uint8_t mac[6];
esp_err_t err = esp_read_mac(&mac, ESP_MAC_BT);
Who is online
Users browsing this forum: No registered users and 98 guests