This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Slave multi connection

Hi

For new BLE project we planing to use slave that allow few (3-4) connection at the same time. i.e After the master (phone) connected to our slave, the slave continue to advertisement and allow to another 2-3 master (phones) to connect.

We know that it not according to BT sig but we still need this design for our app

Does the 51822 allow it?

Thanks

Oded

Edit: Format.

Parents
  • Hi

    I do not think the nRF51822 can meet your requirements. What our different BLE stacks for nRF51822 can do is the following:

    • With the S110 peripheral stack, you can have one peripheral link (connection with a BLE central)
    • With the S120 central stack, you can have up to 8 simultaneous central links (connection with 8 peripherals)
    • With the S130 dual stack, you can have one peripheral link and up to 3 central links at the same time. Broadcaster and observer can also run concurrently with peripheral and central connections.
Reply
  • Hi

    I do not think the nRF51822 can meet your requirements. What our different BLE stacks for nRF51822 can do is the following:

    • With the S110 peripheral stack, you can have one peripheral link (connection with a BLE central)
    • With the S120 central stack, you can have up to 8 simultaneous central links (connection with 8 peripherals)
    • With the S130 dual stack, you can have one peripheral link and up to 3 central links at the same time. Broadcaster and observer can also run concurrently with peripheral and central connections.
Children
Related