You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample also requires an antenna matrix when operating in angle of arrival mode.
22
22
It can be a Nordic Semiconductor design 12 patch antenna matrix, or any other antenna matrix.
@@ -38,6 +38,15 @@ Configuration
38
38
39
39
|config|
40
40
41
+
This sample configuration is split into the following two files:
42
+
43
+
* generic configuration is available in :file:`prj.conf` file
44
+
* board specific configuration is available in :file:`boards/<BOARD>.conf` file
45
+
46
+
Board specific configuration involves configuring the Bluetooth LE controller.
47
+
For :ref:`nRF5340 DK <ug_nrf5340>`, the Bluetooth LE controller is part of a ``child image`` aimed to run on the network core.
48
+
Configuration for the child image is stored in :file:`child_image/` subdirectory.
49
+
41
50
Angle of departure mode
42
51
=======================
43
52
@@ -46,6 +55,8 @@ To build this sample with angle of departure mode only, set ``OVERLAY_CONFIG`` t
46
55
See :ref:`cmake_options` for instructions on how to add this option.
47
56
For more information about using configuration overlay files, see :ref:`zephyr:important-build-vars` in the Zephyr documentation.
48
57
58
+
To build this sample for :ref:`nRF5340 DK <ug_nrf5340>`, with angle of arrival mode only, add content of :file:`overlay-aod.conf` file to :file:`child_image/hci_rpmsg.conf` file.
59
+
49
60
Antenna matrix configuration for angle of arrival mode
0 commit comments