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

Measuring BLE Connection RSSI with NCS

Hi Nordic,

I understand that there's a way to monitor the RSSI of a Bluetooth connection using appropriate API from softdevice library. But we are currently developping with NCS SDK. Is there thus a way to implement the same with NCS ? And if not, is there a chance that it will be possible in a future SDK release ?

Best regards,

Franck

Parents Reply
  • Hi Carl,

    sdk-nrfxlib/CHANGELOG.rst at master · nrfconnect/sdk-nrfxlib · GitHub As mentioned here, this issue probably has been already fixed and available on the master branch. 

    • Fixed an issue where "HCI Read RSSI" would always return a Command Disallowed (0x0C) error code (DRGN-15310).

    I tried to pull the master branch and build the hci_uart, but it's failing to build as follows, can you suggest any way to fix the includes for this build?

    2> Compiling ‘entropy_ll_softdevice.c’
    3> Compiling ‘entropy_cc310.c’
    2> C:/Users/u1/ncs/v1.5.1/nrf/drivers/bt_ll_softdevice/entropy/entropy_ll_softdevice.c:12:10: fatal error: sdc.h: No such file or directory
    2> compilation terminated.
    3> C:/Users/u1/ncs/v1.5.1/nrf/drivers/entropy/entropy_cc310.c:20:10: fatal error: nrf_cc3xx_platform_entropy.h: No such file or directory
    3> compilation terminated.
    Build failed

Children
Related