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
For the S132 you can look at ble_app_hrs_rscs_relay located in:
nRF52_SDK_0.9.2_dbc28c9\examples\ble_central_and_peripheral\experimental\
This example connects to peripherals of different types and acts as a relay against a second master.
There is also the possibility to use on the nRF51 examples as shibshab says. Since the Softdevice API's are similar it shouldn't be to much work to port these. However there is a migration document available here.
thanks for clarifications!
thanks for clarifications!