MrAl,
Let us both quit postulating about what happens, and try to determine what is going on from a circuit analysis program. It has been years since I used one, but yesterday I downloaded LTSpice free for nothing from Linear Technology's Website. I spent a good part of the evening installing it, and getting up to speed using it. I was mostly using generic models that came with the program, and the result were not too good. I showed a startup oscillation of 4 or 6 cycles before Q2 stabilized in the cutoff state. This causes the diode(s) to fry, unless I add some resistance to the coil.
So, what I need from you is some information.
1) What resistance are you using for the coil?
2) How many diodes are there? Your schematic shows a LED and a iLED, which I infer is a infrared LED. Would you clear that up?
3) The program came with a PSpice model of a 2N4403, but not a 2N4401. So could you send me the PSpice models of the components you are using, or tell me where I can download them.
I want to duplicate as close as possible what you are doing. Then when I get to run satisfactorily, we can compare notes.
Until I hear from you.
Ratch
Hi again Ratch,
I read your post a while back and it talked about two diode drops. Where are you saying these diode drops are?
iLED simply indicates "the current through the LED" instead of say i(LED).
vLED would mean "the voltage across the LED".
It's just shorthand, and other examples are say
iR1 for the current though R1,
vC2 for the voltage across C2,
etc., it's like camelback but starts with a lower case letter to indicate the type of parameter.
The resistance of the real life coil could vary from say 1 ohm to 10 ohms, i'll try to measure the actual value
as soon as possible. It's strange that i didnt do this already, or else i did it way back when and forgot to
log it with the schematic. I am using 5 ohms with my inductor value of 100uH.
That schematic BTW is of a real life circuit in a commercial product named, "The Brinkmann Long Life LED Flashlight".
The transistors are marked as shown in parens, but i substituted those two '2N' transistors because they are more common.
The models required are for the white LED Nichia, the 2N4403, and the 2N4401, and i thought that those two transistors came
with LT's Switchercad, but i'll post all the models here now:
Code:
.model 2N4401 NPN(Is=26.03f Xti=3 Eg=1.11 Vaf=90.7 Bf=4.292K Ne=1.244 Ise=26.03f Ikf=.2061 Xtb=1.5 Br=1.01 Nc=2 Isc=0 Ikr=0 Rc=.5 Cjc=11.01p
+ Mjc=.3763 Vjc=.75 Fc=.5 Cje=24.07p Mje=.3641 Vje=.75 Tr=233.7n Tf=466.5p Itf=0 Vtf=0 Xtf=0 Rb=10 Vceo=40 Icrating=600m mfg=Fairchild)
.model 2N4403 PNP(Is=650.6E-18 Xti=3 Eg=1.11 Vaf=115.7 Bf=216.2 Ne=1.829 Ise=58.72f Ikf=1.079 Xtb=1.5 Br=3.578 Nc=2 Isc=0 Ikr=0 Rc=.715 Cjc=14.76p
+ Mjc=.5383 Vjc=.75 Fc=.5 Cje=19.82p Mje=.3357 Vje=.75 Tr=111.6n Tf=603.7p Itf=.65 Vtf=5 Xtf=1.7 Rb=10 Vceo=40 Icrating=600m mfg=Fairchild)
.model NICHIAWHITE20MA D(Is=5.12809n Rs=2.25 N=8.1397 Cjo=42p Iave=20m Vpk=5 mfg=Nichia type=LED)
Also, the battery had to be dropped to 2.5v in Switchercad for some reason, and i added 0.2 ohms of series resistance
just to get close to real world values.
As another handy circuit addition:
Because this circuit bangs the LED with pulses rather than a smooth DC current (to reduce parts count eliminating
a diode, cap, and whatever else) it is very handy to be able to measure the average dc current rather than the peak
pulsing current. Adding a 1 ohm resistor in series with the bottom leg of the LED, then another 1k resistor from
the LED cathode (lower leg) to a 0.1uf capacitor, other end of cap to ground, then monitoring the voltage
across the capacitor and doing a
simulation of up to 0.005 seconds. The voltage across the capacitor after a time equals the average current flowing
through the LED, with a little ripple where approximately the center (vertically) of the ripple is very close to the
true average voltage which is calibrated (because of the 1 ohm) to equal current exactly...thus 20mv equals 20ma.
If you feel that that changes the circuit too much (although really it doesnt) then you can use a 0.1 ohm resistor
from the LED cathode to ground but you'll have to scale in your head the voltage to get the current...ie 2mv now equals
20ma. It's a little easier with the 1 ohm resistor to sense current.
Note you can copy/paste those model statements right into the respective Switchercad files located under "...\lib\cmp\"
and next time Switchercad is opened those models will be available too.
I am happy to hear that you are interested in this circuit BTW. It's got educational value i believe that everyone should
look at at least once in their career. For illustrating my point about collector current though, we could have resorted to
the simpler one transistor forced base voltage circuit, but heck this boost circuit makes it more interesting anyway
