Page 1 of 1

ESP32 BLE client answer remote caracteristics to server

Posted: Fri May 24, 2019 6:39 am
by zepjau
Hi.
I do not know how to get the SERVICE_UUID from the server I want to connect to ?.
I know the name and the mac address but I do not know how to get more information.
Can any one help me please.
Im using arduino ide to program.

Regards.

Re: ESP32 BLE client answer remote caracteristics to server

Posted: Mon May 27, 2019 1:18 pm
by chegewara
You have to know peer device and all its services and characteristics, before you write connect that will interact with it.

To learn about your peer device you can use nRF connect or similar android/iOS app.