In our design using ADS1198 generates 36Kbps of data every second.
But the throughput of the BLE is not supporting so much data transmission and SPI read from ADS1198. So we want to use compression logic to transmit the data. The method should be fast and lossless.
What are the possible methods to improve my BLE throughput using a simple compression technique?
Thank you