Update CTE params...failed (err -134) in 'direction_finding_connectionless_tx'

Hi

I'm working with the sample 'ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx' on nRF5340,  I followed this page and built with AoA mode, then added content of overlay-aoa.conf file to child_image/hci_rpmsg.conf file, ran this code:

G:\ncs_v1.7.1\ncs1.7.1\nrf\samples\bluetooth\direction_finding_connectionless_tx>west build -b nrf5340dk_nrf5340_cpuapp -- -DCMAKE_BUILD_TYPE=overlay-aoa.conf

Build and flash seems correct,  but output in putty is wrong:

*** Booting Zephyr OS build v2.6.99-ncs1-1  ***
Starting Connectionless Beacon Demo
Bluetooth initialization...success
Advertising set create...success
Update CTE params...failed (err -134)

 I tried as Amanda said, erased the kit before flash, but it doesn't help. How to solve this problem? Thanks in advance.

Best regards,

Majoris

Parents Reply
  • You are welcome!

    Also I noticed probably another configuration is needed which is not included in .conf files. Add this line to prj.conf file:

    CONFIG_BT_CTLR_DF_ADV_CTE_TX=y

    Then if it worked, it is better to move it to sub-project configuration files (because it is target dependent), child_image/hci_rpmsg.conf in your case or boards/nrf52833dk_nrf52833.conf or boards/nrf52833dk_nrf52820.conf if someone is using those boards.

Children
Related