Get RSSI of ble connection using nrf connect sdk

Hi,

How do I get the RSSI of the active ble connection using the nrf connect sdk? I cannot find any examples or documentation.

Thank you

edit: 

ok, found this: https://devzone.nordicsemi.com/f/nordic-q-a/80973/get-rssi-on-nrf52840-with-ncs . But that requires me to enable 

CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_CONN_RSSI=y
CONFIG_BT_CTLR_ADVANCED_FEATURES requires me to also set CONFIG_BT_LL_SW_SPLIT which forces me to use the zephyr software bluetooth stack. This f**s everything up, devices cannot connect and lose connection every 2 seconds. I am using the throughput example with the NCS 1.8.0.
Is there something I am missing, I would like to get the RSSI and use the default softdevice controller stack.
Parents Reply Children
No Data
Related