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

Unable to read ADC on nRF52840 Preview DK using the SAADC example.

I'm running the SAADC example from the nRF5_SDK_17.0.0_9d13099 SDK. I didn't add any modification to the code. except for replacing NRF_LOG with printf. 

The power supply of 1.0 V is applied to the p0.03 (A0) pin on the board (ground from the power supply is connected to the GND on the board).

I'm getting the following values which are the same as in the case when the power supply is not connected.

SAADC HAL simple example started.ADC event number: 0
19, 34, 38, 26, 14,
ADC event number: 1
8, 14, 23, 40, 34,
ADC event number: 2
18, 10, 9, 16, 32,
ADC event number: 3
38, 27, 13, 8, 11,
ADC event number: 4
20, 35, 38, 28, 13,
ADC event number: 5
9, 12, 19, 36, 37,

If anyone can tell me what can be wrong with this test setup I would appreciate it.

Parents Reply Children
Related