get uuid of esp32 ble on arduino

krmzgl
Posts: 1
Joined: Wed Jul 12, 2017 8:44 am

get uuid of esp32 ble on arduino

Postby krmzgl » Wed Jul 12, 2017 10:40 am

hi
how to get uuid of esp32 ble on arduino with gatt?
thnx

kevineverson
Posts: 2
Joined: Tue Jul 18, 2017 8:02 pm

Re: get uuid of esp32 ble on arduino

Postby kevineverson » Fri Jul 21, 2017 7:13 pm

I was wondering the same thing, does anyone have any solutions here?

User avatar
kolban
Posts: 1683
Joined: Mon Nov 16, 2015 4:43 pm
Location: Texas, USA

Re: get uuid of esp32 ble on arduino

Postby kolban » Wed Jul 26, 2017 10:51 pm

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

f.h-f.s.
Posts: 214
Joined: Thu Dec 08, 2016 2:53 pm

Re: get uuid of esp32 ble on arduino

Postby f.h-f.s. » Thu Jul 27, 2017 2:09 pm

Do you mean a unique identifier for the esp32 bluetooth? like Bluetooth Device Address?

Code: Select all

uint8_t mac[6];
esp_err_t err = esp_read_mac(&mac, ESP_MAC_BT);
Something like this?

Who is online

Users browsing this forum: No registered users and 61 guests