Hi, I followed the tutorials shown below: infocenter.nordicsemi.com/index.jsp
I downloaded SDK v11.0 and loaded S130 SoftDevice on my nRF51 DK. I use Keil uVision 5 as the compiler to load the project.
-
Firstly, I loaded "BLE Multi Link Central (
<InstallFolder>\examples\ble_central\ble_app_multilink_central\pca10028\s130\arm5_no_packs\project
file in .uvprojectjx) onto 1 of the nRF51 DK, the LED1 is on after loaded. -
After that, I loaded "BLE Multi Link Pheripheral" (
<InstallFolder>\examples\ble_peripheral\experimental_ble_app_blinky\pca10028\s130\arm5_no_packs\profile
file in .uvprojectjx) onto 2 of the other nRF51DK, the LED 1 is flashing after loaded. -
From the tutorial mentioned above, the Central will look for the "Advertising pheripherals" and get connected, after that LED2 on the Central will be on. However, the LED 2 of my Central is not on and the LED1 of pheripherals stay flashing, I need some help to connect them.
Thanks!