nRF52832 Setting Up Bluetooth Service

Hello,

I am having trouble finding how to create my own service for the project I am working on. I was using the examples on the BLE learning lesson 4 example 2. I was hoping to adapt it so I could create two Characteristics one would be a step count output. The second would be the activity (walking, running, stationary, unknown).

I would like to create my own service (I will pick the name) and add the two sensor outputs. I have looked a lot in the Nordic info center, and it uses the Bluetooth app (I don't think this is how I am supposed to add this to my vs code project. I am having a hard time finding information on how to set up a service and would love some insight. Thank you for any help!!

Related