Hello,
According to specification, SoftDevice (S132) supports three connections as a central. Do you have example project?
I need collect data from 3 sensors:
Thanks and Regards, Nazar
Hello,
According to specification, SoftDevice (S132) supports three connections as a central. Do you have example project?
I need collect data from 3 sensors:
Thanks and Regards, Nazar
There is no multilink example for the S132 in the nRF52 SDK.
The nrF51 SDK contains a multilink central example (nRF51_SDK_10.0.0_dc26b5e\examples\ble_central\ble_app_multilink_central), you can alternatively port this to the nRF52, the functionality should be identical.
There is no multilink example for the S132 in the nRF52 SDK.
The nrF51 SDK contains a multilink central example (nRF51_SDK_10.0.0_dc26b5e\examples\ble_central\ble_app_multilink_central), you can alternatively port this to the nRF52, the functionality should be identical.
Thanks, I will try to port from nRF51 projects.