zephyr/samples/bluetooth/peripheral_hr
Matthias Hauser 941a5489d3 dts: boards: we: add board Ophelia-IV
add new board Ophelia-IV

Signed-off-by: Matthias Hauser <matthias.hauser@we-online.de>
2025-04-03 13:16:05 +02:00
..
boards
src
CMakeLists.txt
Kconfig.sysbuild
overlay-extended.conf
overlay-phy_coded.conf
prj_minimal.conf Bluetooth: Controller: Fix HCI command buffer allocation failure 2025-02-21 11:30:38 +00:00
prj.conf
README.rst
sample.yaml dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02:00
sysbuild.cmake

.. zephyr:code-sample:: ble_peripheral_hr
   :name: Heart-rate Monitor (Peripheral)
   :relevant-api: bt_hrs bt_bas bluetooth

   Expose a Heart Rate (HR) GATT Service generating dummy heart-rate values.

Overview
********

Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
application specifically exposes the HR (Heart Rate) GATT Service. Once a device
connects it will generate dummy heart-rate values.


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/peripheral_hr` in the
Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.