Hello.
I'm trying to figure out which microcontroller is best for my use case. I need to have as many bluetooth low energy concurrent connections as possible and the device should be able to work both as a peripheral and central.
I've been reading some posts on the forum and have seen there appears to be a limit of 20 for SoftDevice, however with Zephyr the answers vary saying it depends on the available ram.
Given this information, would it be correct to assume I'd be able to get over 20 concurrent connections with a nRF52840 using Zephyr BLE controller? Would there be any benefit on using a microcontroller from the nRF53 series?
Thanks