How many devices can work with NRF52832 in the same time ?

Hi  

I have a project which is using 53832 as the master ,  main 52832 works with smart phone by bluetooth ,and broadcasts ebike information throght the ANT+ .

I would like to add wireless button to this system.  so that main 52832 can change the working  mode / behavior according to the wireless button click.

do you think this can works ? 

If yes , is there any information i can refer ? 

Thank you in advance for your help.

Best

Michael

Parents Reply
  • In general the internal scheduler in the softdevice will give links that have slower connection intervals higher priority than those links with fast interval. That way, only the link with fast interval will be interrupted/skipped to ensure those links with slow interval can communicate. So I recommend that if you add a new link, then the interval should be faster than the other links. This should reduce risk of affecting existing links.

    Best regards,
    Kenneth

Children
No Data
Related