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.
rather than giving the address ,can we make it connect to any slave which is advertising(automatic connection)??
rather than giving the address ,can we make it connect to any slave which is advertising(automatic connection)??