Hi,
I am trying to implement an ECG measurement device. nRF52832 collects the sensor value through SPI and send it to smartphone using ble_app_uart code. I need to send at least 30 bytes of information at a time with minimum time interval possible(less than 5ms). Is this attainable? What is the limiting values in iOS and android?