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

multilink central S120 transmission

Hi NORDIC

I neen to implement a function that multilink central (S120) can receive information from multilink peripheral . I do not know how to implement it in software.It is importent for me to complete this task . I hope you tell me or provide something that will be usefull to me .

Thanks a lot !

Parents
  • Hi wiki,

    Could you tell me more information on the set-up. Do you plan to have several central to connect to one or more peripheral at the same time ?

    If you want several central device share the same peripheral, it's not possible with BLE.

    BLE only supports one central to be connected to a peripheral at a time. You can have several peripheral connect to one central, but not the other way around. It's a star network.

    You can of course implement your own proprietary protocol and use timeslot API to control the radio in between BLE event. But it's upto you to implement and it might not be equivalent with BLE spec.

Reply
  • Hi wiki,

    Could you tell me more information on the set-up. Do you plan to have several central to connect to one or more peripheral at the same time ?

    If you want several central device share the same peripheral, it's not possible with BLE.

    BLE only supports one central to be connected to a peripheral at a time. You can have several peripheral connect to one central, but not the other way around. It's a star network.

    You can of course implement your own proprietary protocol and use timeslot API to control the radio in between BLE event. But it's upto you to implement and it might not be equivalent with BLE spec.

Children
Related