summaryrefslogtreecommitdiff
path: root/samples/bluetooth/peripheral_hr/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bluetooth/peripheral_hr/README.rst')
-rw-r--r--samples/bluetooth/peripheral_hr/README.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/samples/bluetooth/peripheral_hr/README.rst b/samples/bluetooth/peripheral_hr/README.rst
new file mode 100644
index 000000000..f9aff4ff8
--- /dev/null
+++ b/samples/bluetooth/peripheral_hr/README.rst
@@ -0,0 +1,23 @@
+.. _peripheral_hr:
+
+Bluetooth: Peripheral HR
+########################
+
+Overview
+********
+
+Similar to the :ref:`Peripheral <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 BLE support
+
+Building and Running
+********************
+
+See :ref:`bluetooth setup section <bluetooth_setup>` for details.