This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU for HRS application in nRF5_SDK_16.0.0_98a08e2

Hello All,

I am now planning to add DFU service to my HRS application (examples\ble_peripheral\ble_app_hrs\pca10040\s132\ses

I am using SDK nRF5_SDK_16.0.0_98a08e2. 

But I haven't found any DFU integrated project for HRS in this SDK. 

Where can I start? Any pointers can help. 

Regards

Lakshmikanth. 

Parents Reply
  • Hi Vidar,

    My NRF_SDH_BLE_VS_UUID_COUNT value is set to 0 in sdk_config.h. I made it 1. 

    Now sd_ble_enable () in ble_stack_init() API even before services_init() throwing NRF_ERROR_NO_MEM. 

    Are there any guidelines or documentaion available on how to add vendor specific service ? 

    I have one more query, slightly off the topic but regarding same application. 

    Does HRS example contain softdevice + application? or only application? 

    If I would like to encrypt this app with my private key, is it enough to generate only application or anything else needed? 

    Regards

    Lakshmi

Children
Related