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

LDO vs DCDC (nRF51822)

I am not quite certain what the advantages/disadvantages are of using LDV vs DCDC if you are using an external regulator. In my case i use a LiPo battery outputting ~4.2V so i need to drop the voltage down to something 1.8-3.6V for the nRF51822.

Would it be more power efficient to use the LDO @ 1.8V or DCDC at some higher voltage like 2.0V? Either is an option im just not sure since i hear DCDC is more power efficient than LDO.

  • Stefan, you mention the startup time of the DCDC, but this is not mentioned in any of the Nordic documentation, nor are any figures or ranges of figures given for the startup time. Is there any data on this, published or unpublished, as minimizing the device current by late enabling of the DCDC (immediately prior to radio use) is something we wish to consider, so the startup time is an issue.

  • @Ken N. I assume you are talking about the DCDC recommendation for the nRF51 second revision. The startup current is described in nRF51 Series Reference manual v2.1, section 11.1.1.1, which is the latest refrence manual version for the second revision nRF51. Equation 2 states how to calculate the DCDC startup time. This mainly applies for proprietary radio operation, as we do not recommend to use the DCDC at all in combination with any of the softdevices prior to S110 8.0.0, S120 2.x.x, S130 1.0.0, S210 4.0.1 and S310 3.0.0

Related