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

Health Thermometer not working

Hi,

I'm new with a) the Nordic Softdevice environment and b) using the nRF52. So there are a few questions...

As a starting point I've used the template project (...\SDK\nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_template) and added a few services, i.e. the Device Information, Battery and Health Thermometer service (and also our own mds service). I find that I can communicate with the DIS, BAS and our service.

However, I'm unable to transmit temperatures over the HTS. In fact, the software crashes when calling temperature_measurement_send ().

The code for DIS, BAS and HTS are original Nordic, taken also from the SDK. So while DIS and BAS are working, HTS isn't? What am I doing wrong?

Thans for any help

stack.c

Parents Reply Children
No Data
Related