Can't connect to Direction Finding Peripheral Device

Hello,

I have been experimenting with the direction_finding_peripheral sample in the nRF Connect SDK. I have been trying to connect to the peripheral using a custom device (not the direction_finding_central), wit no success. I also tried connecting using the nRF connect app. Even though it's showing app and I have the option to connect to it, when I click connect, it loads and never actually establishes a connection (gets disconnected after a few seconds without showing the GATT services on the device). I am pretty sure it has to do something with these two config setting in nrf52833dk_nrf52833.conf file:

  • CONFIG_BT_LL_SW_SPLIT=y
  • CONFIG_BT_LL_SW_LLCP=y

But enabling these is required for the CTE to get initialized properly. When I disable them, CTE cannot be configured properly but i can connect to the peipheral and see the GATT services. Any ideas as to why this happens, or any ways to work around it?

Thank you!

Parents Reply Children
Related