I want to enable a timer to start SAADC Multiple Channel and get value of each channel after every 1 seconds.
There are many questions on how to enable a timer to start SAADC conversion every period. But never found a simple example.
I want to enable a timer to start SAADC Multiple Channel and get value of each channel after every 1 seconds.
There are many questions on how to enable a timer to start SAADC conversion every period. But never found a simple example.
Hi,
Are you using nRF5SDK or NCS?
regards
Jared
I'm using nRF5SDK
The SAADC example in the nRF5SDK shows you how to setup sampling by using a timer with PPI. The example samples one channel every 400 ms.
You have to:
Triggering the SAMPLE task will cause the SAADC to sample each enabled channel.
regards
Jared
The SAADC example in the nRF5SDK shows you how to setup sampling by using a timer with PPI. The example samples one channel every 400 ms.
You have to:
Triggering the SAMPLE task will cause the SAADC to sample each enabled channel.
regards
Jared