27 lines
711 B
ReStructuredText
27 lines
711 B
ReStructuredText
.. zephyr:code-sample:: ble_central_ht
|
|
:name: Health Thermometer (Central)
|
|
:relevant-api: bluetooth
|
|
|
|
Connect to a Bluetooth LE health thermometer sensor and read temperature measurements.
|
|
|
|
Overview
|
|
********
|
|
|
|
Similar to the :zephyr:code-sample:`ble_central` sample, except that this
|
|
application specifically looks for health thermometer sensor and reports the
|
|
die temperature readings once connected.
|
|
|
|
Requirements
|
|
************
|
|
|
|
* BlueZ running on the host, or
|
|
* A board with Bluetooth LE support
|
|
|
|
Building and Running
|
|
********************
|
|
|
|
This sample can be found under :zephyr_file:`samples/bluetooth/central_ht` in the
|
|
Zephyr tree.
|
|
|
|
See :zephyr:code-sample-category:`bluetooth` samples for details.
|