Greetings,
I have 12 sensors each of which is located on an nRF52832 board. I need to collect the sensor data at 50Hz (10 bytes for each sensor).
For some reason I can not connect all 12 sensors to the same central.
So here is my setup:
12 sensor boards are divided to three groups, each group has 1 master and 3 slaves
3 masters connected to 1 hub board. all sensor data is sent to the hub via notification or notification relay.
desktop/phone connects to the hub board, and receives all sensor data. (the minimum connection interval at the phone side may be 20ms)
All 12 sensors boards and the hub board use nRF52832 & S132 SoftDevice, implementing a master/slave dual role.
Is this setup feasible ? If yes, what is the best configuration (connection interval, event length, mtu, etc..) to achieve this ?
What can I do to reduce the delay?
Any help is appreciated, thanks a lot!