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

How many connections nrf52840 / nrf52832 supports as peripheral?

Hello,


I want to connect some ammount of central devices to one peripheral.

nRF52840 or nRF52832 considering as peripheral. Latest SDK (15.0.0) will be used.

Connection will be established by BLE v4.0 (please note if it affects v5.0)


1) What is upper limit of connections (simultaneously)? Assume that centrals will be iOS / Android devices and some other BLE modules.

2) In case I have different bluetooth profiles on my peripheral ( it acts as server), does it can interact with multiple centrals (clients) with different profiles?

3) And what about same profiles for multiple centrals? For example, I have connected from 4 phones to peripheral and I want to know battery level on nRF side - can I use Battery service profile in same time for all 4 clients?

Regards!

Related