Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

What is the difference between level shifter, voltage regulator and dc-dc converter? As I know, voltage regulator is used to produce constant output voltage from high voltage; level shifter is used to convert one voltage into another voltage; dc-dc converter is used to convert dc level into different level ? Is it correct ? If I want to convert 5V voltage supply to 2.5V, I need to use regulator, level shifter or dc-dc converter?

share|improve this question

2 Answers

A level shifter is usually a part that converts digital signals from one logic standard to another. It might also be called a translator. For example, the MC14504B converts TTL logic signals to CMOS levels, and a MC10H607 converts PECL signals to TTL. A level shifter isn't meant to provide power, it can only source as much current as its target logic levels require.

The terms voltage regulator and dc-dc converter are somewhat overlapping. Classic linear regulators are almost always called regulators. Linear regulators can only be used to produce a lower voltage from a higher one. Switching supply circuits might be called regulators or dc-dc converters. (Purists might claim that the regulator is just one part of a dc-dc converter circuit. That is the regulator is what provides the feedback control, whereas the dc-dc converter is a complete circuit including external magnetics, switching transistors or diodes, etc.) Switching supply circuits include different types that are able to produce either lower or higher voltages from an input voltage.

To produce 2.5 V from 5 V, you can use either a linear regulator or a "buck" switching converter.

share|improve this answer
Thanks for your explanation. If I want to convert 2.5V to 5V, that means I need to use boost converter? Can I use linear regulator in this case? – nee Oct 5 '12 at 2:13
@nee, just as I said "Linear regulators can only be used to produce a lower voltage from a higher one." If your current need is small, there are alternatives to boost converters. But if you need more than about 100 mA, yes, you need a boost converter. – The Photon Oct 5 '12 at 15:50

A level shifter is used between digital circuits in order to convert "high" and "low" as used by one of the circuits into "high" and "low" as used by the other. That both circuits usually use 0V for "low" is incidental.

A voltage regulator is used to take a possibly unstable voltage source of higher voltage and produce a smooth output voltage.

A DC-DC converter is used to provide one voltage given another as input. They usually have a voltage regulator in the output section.

To convert a 5V power supply into a 2.5V power supply you could use either a DC-DC converter or a voltage regulator; a level shifter would not be appropriate for this application.

share|improve this answer
Thanks for your explanation. Can I know why I cannot use level shifter in this case? – nee Oct 5 '12 at 2:14
You could, if your power draw was low enough. But it would still be inappropriate. – Ignacio Vazquez-Abrams Oct 5 '12 at 4:55
Except for power consumption, what factors need to be considered ? – nee Oct 5 '12 at 6:23
The fact that that's completely not what it's for. – Ignacio Vazquez-Abrams Oct 5 '12 at 9:55
@nee, a level shifter normally needs you to provide power supplies at both levels involved. So it doesn't let you produce 5 V if you don't already have 5 V. – The Photon Oct 5 '12 at 15:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.