Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 556 Bytes

File metadata and controls

10 lines (7 loc) · 556 Bytes

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.