Frank Bemelman wrote...
Wouter van Ooijen wrote...
I assumed leaving out only the resistor between e-b of the
upper PNP. You would still need one resistor between collector
of the lower NPN and the base of the upper PNP, to limit the
base current for the PNP.
That's what I meant. In practice the circuit that drives the first NPN
will have some resistance to ground. It can be a push-pull output of
a logic gate or something. If the driver is another emitter of a NPN
transistor, you get 800 * 800 * 800. You have to stop somewhere
So, I figured the thread was only about leaving out the resistor between
b-e of the upper PNP. Which does not seem too bad, if it is simple
low speed switching.
There are other ways to save parts, without compromising reliability.
In case you missed my post, in one of the other forks in this thread...
Here's a classic level-shifting pass-element switch, four resistors.
.. hv in ---+--- E C ------- out
.. | B pnp switched
.. R2 |
.. | |
.. '------+
.. |
.. R4
.. |
.. C
.. logic -- R3 -+- B
.. control | E npn
.. R1 |
.. | gnd
.. gnd
Current-switched level shifting, by contrast, saves two resistors
and also has a few other advantages (there is a requirement that
the switched voltage be higher than the logic-control voltage).
.. hv in ---+-- E C ------- out
.. | B Q2 switched
.. R2 2.7k | pnp
.. | |
.. '-----+
.. |
.. C
.. logic ----- B Q1
.. control E npn
.. 5.0V |
.. R1 4.3k
.. |
.. gnd
The current provided by R1 is the desired base-drive current, plus
the base discharge current Vbe/R2. The base-drive current level is
provided independently of any changes in the switched power voltage.
The circuit is suitable for switching high voltages, for example
if Q1 is a mpsA42, up to 300V can be switched. If Q2 is a MOSFET,
chose R2/R1 to provide about 12V of gate voltage for the ON state.
.. hv in ---+-- S D -------- out
.. | G Q2 switched
.. R2 12k | MOSFET
.. | | p-channel
.. '-----+
.. |
.. C scale resistor values
.. logic ----- B Q1 according to desired
.. control E npn MOSFET switching speed
.. 5.0V |
.. R1 4.3k
.. |
.. gnd
Note, no Q1 base-emitter resistor is needed for the OFF condition,
because the logic-control line is strongly driven to ground, which
bypasses any leakage currents, and also rapidly turns off Q1.