Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Pedometer Custom Service on SDK 16

HI,

I have been facing a few issues with the BLE custom service, I am looking to create a Pedo meter service which displays step count information received from the sensor, hence i followed the below link for custom service creation which displays an integer value.


github.com/.../nRF5x-custom-ble-service-tutorial

This code works fine for the SDK 15 but i am using SDK 16 version, could anyone please suggest what i should do? Right now when i flash the code on the nrf52832, i can see it being advertised on the nRF connect app but it automatically disconnects even before establishing a connection. I have not made any modification to the code given in the above link.

I have only changed the RAM start address and RAM size in segger embedded studio.

Could anyone please help me with this? I have been stuck on this from a month.

Related