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

nRF52840 to acts as central and peripheral simultaneously

Hi , everyone 

i want nRF52840 to acts as central and peripheral simultaneously . how can i achieve this ? i  have seen in website  nRF52840 can concurrent upto 20 link (multilink). how to do this ? which example i have to work out .

Thanks in advance

saral 

Parents Reply
  • Hi, 

    BLE Multi-link Central: You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\ble_central\ble_app_multilink_central

    BLE Multi-link Peripheral: You can find the source code and the project file of the example in the following folder: <InstallFolder>\examples\ble_peripheral\ble_app_blinky

    The BLE Multi-link Example requires at least three boards to verify that more than one link is active. The central device can have a maximum of 8 concurrent connections to peripheral devices.

    Do you modify the example code? If so, what did you do?

    Could you describe the LED status on Central and Peripheral board?

    -Amanda 

Children
No Data
Related