Hi
my application is a 9-axis battery driven motion sensor with a data rate about 144 bit per packet at 1000Hz i have to transmit over air. Low latency (<10ms) is extremely important. The device must consume as low power as possible due less space for a battery. The protocol can be proprietary but must support 6 nodes connected to a master at a time.
Which protocol to choose for
low latency low power high data rate
BLE isn't right choice because of small packet size and to long connection interval. BT classic is performing better but consumes more power.
What about ANT or Gazell?