is there any code for device which act as master and peripheral other than nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental \app_s130_demo\pca10028\s130\arm4
is there any code for device which act as master and peripheral other than nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental \app_s130_demo\pca10028\s130\arm4
@deepu: The central should run the app_s130_demo. For peripheral you can test the code using any peripheral running heart rate service. You can use the ble_app_hrs project for example. Note that you need to update the address of the peripheral you want to connect to in gs_hb_peripheral_address[] array in the app_s130_demo application.
@Deepu: Yes you can do that. Just follow what we did on the ble_app_hrs_c example on how to parse the advertising packet, look for the UUID you want, find the address of the advertiser and then connect to that address. The code that worked for the S120 should also work on the S130, the API are pretty much the same.
@Deepu: Yes you can do that. Just follow what we did on the ble_app_hrs_c example on how to parse the advertising packet, look for the UUID you want, find the address of the advertiser and then connect to that address. The code that worked for the S120 should also work on the S130, the API are pretty much the same.