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!!
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!!
Hi Stian,
Thanks for the reply. In the nrF52840 DK, there is a switch to select "nRF Only" | "Default".
Currently set to "Default". May I know:
1. What is the purpose of this switch?
2. If it only powers the nRF chip? If so from where does it get power?
Thanks!
You can power the nRF directly from the external power header, if you set SW10 (VEXT->nRF) to ON. The problem is that this only works in normal voltage mode. For high voltage mode there is no way to power only the chip.
Hi Stian,
Thank you very much for the information.