Wednesday 25 February 2015

saturation - BJT - absolute maximum base current?


Let's look at the datasheet for an MMBT3904, just for example. The absolute maximum section talks mostly about maximum voltage differences, and a single current limit - the collector current.


I'm used to using these, and similar BJTs as saturated switches. And I get that once you have a base current that is sufficient that the Hfe causes the collector current to max out... I'm good to go.


When I was a kid, I didn't know this stuff as well as I do now (which says a lot), so I tried setting up saturated BJT switches with no base resistor. So I'd pump way, way too much current from the base to emitter and blow it apart. I'm older and wiser now.


But the question still stands: From the absolute maximums on the datasheet, how do I calculate what is effectively the absolute minimum base resistor? That is, the absolute maximum amount of base current before the blue smoke is released?



Answer



I suspect that power dissipation would be the limiting factor.


Normally you'd only be concerned with (Vce x Ic) since (Vbe x Ib) would be insignificant in comparison.
But if you're driving the hell out of Ib it'll become far more of a significant term.



No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...