Well, for a NPN transistor, the voltage from Base to emitter will be around 0.7V, one diode drop.
If the Ardiuno put out 5V, and you wanted to limit current flow to 20mA, then:
(5V - 0.7V)/.02 = 215 ohm.
You could go lower, say to allow 35mA:
(5-.7)/.035 = 125 ohm
However, output voltage will start dropping as current increases, and in fact the High out may be as low as 4.2V, see Table 29-1 in the '328P datasheet.
For higher currents, it could be expected to droop even more.
(4.2-.7)/.02 = 175 ohm
So for values less then 175, measure the voltage across the resistor, and do the math to see what current you are getting:
(V1 - V2)/resistor = current.
For 6A you want one with an Ron of 15 milliohms or less without a heatsink,
or 30 milliohms or less if you use a small heatsink capable of dissipating a couple of
watts.
Needs to be logic level and 20V or more Vds for resistive load, Vds 30V or more if
inductive (in which case a flyback diode maybe needed if the avalanche rating of
the MOSFET isn't up to the load or you are using PWM).
Don't be confused by the Vthr or current ratings, go by the on-resistance, Vgs
specified for a given Rds(on) and the power dissipation rating of the case. You'll
never get close to the max current without liquid nitrogen cooling anyway1
I built a small circuit with a BDW93C and an LED.
From what I understand (from datasheet) the BD93C's Emitter-Base voltage is 5V
(I think that is what is required to turn it on fully).
Input Voltage used: 5.08V
Voltage across LED is measured when on is:
With No Resistor to Base = 3.88V
With 220 Ohm = 3.85V
With 10k Ohm = 2.91V
I would like to get MAX voltage, i.e. 5V, when the transistor is in the ON state.
What am I missing?
MarkT:
For 6A you want one with an Ron of 15 milliohms or less without a heatsink,
or 30 milliohms or less if you use a small heatsink capable of dissipating a couple of
watts.
Needs to be logic level and 20V or more Vds for resistive load, Vds 30V or more if
inductive (in which case a flyback diode maybe needed if the avalanche rating of
the MOSFET isn't up to the load or you are using PWM).
Don't be confused by the Vthr or current ratings, go by the on-resistance, Vgs
specified for a given Rds(on) and the power dissipation rating of the case. You'll
never get close to the max current without liquid nitrogen cooling anyway1
Hi, thanks for this.
I tried to find the Vgs for this Transistor but I can't find it on the datasheet:
That one won't fully turn on unless the Gate Voltage, Vgs, is 10V.
With 5V, it will be on a little and will likely get very hot if there is much current flowing.
What you really want to find is a Logic Level part, one that has Rds = very low when Vgs is < 4.5V.
For example, the part I suggested has:
RDS(ON) (at VGS = 4.5V) < 11.9mOhm (0.0119 ohm)
Need to find a part like that, otherwise the part will get very hot with 6A and may fail from heat damage. Even that part will likely need heatsinking.
Power dissipated in the transistor is: P = IIR, so 66.0119 = 0.43W.