A quick look at the data sheet explains the issue:Hello
A search on Google couldn't get me an answer. I need to switch two and a half amps at five volts. The 2n2222's are failing. What's the next size up so to speak transistor that might handle that?
Thanks

Hi, I'm switching 1.3 amps. Just wanted some overate.Well a 2N2222 NPN transistor has a max current of 800 mA or 0.8 Amp and you are switching 2.5 Amps. No clue what you are trying to do but if possible my first choice would be a N Channel logic level MOSFET. Please better define your project.
Thank you WBahn for the data sheet.
Ron
That's good, and a factor of two is a reasonable starting point. Of course, that means that your actual current is still nearly twice what the transistors are rated for.Hi, I'm switching 1.3 amps. Just wanted some overate.
It always amazes me when someone tries to use a component where the data sheets limits are severely exceeded (by a factor of over 3 here).I need to switch two and a half amps at five volts. The 2n2222's are failing.
I was in a pinch and wanted to keep the project momentum going. I was well aware of the 800ma limitation and the 50 cent transistors did last long enough to prove the circuit out. I ordered what Samr suggested. Today I'll put two in parallel I was in a rush yesterday, my girl calling me up from the basement to mow the lawn and all.It always amazes me when someone tries to use a component where the data sheets limits are severely exceeded (by a factor of over 3 here).
Why did you not read the data sheet where it says the max 2N222's collector current is 800mA?
Note that a BJT requires a control base current of 1/10 of the collector current to turn on with minimum voltage drop, so that would be 130mA for a 1.3A load.
To reduce the control current to zero with low power dissipation, use a logic-level type MOSFET as a switch with an on-resistance of <0.1Ω, which will keep the dissipation well below 1W, so it won't require a heatsink.
Initially you mentioned:Note that a BJT requires a control base current of 1/10 of the collector current to turn on with minimum voltage drop, so that would be 130mA for a 1.3A load.
You also want to handle a stall current if you are driving a motor. Anyway a 1.3 amp load will need about a 130 mA base drive current. If you plan to use a uC like an Arduino you better start thinking MOSFET, like a FQP30N06L or similar.I need to switch two and a half amps at five volts.
Apparently you didn't understand what the absolute maximum rating meant.I was well aware of the 800ma limitation and the 50 cent transistors did last long enough to prove the circuit out.

What you're looking for is an IRLZ44N. Logic level FET that can handle the current.Hello
A search on Google couldn't get me an answer. I need to switch two and a half amps at five volts. The 2n2222's are failing. What's the next size up so to speak transistor that might handle that?
Thanks
Learning mosfets, is that a whole new ball game? I barely have a handle on bpj's. Thank for the above info.What you're looking for is an IRLZ44N. Logic level FET that can handle the current.
In this vein, using a Mosfet is superior because you use voltage to switch current with a MosFET, not current to switch current (like a BJT). How much current a device handles is a function of how hot it's internals (junction temperature) can get (and be dissipated). Use a heatsink.Learning mosfets, is that a whole new ball game? I barely have a handle on bpj's. Thank for the above info.