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

Linux Host + nRF52832 over UART; How may BLE devices can be connected in this case?

Hi Team,

For the board having Linux Host having nRF52832 interfaced over UART, what are the maximum number of BLE devices can be connected?

As per my understanding it will remain 20 as per the softdevice guidelines.

Is this a correct understanding?  What to do if 50 BLE devices need to be connected?

Parents Reply
  • Hi,

    Nordic does not provide any code or examples that will let you use the nRF as a connectivity chip for Linux, Windows or similar. That is because these systems general require an HCI interface, which is not provided by the SoftDevice. You can use the pc-ble-driver, but this essentially gives you the SoftDevice API on the PC side, so you can only use SW written specifically for the pc-ble-driver/SoftDevice API.

    An alternative could be to use for instance Zephyr, which can be used to implement the Host side of the HCI interface on the nRF, which matches with the controller on the PC side. Please note that this is not currently supported, but it should work (and have been done before).

Children
No Data
Related