Hi,
I am trying to send the data from SAADC on BLE. I follow the example: https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode (NRF52832 and SDK 17.0)
However, when I change the sample rate, I found I cannot go beyond 250 samples/second. Once I change the SAADC_SAMPLE_RATE to less than 5 ms, the program would stop and give an ERROR after sending 1 data out.
I tried the SAADC example in the peripheral, it worked fine with higher data rate.
Which things limited the sample rate? How can I send the data at higher speed (like ~1000 samples/second)?
Thanks in advance!