This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what does this result mean?

i've done nRF5_SDK_15.2.0_9412b96 saadc example.

i changeed channel_config like this

nrf_saadc_channel_config_t channel_config =
        NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE(NRF_SAADC_INPUT_VDD);

and result is here

what's the value of 9xx meaning?

is is mAm? or something else?

Related