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

central to multiple peripherals

Hi..

 I want to implement a application ,i want to make a connection one central to multiple peripherals and  to transfer the data from the one  central to particular  peripheral with the time period without disconnecting other peripherals .

Is it possible ?

if so which one is better  to differentiate the peripherals  using connection handle or uuid. how to do that ?

please suggest me

Parents
  • Hi. 

    Yes, this is possible. 

    I suggest that you take a look at the BLE Multi-link Example
    The BLE Multi-link Central example application shows how one central can be connected to several peripherals simultaneously. We have use two or more BLE Blinky Application as peripherals.

    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

    Best regards, 
    Joakim Jakobsen

Reply
  • Hi. 

    Yes, this is possible. 

    I suggest that you take a look at the BLE Multi-link Example
    The BLE Multi-link Central example application shows how one central can be connected to several peripherals simultaneously. We have use two or more BLE Blinky Application as peripherals.

    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

    Best regards, 
    Joakim Jakobsen

Children
Related