Hi,
I met some problems when I tried the sample 'direction_finding_connectionless_rx' in ncs v1.7.1 on nRF5340dk. I copied files to hci_rpmsg/boards as https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/bluetooth/direction_finding_connectionless_rx/README.html said, here is my nrf5340dk_nrf5340_cpunet.conf:
CONFIG_BT_CTLR=y CONFIG_BT_LL_SW_SPLIT=y CONFIG_BT_EXT_ADV=y CONFIG_BT_CTLR_ADV_EXT=y CONFIG_BT_CTLR_SYNC_PERIODIC=y # Enable Direction Finding Feature including AoA and AoD CONFIG_BT_CTLR_DF=y # Disable Direction Fiding TX mode CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n CONFIG_BT_CTLR_DF_ADV_CTE_TX=n
direction_finding_connectionless_rx/prj.conf:
CONFIG_BT=y CONFIG_BT_DEVICE_NAME="DF Connectionless Locator App" CONFIG_BT_EXT_ADV=y CONFIG_BT_PER_ADV_SYNC=y CONFIG_BT_OBSERVER=y # Enable Direction Finding Feature including AoA and AoD CONFIG_BT_DF=y CONFIG_BT_DF_CONNECTIONLESS_CTE_RX=y
I built by SES and failed:
Using git-cmd:west build -b nrf5340dk_nrf5340_cpuapp -- -DOVERLAY_CONFIG=overlay-aod.conf:
I'm not sure how to solve it, I got the same error when I built hci_rpmsg to network core. Please help me.
Thanks in advance!