This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Direction_finding_connectionless_tx Error

Good afternoon,

I have started to work with the Direction_finding_connectionless_tx software from Zefyr that you published a few days ago. My intention is to load the AOA mode on a self-designed board that integrates the BL653 module with the nrf52833.

When I load the code I get an error in the function "err = bt_df_set_adv_cte_tx_param(adv_set, &cte_params);", I get the error: "00> Update CTE params...Failed: -35."

I was not able to find the error. Could it be because the software is not suitable for a different platform than nrf52833-DK, or it could be a configuration error?

Thank you very much for your attention.

JP.

Parents
  • Hi

    Please check that all the required Zephyr libraries listed in "Dependencies" of the example page are available in your NCS version, as I think v1.5.1-rc1 might not support this sample by default.

    Have you also set OVERLAY_CONFIG to overlay-aoa.conf to build the sample in AoA mode for instance?

    Best regards,

    Simon

  • All libraries are available in this version of NCS. If it is due to the version, how can I upgrade to 1.5.99?

    My overlay-aoa.conf is set like this: 

    # Disable AoD Feature (antenna switching) in Tx mode
    CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
    OVERLAY_CONFIG =y

    Is all right?

    Also, to build the application I select the bl653_dvk platform, I don't know if it can be the cause of the error.

    I have configured te CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC for the internal LC. In addition to OVERLAY_CONFIG, is there any other define that needs to be modified?

    JP.

Reply
  • All libraries are available in this version of NCS. If it is due to the version, how can I upgrade to 1.5.99?

    My overlay-aoa.conf is set like this: 

    # Disable AoD Feature (antenna switching) in Tx mode
    CONFIG_BT_CTLR_DF_ANT_SWITCH_TX=n
    OVERLAY_CONFIG =y

    Is all right?

    Also, to build the application I select the bl653_dvk platform, I don't know if it can be the cause of the error.

    I have configured te CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC for the internal LC. In addition to OVERLAY_CONFIG, is there any other define that needs to be modified?

    JP.

Children
No Data
Related