The system requirements: 50 identical nRF53-based devices (each with a sensor and an actuator), positioned within a 3x3 meter square should be connected to a single computer (most probably an RPi 4) with BLE.
Latency up to 1 sec is tolerable.
Afaik, in-built BLE in RPi 4 won't handle it, but I can connect a BLE dongle with a SoftDevice on it, right?
So the questions are:
- Can SoftDevice handle communication with 50 slaves, each sending at least 1 message per minute?
- Do you maybe know an RPi alternative with a proper inbuilt BLE module?
- Will BLE mesh make sense in this case? I only actually need one-to-many communication.