i would like to implement multi pairing connection of 20 peripheral device by single central mode. Is it best solution to adopt multi NUS sample S/W in GIthub?
i would like to implement multi pairing connection of 20 peripheral device by single central mode. Is it best solution to adopt multi NUS sample S/W in GIthub?
Hi,
There is also a BLE central multilink sample in the Zephyr part of nRF Connect SDK.
What sample to start with, depends on what your application should do. It might be just as good starting with a central sample connecting to one peripheral of the type you will connect to, and then use the central multilink sample (or another source with a multilink central) for reference.
Do you by any chance have a link to what you refer to as "multi NUS sample S/W", so I can check it?
Regards,
Terje
Yes, I have following Multi NUS S/W URL.
GitHub - NordicMatt/multi-NUS:最大20台のNordic Service周辺機器に接続可能な中央の北欧UARTサービス(NUS)アプリケーション。·GitHub
Would you please check it.
If it is OK we try to use it for customer application support.
Hi,
This GitHub sample uses nRF Connect SDK v2.6.1, while the latest release of the SDK is v3.4.0 (which is also an LTS release). From what I recall, not much has changed between the two SDK releases specifically about multilink BLE centrals, but you may still experience that a lot needs porting between the two releases. Please see the appropriate migration notes for each new SDK release between the two versions.
Regards,
Terje
Hi,
This GitHub sample uses nRF Connect SDK v2.6.1, while the latest release of the SDK is v3.4.0 (which is also an LTS release). From what I recall, not much has changed between the two SDK releases specifically about multilink BLE centrals, but you may still experience that a lot needs porting between the two releases. Please see the appropriate migration notes for each new SDK release between the two versions.
Regards,
Terje