Electronic – BJT Driving an LED – Above or Below

bjtled

I will freely admit that I am mainly digital when it comes to electronics, so may help explain my confusion (that or just general incompetence).

I am getting review feedback on a design, and one thing that keeps bugging me is that placing a BJT below the LED keeps being labelled as 'wrong'. Is this a major issue or just a convention or is the reviewer just being annoying?

schematic

simulate this circuit – Schematic created using CircuitLab

NOTE: The circuit is a sketch, ignore actual part numbers or values.

Best Answer

The significant difference here his where the currents go.

With a BJT it doesn't just "act like a switch" - that is the end result you see at the high level, not what it actually does.

What actually happens is you apply a current to the base, and that then flows through the transistor and out of the emitter down to ground. At the same time it allows proportionally more current to flow from the collector down through the emitter to ground.

We'll call these two currents \$I_B\$ and \$I_C\$ for the Base and Collector currents respectively.

So in the left hand schematic, the \$I_B\$ flows through the base resistor, then the BJT, and to ground. \$I_C\$ flows through the LED's resistor and the LED, then the BJT, and to ground. \$I_B\$ is set by the base resistor alone.

But, in the second circuit, \$I_B\$ flows through the base resistor, through the BJT, then through the LED's resistor and the LED. \$I_C\$ also flows through the BJT then through the LED's resistor and the LED. So the LED and its resistor get both \$I_B\$ and \$I_C\$.

Consequently the current \$I_B\$ is being set by both the base resistor and the LED's resistor, and also the voltage drop across the LED. Also the voltage drop across the LED's resistor is not just from \$I_C\$ but from both \$I_B\$ and \$I_C\$ combined.

So from an easy to understand point of view the left-hand circuit is best. However, the right-hand circuit does have some advantages. Mainly because the base current \$I_B\$ is set by two resistors it may be possible to remove one of them (the base resistor) and just have the one resistor in the circuit to limit both the base current and the LED's current. That can save on parts, and if you have a lot of these circuits in you design that reduction in parts can soon add up.