Lines Matching +full:direction +full:- +full:based
1 .. zephyr:code-sample:: bluetooth_direction_finding_peripheral
2 :name: Direction Finding Peripheral
3 :relevant-api: bluetooth
5 Implement Bluetooth LE Direction Finding peripheral transmitting CTE in connected mode.
10 A simple application demonstrating the Bluetooth LE Direction Finding CTE transmission in
16 * Nordic nRF SoC based board with Direction Finding support (example boards:
20 Check your SoC's product specification for Direction Finding support if you are
31 .. zephyr-app-commands::
32 :zephyr-app: samples/bluetooth/direction_finding_peripheral
33 :host-os: unix
35 :gen-args: -DEXTRA_CONF_FILE=overlay-aoa.conf
40 also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample
41 application may be used. To build this sample with direction finding support
48 * Make sure the same GPIO pins are assigned to Direction Finding Extension in file
60 configuration must be provided via :ref:`devicetree <dt-guide>` to enable
66 own board-specific overlay in the same directory for a different board. See
67 :dtcompatible:`nordic,nrf-radio` for documentation on the properties used in
68 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
72 network core application. When :zephyr:code-sample:`bluetooth_hci_ipc` is used as the