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

Testing direction finding beacon in nRF Connect SDK v1.5.0

Hi, teams.

I am testing nRFConnect 1.5.0 with nRF52833DK.

Recently, I noticed "Direction finding connectionless beacon" example in latest repository, and copied it to my 1.5.0 tree.

With slight modification, I managed to build the sample, but when I  executed, bt_df_set_adv_cte_tx_param() call returns error -35, which means not supported.

Is it limitation of current SDK version, or any way to fix it?

Parents
  • Hi

    The Getting Started assistant should be a sufficient guide for installing master branch of the nRFConnect SDK as well, as long as you remember using "git checkout master & west update". We don't have a specific guide to install the master branch.

    I see that your current west version is v0.9.0, which indeed is outdated as the master branch requires v0.10.1. As the toolchain manager is only updated for NCS v1.5.0 as of yet, the West version it installs will be v0.9.0.

    Updating your west version here should be sufficient.

    Best regards,

    Simon

Reply
  • Hi

    The Getting Started assistant should be a sufficient guide for installing master branch of the nRFConnect SDK as well, as long as you remember using "git checkout master & west update". We don't have a specific guide to install the master branch.

    I see that your current west version is v0.9.0, which indeed is outdated as the master branch requires v0.10.1. As the toolchain manager is only updated for NCS v1.5.0 as of yet, the West version it installs will be v0.9.0.

    Updating your west version here should be sufficient.

    Best regards,

    Simon

Children
No Data
Related