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

SAADC read on VDD giving a dip in value every 1 to 1.5 hours for approx 2 mins

So I am using nRF52811 and I have noticed the battery voltage going at a constant rate and suddenly for a time of 2 mins the Voltage value (ADC) dips and it comes back to normal after approx 2 mins (sometimes very exact).

What could be the potential cause of it?

The code for the event is:

And initialization is:

Let me know if more information is needed.

Parents
  • Have you checked if there is loading on battery before sampling? For example the radio can cause significant voltage droop on coin cells, there's some oscilloscope captures at blog.ruuvi.com/ruuvi-firmware-part-13-battery-measurement-synchronized-to-radio-a0a4dba1e002

  • So so I am sampling on radio activity enable:

    Would performing the sampling on radio activity disable fix the issue:

Reply
  • So so I am sampling on radio activity enable:

    Would performing the sampling on radio activity disable fix the issue:

Children