Electrical – LDO, linear regulator or DCDC buck converter

arduinodc/dc converterldolinear-regulatorvoltage-regulator

I would like to power an ESP32 in my car, so the input voltage is between 11 and 15v, and the output voltage should be 3.3v to power the Arduino board.

I thought that LDO were only for low dropout voltage. However, I saw that for example, the esp32 is powered with the usb 5v interface through a LDO ASM1117 3.3v. So the dropout voltage is around 1.7V…

Is this normal? What is the highest dropout voltage usable with LDO or linear regulator?

In my case, I think that the only way to power the esp32 is to use a buck converter, but if you have some solution with a linear regulator, I am interested for my understanding!

Best Answer

The term LDO has come to be misused -- I see folks calling plain old high dropout linear regulators "LDO".

  • LDO -- a linear regulator that is capable of operating with a low dropout. But they can still work just fine with a large difference between \$V_{in}\$ and \$V_{out}\$
  • Linear regulator -- any regulator that works by burning up power; i.e., a regulator whose input current is substantially the same as its output current.
  • Switcher -- any regulator that works by switching power through an inductor (I'm purposely ignoring charge pumps here). Generally more efficient than a linear regulator when \$V_{in}\$ is substantially higher than \$V_{out}\$

You can use a linear regulator, LDO or not. But at worst case it'll burn up (13V - 3.3V) * (output current + regulator current). That means that (A), you have to supply that power, and (B) you need to pay attention to thermal issues. That regulator will be the hottest part of your board, and it's heat sink may be the biggest feature of your board. They will have problems if they get too hot, and thermal issues can get very un-trivial. Maybe you can stand that, maybe not.

You could also buy a switching regulator module -- they make them to be pin-compatible replacements for the popular linear regulators. It's not at all a bad way to go if you don't have the circuits chops for a switcher, or if you just don't want to bother.