Skip to content

Commit 3e9dfdd

Browse files
Kamil Gaworcarlescufi
authored andcommitted
bluetooth: samples: hci_uart: Add Direction Finding doc
Add the Direction Finding documentation section into the sample README.rst file. Signed-off-by: Kamil Gawor <[email protected]>
1 parent 5ed949c commit 3e9dfdd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

samples/bluetooth/hci_uart/README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,21 @@ application. To enable debug over RTT the debug configuration file can be used.
125125
west build samples/bluetooth/hci_uart -- -DOVERLAY_CONFIG='debug.conf'
126126
127127
Then attach RTT as described here: :ref:`Using Segger J-Link <Using Segger J-Link>`
128+
129+
Support for the Direction Finding
130+
=================================
131+
132+
The sample can be built with the support for the BLE Direction Finding.
133+
To enable this feature build this sample for specific board variants that provide
134+
required hardware configuration for the Radio.
135+
136+
.. code-block:: console
137+
138+
west build samples/bluetooth/hci_uart -b nrf52833dk_nrf52833@df -- -DCONFIG_BT_CTLR_DF=y
139+
140+
You can use following targets:
141+
142+
* ``nrf5340dk_nrf5340_cpunet@df``
143+
* ``nrf52833dk_nrf52833@df``
144+
145+
Check the :ref:`bluetooth_direction_finding_connectionless_rx` and the :ref:`bluetooth_direction_finding_connectionless_tx` for more details.

0 commit comments

Comments
 (0)