Hi,
I have an ADC which is interfaced with the nrf52.
The samples from the ADC are collected every 2ms (500Hz sampling rate). I store these samples, and when the number of samples stored equals to 100, I need to send it over BLE.
I have this system working for 25samples, however when I increase the count, no transmission occurs. (No samples seem to be received)
Each sample value is around 9 bytes.
Can anyone help me with this issue.