nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

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 Children
  • 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

  • Hi Kenneth

    Sorry, for long time not to reply you.

    Now I get back to work on this project ,As you recommend ,I should add a new link to my old application .

    I planning to following your recommend. then is there any sample project i can refer ?

    Thanks in advance and have a good day.

    Best

    Michael

Related