PNP TIP125 big voltage drop over CE

Thread Starter

svt

Joined Jan 20, 2019
4
I'm working on a transistor switch to put on my raspberry pi through an arduino GPIO in.

The transistor setup works for lighting a led but there seems to be a big voltage drop over CE (5 volt CE volt becomes 4.4 volt when put a load on collector side)
The raspberry pi only starts when the input voltage is at least 4,7 volts.

If I measure between Collector ('Voltagehere' in schema) and ground, its 5 Volts, unless there is an actual load in between. Measuring at the same point ('Voltagehere' in schema) and ground the total voltage is only 4,4V. Its should still stay 5V I guess as I'm measuring before the load and ground?

Cant find a solution after days :(
 

Attachments

Thread Starter

svt

Joined Jan 20, 2019
4
I never really worked with spice but I guess its a good scheme. I picked an similar PNP as the TIP125 is not in the standard lib.

It only works if I up the voltage to 5.5 volt but that's not the way it should work..
 

Attachments

ScottWang

Joined Aug 23, 2012
7,498
The R3 is too big, how much current of Load?
Assuming that the current of Load is 100 mA then the R3 should be like this --
TIP125 as Q2.
Ib2 = Ic2/10 = 100 mA/10 = 10 mA
R3 = (5V - 0.7V(Vbe_Q2) - 0.2V(Vce_Q1))/Ib2
= 4.1V/10mA
= 410 Ω
 

Thread Starter

svt

Joined Jan 20, 2019
4
The raspberry pi (in the scheme replaced by the led) draws max 1 Amp

The transistor setup works but it's not delivering 5V over collector (only 4.4)
Even with the leds instead of raspberry pi in place as the load.

I replace the base resistor with 560 ohm one, still does the job but still with big voltagedrop.
 
Last edited:

Sensacell

Joined Jun 19, 2012
3,768
If your load is a Raspberry Pi, then don't use a bipolar transistor to switch the power.
The Vce even in the best saturation is still going to eat a few 100 milivolts of your Vcc.

Use a MOSFET with a really low Rds-on, less than 20 milliohms.

Those computers are sensitive to supply voltage variations, don't make it a marginal situation.
 
Top