meter still works without the fuse.I don't know. It depends on the meter.
Take the fuse out and try it.
I think most meters only have fuses on the current settings.meter still works without the fuse.
All simulators that I know of, particularly SPICE-based ones, use the convention (which is consistent with most device manufacturers) that the current at a device pin is defined as the current flowing INTO the pin. For two-terminal devices, the current flowing through the device is defined as the current flowing into INTO pin #1. For voltage sources, pin 1 is pretty universally defined as the positive terminal. So your simulation is saying that you have -17.2 mA flowing into the positive terminal of V1, hence it's really 17.2 mA flowing out of that terminal.I finally got around to simulating a 2N3904 NPN, like in post #95. This simulation uses actual models (not Eagle defaults) for the Red LED and the 2N3904. Most of it makes sense, 1.77V across LED. But what's up with the negative current?!?
View attachment 286056
The -17.185 mA is the current flowing INTO the emitter, hence it's +17.185 mA flowing out of it.Here is the simulation on CircuitMaker.
View attachment 286066
Base voltage is 0.746V.
It also gives 15.122mA flowing into collector of Q1 and -17.185mA flowing out of the emitter.
I looked up your meter to see what it says about the specs. First I followed your link on Amazon and discovered immediately that the description is misleading and contradictory. They say in one spot that the meter cannot be used to measure AC current or capacitance, but further down they clearly indicate that these are functions it has. In another spot they claim that it can measure frequency and temperature, which is clearly not the case. I then looked up the manual and it doesn't say what any of the input or burden resistances are. But it does say that the fuse is easily replaceable similar to the battery.meter still works without the fuse.
I don't have 10M, so I substituted 100k.R1 = 1kΩ, R2 = 1kΩ
R1 = 10kΩ, R2 = 1kΩ
R1 = 10kΩ, R2 = 10kΩ
R1 = 1kΩ, R2 = 10kΩ
R1 = 1MΩ, R2 = 1MΩ
R1 = 10MΩ, R2 = 1MΩ
R1 = 10MΩ, R2 = 10MΩ
R1 = 1MΩ, R2 = 10MΩ


Probably just the LED NPN models used. We both get exactly the same emitter current (-17.185 mA). LED Vf is slightly different, mine is 1.77v, your is 1.82v.Something is not quite right with the simulation.
You should not be getting 0.9V across the base-emitter junction.
About 0.7V is expected.
No. It does not depend on the model of the LED.Probably just the LED NPN models used. We both get exactly the same emitter current (-17.185 mA). LED Vf is slightly different, mine is 1.77v, your is 1.82v.
Unfortunately, Eagle doesn't let me leave the collector unconnected.No. It does not depend on the model of the LED.
It is the forward voltage of the base-emitter junction of Q1 which behaves like a P-N silicon rectifier.
I removed R1 and LED from the circuit and left the collector not connected.
The simulation gives 0.721mV on the base of Q1.
Try putting R1 = 1MΩUnfortunately, Eagle doesn't let me leave the collector unconnected.
1M, 10M, 1u, 100u, all give the same result. So maybe the 2N3904 model is not right? This is what I found on the internet:Try putting R1 = 1MΩ
or replace R1 with a capacitor.

Which is actually better than your CircuitMaker simulation.There is something not quite right.
Voltage across R2 is V2 = I2 x R2 = 0.002 x 4700 = 9.4V
V2 + Vbe = 9.4 + 0.946 = 10.3V
Your supply voltage is V1 = 9V


It is counterintuitive. The thing to remember is that the simulator has to define a direction for all currents and it has to do it in a way that is consistent for all devices. To the simulator, a source is just another component with pins.I think @WBahn is right about the convention of the current into/out of the battery.... which seems so counterintuitive to me.
You are correct. I didn't catch that, and I really should have.It doesn't seem to take 4k7 the same as 4.7k, actually I think - Eagle thinks - 4k7 is simply 4000, it ignores the 7. So this math works out better, although it's still a different Vbe than yours.
View attachment 286108