Hello,
I have 8 12-bit ADCs that produce 3300 samples per second, which I will send over a Bluetooth link, so I need a data rate of about 320 kbits/s. I was thinking of using two nRF52832 devices as a transmitter and receiver. However I am new to BLE modules so I am not sure how to achieve this throughput.
I've found this website where they compare different configurations of the nRF52832: https://www.novelbits.io/bluetooth-5-speed-maximum-throughput/
What would be the best configuration for my application? And how would I change the variables such as PHY, DLE, ATT MTU and connection interval?
Thank you