Hi,
I am reading a chunk of 2KB data from a sensor every interrupt generated from the sensor. The interrupt occurs less than 1 second and I have to transmit it via Bluetooth. I got an NRF error code 19 when I divide the 2KB data into 20 frames before transmitting the data in a for loop. I was wondering if there is a better way to handle it.
Thanks in advance,
Peter