Hello,
I was developing an application and was using the ble glucose application as a template. This uses the s140 softdevice, however as I am using the nRF52811 in peripheral only mode I wanted to switch to using the S112 softdevice. I tried making changes to the glucose example to use the s112, however I was getting errors. I was thinking to changing to the ble heart rate sensor, as a starting point, as it has the pca15006e which I can use for the nRF52811.
Is there any difference in functionality, file setup etc the heart rate has in comparison to the glucose example? For example looking at the nRF_BLE folder I notice that the ble_rcap and nrf_ble_gq files are not included in the heart rate example. As well as the nRF_Crypto backend CC310 folder is not included as well.