Cannot find CCC (Client Characteristic Configuration) Characteristic on DA 14681 device

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
vinesh_gowda
Offline
Last seen:3 years 4 months ago
加入:2017-11-20 07:49
Cannot find CCC (Client Characteristic Configuration) Characteristic on DA 14681 device

Hello,

According to Software Developers Guide _5v0 .pdf of 14681, page number 48 and 49, to enable the notification from the board we have to write to the CCC. But there is no such CCC in my devices characteristics. I can see all other characteristic in the SUOTA service except CCC. Also nowhere in the documentation they have specified what should be written to CCC in order to enable notifications.

Reagrds

Device:
MT_dialog
Offline
Last seen:2 months 2 weeks ago
工作人员
加入:2015-06-08 11:34
Hi vinesh_gowda,

Hi vinesh_gowda,

If you are running the proximity reporter for example with the SUOTA enabled the characteristics that should have CCC attributes is only one (UUID_SUOTA_STATUS), if you connect via a generic BLE application then you should see the option of enabling the notifications. Also the enabling and disabling of the notifications is not Dialog defined but BLE specification defined, so the values that you should write are standard and defined by the spec.

Thanks MT_dialog