This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I want to use ble_app_multilink_central example

I want to use ble_app_multilink_central example but can't work. NRF1422 QFACA10 PCA10028

already program softDevice S120 and use Keil C to download ble_app_multilink_central example F/W but still can't work. So how to correct use this example project?

Parents
    1. you need two devices to test this example
    2. on central download S120 softdevice, compile and flash this project nRF51_SDK_9.0.0_2e23562\examples\ble_central\ble_app_multilink_central\pca10028\s120\arm5_no_packs
    3. on other device, peripheral, download S110 softdevice, compile and flash nRF51_SDK_9.0.0_2e23562\examples\ble_central\ble_app_multilink_peripheral\pca10028\s110\arm5_no_packs
    4. Now two device will connect to each other and if you press button1 on peripheral then LED toggles on both the devices
Reply
    1. you need two devices to test this example
    2. on central download S120 softdevice, compile and flash this project nRF51_SDK_9.0.0_2e23562\examples\ble_central\ble_app_multilink_central\pca10028\s120\arm5_no_packs
    3. on other device, peripheral, download S110 softdevice, compile and flash nRF51_SDK_9.0.0_2e23562\examples\ble_central\ble_app_multilink_peripheral\pca10028\s110\arm5_no_packs
    4. Now two device will connect to each other and if you press button1 on peripheral then LED toggles on both the devices
Children
No Data
Related