I am using nrf51442 as central client.
I have used
SDK\v7.1.0\examples\ble_central\ble_app_hrs_c\pca10028\s120\arm\ble_app_hrs_c_s120_pca10028.uvproj"
as a atart point
I have downloaded "SoftDevice\S120_SoftDevice\v1.0.1\s120_nrf51822_1.0.1\s120_nrf51822_1.0.1_softdevice.hex"
But when I turn on a HRS peripherial device, I cannot see any output from the UART except the startup message.
I have used the original address setting of the project but fail to download program to my board, and I have modified it according to blink LED project, and can make my program download success.
Is there any more document tell me how to setup and test the central device function?