Hi,
I am currently trying to build the channel_sounding_ras_initiator sample without any changes. I was successfully able to build the channel_sounding_ras_reflector.
I get a long list of prj.conf errors:
warning: BT_TRANSMIT_POWER_CONTROL (defined at subsys/bluetooth/Kconfig:170) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (!HAS_BT_CTLR || BT_CTLR_LE_POWER_CONTROL_SUPPORT) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_TRANSMIT_POWER_CONTROL and/or look up BT_TRANSMIT_POWER_CONTROL in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. warning: BT_CHANNEL_SOUNDING (defined at subsys/bluetooth/Kconfig:191) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (!HAS_BT_CTLR || BT_CTLR_CHANNEL_SOUNDING_SUPPORT) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_CHANNEL_SOUNDING and/or look up BT_CHANNEL_SOUNDING in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too. warning: Deprecated symbol BT_CTLR is enabled. /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:7: warning: attempt to assign the value 'y' to the undefined symbol NCS_SAMPLES_DEFAULTS /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:8: warning: attempt to assign the value 'y' to the undefined symbol DK_LIBRARY /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:11: warning: attempt to assign the value 'y' to the undefined symbol BT_NRF_SUPPORT /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:23: warning: attempt to assign the value 'y' to the undefined symbol BT_RAS /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:24: warning: attempt to assign the value 'y' to the undefined symbol BT_RAS_RREQ /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:27: warning: attempt to assign the value 'y' to the undefined symbol BT_SCAN /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:28: warning: attempt to assign the value 'y' to the undefined symbol BT_SCAN_FILTER_ENABLE /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:29: warning: attempt to assign the value '1' to the undefined symbol BT_SCAN_UUID_CNT /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:41: warning: attempt to assign the value 'n' to the undefined symbol BT_RAS_MODE_3_SUPPORTED /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:42: warning: attempt to assign the value '1' to the undefined symbol BT_RAS_MAX_ANTENNA_PATHS /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:43: warning: attempt to assign the value '1' to the undefined symbol BT_CTLR_SDC_CS_MAX_ANTENNA_PATHS /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:44: warning: attempt to assign the value '1' to the undefined symbol BT_CTLR_SDC_CS_NUM_ANTENNAS /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:45: warning: attempt to assign the value 'n' to the undefined symbol BT_CTLR_SDC_CS_STEP_MODE3 /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:48: warning: attempt to assign the value 'n' to the undefined symbol BT_CTLR_CHANNEL_SOUNDING_TEST /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:59: warning: attempt to assign the value 'y' to the undefined symbol BT_CS_DE /Users/saubin/Desktop/agmuster-workspace/channel_sounding_ras_initiator/prj.conf:60: warning: attempt to assign the value 'y' to the undefined symbol BT_CS_DE_512_NFFT error: Aborting due to Kconfig warnings
Im using:
nrf connect SDK v3.0.2 (also tried with v3.0.1)
Zephyr version: 4.1.99
nrf54l15dk/nrf54l15/cpuapp/ns
Is the channel_sounding_ras_initiator compatible with v3.0.2? I'm guessing there may be some SDK errors on my end but wanted to check the experimental channel sounding feature was compatible with the version i am running.