Adding a new characteristic to DSPS

2 posts / 0 new
Last post
roland
Offline
Last seen:4 months 1 week ago
加入:2014-01-21 14:45
Adding a new characteristic to DSPS

亲爱的所有,

I would like to add one characteristic to the DSPS client code. It would be a read only characteristic like a battery status level.

Can this be easily done? Or is there a document/movie with a step by step approach to create a DA14580 application?

Cheers,

Roland

Device:
MT_dialog
Offline
Last seen:2 months 2 days ago
Staff
加入:2015-06-08 11:34
Hi roland,

Hi roland,

For the SDK 5 there isn't a tutorial or a guide on how to add characteristics or a service, the procedure is pretty much straight forward, you can have a look at the examples in the SDK 5, the ble_app_profile or the ble_app_peripheral in order to check how its done. On the other hand there is a guide for the SDK 3 on how to create a custom profile and add characteristics, you can have a look at the AN-B-029 document and the AN-B-029 support files to see how its done.

Thanks MT_dialog