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

NRF 52840 DK Battery Level Reading

Hi All,

I am trying to implement a battery level reading app using NRF52840 DK. It seems I am receiving a timeout from saadc.

In order to run on the Lithium battery, should we set the switch to VDD or Li-Po?

Thanks!!

Parents
  • Hi Radio,

    I am guessing this is about SW9. SW9 is used for selecting the power source.

    • Li-Po: The nRF chip is powered by the Li-Po header on VDDH (high voltage regulator, REG0). The VDD domain on the DK has the same voltage as the output of REG0 (using a voltage follower, 1.8V as default)
    • USB: Same as above except that the chip is powered by the nRF USB connector.
    • VDD: Chip is powered from VDD domain, disabling the high voltage regulator. VDD domain is either USB, external supply or battery holder. When SW10 is ON, the chip is always powered from external supply.

    So setting it on VDD should give correct measurements.

  • Hi Susheel,

    Currently I have connected nRF52840 DK to the USB. Li-Po battery also in place. SW9 selected as VDD. SW10 is OFF.

    In my code I am using NRF_SAADC_INPUT_VDD config as for my SAADC channel (This time I am now using the SAADC example given by Nordic).

    In this scenario, I measure VDD as 3.0 V and is it correct to say that VDD value is from the USB power supply?

    If I really want to measure the Li-Po power, should I simply select Li-Po in SW9 and use NRF_SAADC_INPUT_VDD?

    Should I disconnect USB cable before doing so?

    Thanks!!

  • Radio.

    There is no battery reading circuitry on the DK and if you are connecting the VDD to the saadc then you will just measure the output of REG0 regulator and not the battery level.

    For LiPo, you need to make a voltage divider circuitry over VDDH and GND and make this as the source to one GPIO which is used by saadc to sample.

Reply Children
Related