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

nRF Connect log

Hi,

I'm testing heart rate measurement example with my nRF52 DK. In the nRF connect application, I see the logs are converted from Hexadecimal value to user-readable values. I want to implement this in my own project with accelerometer values. In the accelerometer project, I only see values in hexadecimal. Thank you for your time and information. 

Parents
  • Hi

    How do you handle the service once the devices are connected and the service is discovered? What do you do in your central application to read the service values?

    As you can see in the ble_app_hrs_c example in our SDK, the Heart Rate Collector handler enables notifications of the heart rate service after service discovery in order to get the Heart Rate values periodically.

    Best regards,

    Simon

Reply
  • Hi

    How do you handle the service once the devices are connected and the service is discovered? What do you do in your central application to read the service values?

    As you can see in the ble_app_hrs_c example in our SDK, the Heart Rate Collector handler enables notifications of the heart rate service after service discovery in order to get the Heart Rate values periodically.

    Best regards,

    Simon

Children
Related