I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
I need to measure with SAADC two channels in the same time (NRF_SAADC_INPUT_AIN6 and NRF_SAADC_INPUT_AIN4).
Is possible ?
Have you an code example?
Thanks
Marco
There is only one ADC - so you can only measure 1 input at any one time.
But the ADC can "scan" through each configured input
Have you an code example
Yes, there is an SAADC example in the SDK.
IIRC, it scans three inputs.
There is only one ADC - so you can only measure 1 input at any one time.
But the ADC can "scan" through each configured input
Have you an code example
Yes, there is an SAADC example in the SDK.
IIRC, it scans three inputs.