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.

TIDC-CC2650STK-SENSORTAG: BLE Rev 1.3.0, RW Rev 1.2.0

Part Number: TIDC-CC2650STK-SENSORTAG
Other Parts Discussed in Thread: CC2650, CC2650STK

I have a Sensortag cc2650 device with BLE Rev 1.3.0. I want to interact with the optical sensor programatically. I want to know the values to be written to specific UUIDs to take control of Red and Green LEDs as well as the buzzer. Where can I find the relevant information for this? Kindly help me with the service and characteristic UUIDs needed and corresponding values to be written for different combinations of light and buzzer. 

  • Hi,

    The example project is available in {SDK_INSTALL_DIR}/examples/cc2650stk/sensortag which you can import into CCS. Afterwards, you can reference the application files to see how the project interfaces and uses the attached sensors. You may leverage this function for your applications. You may also find the GATT table to see which UUID and attribute you must write to for each sensor. You can also connect to the device with a smart phone through a GATT Table viewer application and see the specific UUID for each characteristic that way.

    Best Regards,

    Jan

  • {SDK_INSTALL_DIR}/examples/cc2650stk/sensortag
    How can I access this ?

  • Hi,

    {SDK_INSTALL_DIR} is wherever you installed your SDK. If you installed the SDK at the default location, then you will find it here: C:\Texas Instruments\BLE-CC254x-1.5.2.0.

    Best Regards,

    Jan