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

    I'm doing the same thing as you, trying to make the sample works on my custom board but i do have the antenna matrix of Nordic aswell. Your topic help me, and i have a hint of a answer for Quim123 and Zack_Lee. 

    The OVERLAY_CONFIG is an additionnal configuration for building the app, and just like you i've been struggling to set it right. The working method i found is to put 

    SET(OVERLAY_CONFIG "overlay-aoa.conf")
    in CMakeList.txt before any other command. I recommand you to erase the 
    OVERLAY_CONFIG =y
      in overlay-aoa.conf, if not i'm not totally it'll build.

    I hope it helps

    Nathan

Reply
  • Hi

    I'm doing the same thing as you, trying to make the sample works on my custom board but i do have the antenna matrix of Nordic aswell. Your topic help me, and i have a hint of a answer for Quim123 and Zack_Lee. 

    The OVERLAY_CONFIG is an additionnal configuration for building the app, and just like you i've been struggling to set it right. The working method i found is to put 

    SET(OVERLAY_CONFIG "overlay-aoa.conf")
    in CMakeList.txt before any other command. I recommand you to erase the 
    OVERLAY_CONFIG =y
      in overlay-aoa.conf, if not i'm not totally it'll build.

    I hope it helps

    Nathan

Children
No Data
Related