I have browsing this site, no clearly answer found, but,I think someone has done this job before.
My scenario:
.many BLE client (5.0 above);
.BLE clinet will upload data to server if data created,the volumn is low,and the frequency is low too,you can image a sensor;
.In long range mode(though the actual range is limited)
I have developed the server app on PC, but we all know the concurrent connected BLE is limited on PC too.
So I want to build a bridge/gateway between BLE clients & server(PC or any powerful hardware).
20 concurrent connections is the limit for Nordic series under nRF5 SDK.I think this amount is acceptable for me, I can adopt many bridge to extend connections.
I am sure nRF52840 can work, but how about nRF52820? there is no so much workload for the bridge, and nRF52820 has USB,and it is cheaper of course.
By the way,I am newbie on BLE and Nordic series, give me a advice on example to start.
Thank you.