Dear All,
I am using NRF52840 DK with SDK13.0. I am trying to use one SAADC channel (CH 1) to record input signals at 200 kHz to fill a buffer of 2000 points. After the buffer is full (2000 points collected), the data will be trasfered to my PC via NRF Connect. The sampling event will be triggered by Button 1 on the NRF52840 DK.
I would like to just get 2000 points per buttion on/off. Can someone give me some idea about this function? I am using the example from Github here, but still have not figured this out.
Would you please let me know how to set the sampling frequency to be 200 kHz? How to trigger the SAADC once to get 2000 points? And do I have to divide the 2000 points into 100 packages to sent them to the receiver?
Many thanks in advance.
Hai