Hi guys, could I ask you a question? I hope you can help me...
Can you tell me why there is no "sensorTag" written under "hostBLE4"? in this way I can not detect the data...
Thanks in advance.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi guys, could I ask you a question? I hope you can help me...
Can you tell me why there is no "sensorTag" written under "hostBLE4"? in this way I can not detect the data...
Thanks in advance.
Part Number: CC2650STK
Hi guys, could you tell me how to detect the actual data from the sensortag through the Btool app? I'm following the guide (btool_user_guide TI), in the section "Reading a Characteristic Value by UUID" but I can not understand which values insert in the "characteristic UUID" in the "characteristic read" section in "read / write" ... for example to detect the data of the magnetometer I know that UUID number it's AA81, but why do you give me an error? how should I put it in the Characteristic UUID?
I hope you can help me
Hi guys, I bought another sensorTag and I was able to detect the data via the application BLE device monitor but with BTool I still have problems,
I am following the guide mentioned above, I would like to record the data by reading a Characteristic Value by UUID, in particular if I wanted to
detect the data of the magnetometer I know that uuid numer is AA81 but when I insert it I am mistaken, how should I insert it?
The data I find already entered is 00:2A
Hi YiKai, I am following the guide processors.wiki.ti.com/.../CC2650_SensorTag_User's_Guide but i can not understand how to trasform a UUID of type AA01 in the configuration of the type --:--.
Is there any pdf that explains this topic?
Hi Giuseppe,
Did you see the documentation for GATT_ReadUsingCharUUID() and attReadByTypeReq_t in the BLE Software Developer's Guide? (link: )
bStatus_t GATT_ReadUsingCharUUID ( uint16 connHandle, attReadByTypeReq_t *pReq, uint8 taskId ) Used to read a characteristic value from a server when the client only knows the characteristic UUID and does not know the handle of the characteristic. The ATT Read By Type Request is used to perform the sub-procedure. The Attribute Type is set to the known characteristic UUID and the Starting Handle and Ending Handle parameters shall be set to the range over which this read is to be performed. This is typically the handle range for the service in which the characteristic belongs.
Can you double check that the starting handle and ending handle parameters are set correctly?