Hi, I am having one nRF51822 to act as central and two nRF51822 to act as peripherals. I want the central to connect to both the peripherals and communicate with them. Is it possible? I tried with SDK 10.0.0 - but no luck. I tried SDK 12.3.0 : nRF5_SDK_12.3.0_d7731ad\examples\ble_central\ble_app_uart_c - Copy\pca10028\s130\arm4, but board resets at "SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL);" in ble_stack_init. Is it possible to get a working example code for central to connect to 2 peripherals for nRF51822? Thanks. Update: I found the multilink examples under SDK 10.0.0 can connect one central to upto 8 peripherals, but I need ble uart version of that multilink example. Please help.