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.

CC2541 Indication Implementation instead of notification

Other Parts Discussed in Thread: CC2541

Hello,

-    I am using CC2541 for implementing Indication of values instead of  notification on iphone's LiteBlue application.I am not getting the indicated values when i press Listen for notification on LiteBlue App.

-   I am using Thermometer sample code from BLE Stack(Temperature Measurement characteristics value to be indicated).

What things to be done??

Thanking,

Piyush

  • Have you configured the temperature characteristic for indication by writing a 0x02 to the client characteristic configuration attribute?
  • Hi Tim,
    Thanks for your quick reply. As per your suggestion I configured the temperature characteristic for indication by writing 0x02 to the client characteristic configuration attribute, but it just sends one indication value per write and does not sends the indication continuously as in the case of notifications is this right?.

    Also in case of notification i just tap on the listen notification button on liteblue app and the device starts sending the notification values continuously. Can this be done for the indication also?

    Can you please let me know if TI has any good documentation related to the indication?

    Regards
    Piyush Saxena