Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect: Multiple Connections to Same Peripheral

Developing a peripheral which supports multiple connections.

It's a pain to have to use loads of devices as centrals - is it possible for nRF Connect (Android) to make multiple connections to one peripheral ?

Parents Reply
  • Hi,

    I am afraid I do not know if Raspberry Pi allows multiple connections to 1 peripheral. I would think it depends on what stack you run on the RPi.

    Please note the implications of testing multiple connections as peripheral to multiple centrals (on different devices) versus testing against multiple central instances on one device. Most notably, when connected to different centrals the connection events will sometimes overlap (due to clock drift on the centrals), while for multiple connections to the same central all connections run on the same clock and are scheduled not to overlap (to the extent permitted by connection parameters) by the central.

    Regards,
    Terje

Children
No Data
Related