Search found 3 matches

by akespressif
Wed Jun 03, 2020 4:34 pm
Forum: ESP32 Arduino
Topic: arduino ble_client found only one service (newbie)
Replies: 4
Views: 4299

Re: arduino ble_client found only one service (newbie)

Many Thanks.
How I can find another service, I just pass my service code to the getservice() function.
I have tried to call another time the getservice() function, but none. There is a jolly address, like *.* in order to automatically have the list of all services ?

BR
Marco
by akespressif
Tue Jun 02, 2020 11:55 am
Forum: ESP32 Arduino
Topic: arduino ble_client found only one service (newbie)
Replies: 4
Views: 4299

Re: arduino ble_client found only one service (newbie)

Hi, code I have used is the ble_client sketch modified by you. I have changed only the service UUID, and charUUID // The remote service we wish to connect to. //static BLEUUID serviceUUID("0000fff0-0000-1000-8000-00805f9b34fb"); static BLEUUID serviceUUID("0000fee7-0000-1000-8000-00805f9b34fb"); // ...
by akespressif
Tue Jun 02, 2020 11:02 am
Forum: ESP32 Arduino
Topic: arduino ble_client found only one service (newbie)
Replies: 4
Views: 4299

arduino ble_client found only one service (newbie)

Hi, I'm tryng the BLE_Client sketch on Arduino in order to have some information from a bluetooth thermometer. I need to read a service that I can see with ble_scanner on a smartphone. But if I insert the UUID of the service in the ble_client this tell me that this service is unavalaible. This devic...