What will be the best option for a system that requires low latency and high data throughput.
I have a system with a sampling rate of max 1000 sps for eight channels with a 32 bit resolution (worst case scenario) and should send the data over BLE. What will be the best approach, wait for a big buffer to fill and then send the data or send the data with each sample acquired? also, is the performance/throughput affected if we use a new service vs using NUS service?
Thanks in advance