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

"Ideal" supply voltage for nRF52 to maximize efficiency?

I have the opportunity to select the voltage of the power supply feeding an nRF52. There no other chips in the system, thus there are no other constraints on the voltage. I realize that the nRF52 manages the usage of its internal LDO and DCDC converter; that's not the issue. Within the acceptable range of supply voltages for the chip, is there one which maximizes efficiency, taking into account the efficiency of the DCDC converter, etc.? If we were running only on the LDO, then a lower input would make sense, but the DCDC complicates the picture. I've not been able to find as much data on this topic as exists for the nRF51.

Thanks, Scott

Parents Reply Children
  • Hi Øyvind, Thank you for pointing me at the profiler. I've played with it, and the average current appears to be linear with supply voltage, with the lowest current at the highest voltage. I note that the DCDC converter is assumed to be enabled. I have a couple of questions as a result:

    1. Does the model assume the DCDC is always operating during the period of the calculation, or is it being turned on and off under the control of the PMU?
    2. In our application, there will be long periods of idleness. Is it correct to assume that the PMU will decide to turn off the DCDC during those periods and instead enable the LDO?
    3. Am I correct in thinking that, when running on the LDO, the lower supply voltage would be preferable to minimize the voltage drop across the LDO?

    Thanks, Scott

  • The chip automatically selects LDO or DCDC (as long as you have it enabeled in HW and FW) based on which is the most efficient. Typically the DCDC is only used when you have high current draws, such as radio or CPU activity.

  • Hi Øyvind, yes, I understand that. It's a very nice feature. However, what I'm trying to understand is, what is the best choice for the voltage, so that the overall efficiency is maximized? In other words, if you could choose any voltage in the valid VDD range, what voltage would that be?
    Thanks, Scott

  • You pretty much answered your questionin your first reply. Go for the voltage that the calculator spits out as the most efficient wrt. total power consumption (ie. voltage times average current draw).

    One thing to keep in mind is that you might be restricted in your choice of battery by the inrush current (10-15 mA) needed to power the chip when it goes in TX.

Related