Skip to content

Commit 68e74a0

Browse files
ppryga-nordicmbolivar-nordic
authored andcommitted
samples: Bluetooth: df: rx: Add info about nRF5340 to README.rst
Extend README.rst with information about support for nRF5340. Signed-off-by: Piotr Pryga <[email protected]>
1 parent 4b680ec commit 68e74a0

File tree

1 file changed

+12
-1
lines changed
  • samples/bluetooth/direction_finding_connectionless_rx

1 file changed

+12
-1
lines changed

samples/bluetooth/direction_finding_connectionless_rx/README.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The sample supports the following development kits:
1616

1717
.. table-from-rows:: /includes/sample_board_rows.txt
1818
:header: heading
19-
:rows: nrf52833dk_nrf52833
19+
:rows: nrf52833dk_nrf52833, nrf5340dk_nrf5340_cpuapp_and_cpuappns
2020

2121
The sample also requires an antenna matrix when operating in angle of arrival mode.
2222
It can be a Nordic Semiconductor design 12 patch antenna matrix, or any other antenna matrix.
@@ -38,6 +38,15 @@ Configuration
3838

3939
|config|
4040

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+
4150
Angle of departure mode
4251
=======================
4352

@@ -46,6 +55,8 @@ To build this sample with angle of departure mode only, set ``OVERLAY_CONFIG`` t
4655
See :ref:`cmake_options` for instructions on how to add this option.
4756
For more information about using configuration overlay files, see :ref:`zephyr:important-build-vars` in the Zephyr documentation.
4857

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+
4960
Antenna matrix configuration for angle of arrival mode
5061
======================================================
5162

0 commit comments

Comments
 (0)