my project requires a simultaneously data-collection from 13 IMUs sensors which we built with NRF51822 + BNO055 (IMU)
we used the Gazelle mode, I understand each host can connect up to 8 devices.
Let's say we set the Pipeline ID of the devices as Pipe0, Pipe1......Pipe7, ....Pipe8.... until there is Pipe12. (13 devices)
And there are two Host, Host 1 and Host 2, both connected to PC via USB serial port
Is it possible that we can get all the data from the 13 pipeline?
Or, can we make sure that the Pipe0, pipe1......pipe7 keep communicateing with Host1. And pipe8, pipe9.... Pipe 12 keep communicate with Host2?
What should we do if we want to build such network?