This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE Thermmometer

Hello,

Testing your nRF Connect with a BLE Thermometer. I was able to connect and read data.

Can you help me with one question I have ? 

This is part of the log file your App generated. As you can see, the App was able to received the Temperature value of 36.10.

What is the format of the message I need to send in order to have the device send me the Temperature just like in your sniffer ?

Thank you in advance,

Chuck

A         20:51:33.463   "Indications enabled" sent
V         20:51:33.472   Indications enabled for 00002a05-0000-1000-8000-00805f9b34fb
V         20:51:33.473   Enabling indications for 00002a1c-0000-1000-8000-00805f9b34fb
D         20:51:33.473   gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0200)
I           20:51:33.664   Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 02-00
A         20:51:33.664   "Indications enabled" sent
V         20:51:33.677   Indications enabled for 00002a1c-0000-1000-8000-00805f9b34fb
V         20:51:33.678   Enabling notifications for 00002a19-0000-1000-8000-00805f9b34fb
D         20:51:33.678   gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0100)
I           20:51:33.968   Indication received from 00002a1c-0000-1000-8000-00805f9b34fb, value: (0x) 06-1A-0E-00-FE-E2-07-06-04-14-30-00-02
A         20:51:33.968   "36.10°C Time: 4 Jun 2018, 20:48:00 Type: Body (general)" received
I           20:51:33.972   Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 01-00
A         20:51:33.972   "Notifications enabled" sent
V         20:51:33.997   Notifications enabled for 00002a19-0000-1000-8000-00805f9b34fb
V         20:51:33.998   Enabling notifications for 00001524-1212-efde-1523-785feabcd123
D         20:51:33.998   gatt.writeDescriptor(00002902-0000-1000-8000-00805f9b34fb, value=0x0100)
I           20:51:34.164   Data written to descr. 00002902-0000-1000-8000-00805f9b34fb, value: (0x) 01-00
A         20:51:34.164   "Notifications enabled" sent
V         20:51:34.179   Notifications enabled for 00001524-1212-efde-1523-785feabcd123
V         20:51:34.179   All services enabled

Parents Reply Children
No Data
Related