Skip to content

Files

Latest commit

0c63e16 · Dec 19, 2024

History

History

bt_thermometer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 30, 2022
Dec 19, 2024

Bluetooth - Thermometer

Original C example: Bluetooth - SoC Thermometer

This example implements the Health Thermometer Service. It enables a peer device to connect and receive temperature values via Bluetooth.

The NCP Host has no access to the board peripherals, only to the Bluetooth stack via BGAPI. Therefore, neither the button nor the temperature sensor is available in this example. The temperature measurement values are just dummy values for demo purposes.