Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify some files ?
Thanks,
Hi,
I'm working on the example ble_app_hrs with s110 on the pca10001 board and I would like to know how do I add custom service and characteristics. Do I need to modify some files ?
Thanks,
You should read the application note nAN-36: www.nordicsemi.com/.../31132784 This show how to create a custom service and characteristics.
The app note was written for an older version of the SDK, so by following the app note step by step using SDK 8 will cause a few issues. You should check out the github version of the code here: github.com/.../nrf51-ble-app-lbs. It is compatible with SDK 8.0
You should read the application note nAN-36: www.nordicsemi.com/.../31132784 This show how to create a custom service and characteristics.
The app note was written for an older version of the SDK, so by following the app note step by step using SDK 8 will cause a few issues. You should check out the github version of the code here: github.com/.../nrf51-ble-app-lbs. It is compatible with SDK 8.0
Ok thank you Stian.
@Stian i cant find this link. I want to know how to create a custom service and characteristics. I am using SDK11 and nrf51422 DK. please support.