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

nrf51-ble-app-temp not work?

Hi Guys,

I am working on nrf51822.

I use the nrf51-ble-app-temp example with "nRF Temp 2.0 for BLE" APP.

But it is not work.

Anybody workable with "nRF Temp 2.0 for BLE" APP?

If I need to get temperature value, Is there has workable example?

I got the source code from: github.com/.../nrf51-ble-app-temp

Thanks a lot. Best regards, Kevin

Parents
  • Hi Kevin,

    What SDK are you using? That example worked with older SDK and may need some porting if you're using SDK7 or 8 (highly recommended).

    Putting together a simple temperature profile isn't difficult. You can take another example application provided with the SDK and use it to transfer the temperature data.

    Do you have any specific requirements about having a custom vs standard Bluetooth service?

Reply
  • Hi Kevin,

    What SDK are you using? That example worked with older SDK and may need some porting if you're using SDK7 or 8 (highly recommended).

    Putting together a simple temperature profile isn't difficult. You can take another example application provided with the SDK and use it to transfer the temperature data.

    Do you have any specific requirements about having a custom vs standard Bluetooth service?

Children
Related