generated from nrfconnect/ncs-example-application
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee3118c
commit e1e57d3
Showing
18 changed files
with
95 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# Copyright (c) 2022 Nordic Semiconductor ASA | ||
# | ||
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
# | ||
|
||
CONFIG_BT_CTLR=y | ||
CONFIG_BT_LL_SW_SPLIT=y | ||
|
||
# Enable Direction Finding Feature including AoA and AoD | ||
CONFIG_BT_CTLR_DF=y | ||
|
||
CONFIG_BT_CTLR_DF_CTE_RX=y | ||
CONFIG_BT_CTLR_DF_CONN_CTE_RX=y | ||
CONFIG_BT_CTLR_DF_ANT_SWITCH_RX=y | ||
CONFIG_BT_CTLR_DF_CONN_CTE_REQ=y | ||
|
||
# Ensure that there are enough control procedure contexts to queue and execute all procedures | ||
CONFIG_BT_CTLR_LLCP_LOCAL_PROC_CTX_BUF_NUM=6 | ||
CONFIG_BT_CTLR_ADVANCED_FEATURES=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
* Copyright (c) 2022 Nordic Semiconductor ASA | ||
* | ||
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
*/ | ||
/ { | ||
chosen { | ||
nordic,nus-uart = &uart0; | ||
}; | ||
}; | ||
|
||
&radio { | ||
status = "okay"; | ||
/* This is the number of antennas that are available on the antenna matrix | ||
* designed by Nordic Semiconductor. For more information see README.rst. | ||
*/ | ||
dfe-antenna-num = <12>; | ||
/* This is a setting that enables antenna 0 (in antenna matrix designed | ||
* by Nordic Semiconductor) for Rx PDU. For more information see README.rst. | ||
*/ | ||
dfe-pdu-antenna = <0x0>; | ||
|
||
/* These are GPIO pin numbers that are provided to | ||
* Radio peripheral. The pins will be acquired by Radio to | ||
* drive antenna switching when AoA is enabled. | ||
* Pin numbers are selected to drive switches on antenna matrix | ||
* desinged by Nordic Semiconductor. For more information see README.rst. | ||
*/ | ||
dfegpio0-gpios = <&gpio0 3 0>; | ||
dfegpio1-gpios = <&gpio0 4 0>; | ||
dfegpio2-gpios = <&gpio0 28 0>; | ||
dfegpio3-gpios = <&gpio0 29 0>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters