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. But you need to refer to the ble_central\ble_app_hrs_c example for S120, where we scan for and connect to any peripheral that advertise the hrs service's UUID.
The implementation should be the same.
@deepu: Yes, you can do that. But you need to refer to the ble_central\ble_app_hrs_c example for S120, where we scan for and connect to any peripheral that advertise the hrs service's UUID.
The implementation should be the same.