Hello,
I am using the nRF51 dongle, SDK v10 and s310.
I want to use the dongle as a ANT+ receiver and BLE client to connect to multiple BLE peripherals. I have looked at the multiprotocol example ble_app_ant_hrm, but here the BLE is a peripheral. I have also looked at the ble_app_multilink_central example. I have tried to change the ble parts in the multiprtocol example to look more like the multilink example.
I am not exactly sure how I should do this, since this two examples have different softdevices, s310 and s130. I tried to run the changes I did but it crashed when it comes to scan_start().
Do you have any suggestions for what I should be aware of and if there is some specific changes I should do to change the BLE from pheripheral to Central for for s310?
Kind regards