File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
samples/bluetooth/hci_uart Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -125,3 +125,21 @@ application. To enable debug over RTT the debug configuration file can be used.
125
125
west build samples/bluetooth/hci_uart -- -DOVERLAY_CONFIG='debug.conf'
126
126
127
127
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.
You can’t perform that action at this time.
0 commit comments