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

Why no ble_hts_c in ble_services?

Hello,

I want to implement BLE central for Health Thermometer Service using nRF51822 with S130 SD

I used the example ble_app_hrs_c as a reference, but I don't see an equivalent of ble_hrs_c.h for hts.

What am I missing? Should I just read the data as generic GATT client?

Parents Reply
  • All examples in the SDK are created to show common use-cases and popular applications that many users desire. Most BLE service clients will be similar, so creating a single example for each service will be redundant. As you typically have to modify the example to fit your application anyway, it should not be more work changing to the correct services. We are happy to help with any problems you should encounter during your development process, just remember to search for previous answers first!

Children
No Data
Related