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

pc-ble-driver-js max concurrent connection?

I am developing using pc-ble-driver-js and nrf52840 dongle.


We know that nrf's development tools (nrf connect ...) are being developed using an electron framework,

and these are also thought to have been developed using pc-ble-driver-js.

However, it was found through pc-ble-driver-js that connection to more than 7 devices is impossible during development.

We know that the softdevice supports up to 20 connections, and the nrf52840 dongle also supports 20 connections,

so we expect to develop 15 or even 20 connections.

After discovering this, I tried experimenting with the number of connections in the nrf connect app,

and at this time, it seems that only 7 are supported.

Since the softdevice supports 20 in the specification, I think it may be blocked by the c / c ++ version of the pc-ble-driver,

but it is difficult to figure out which one is in the corresponding source code.

I wonder if anyone has this kind of experience. Or I wonder if it would be nordic's official answer.

Thank you.

Related