J
Jonathan Kirwan
James Arthur wrote:
[...]
I missed the part where we were designing a watch oscillator
with a 5-year life, 100kHz +/- 5ppm 0-40ºC. (If we wanted to
do that the lower frequency makes 2n3904s sing even sweeter
I thought we--Jim, John Fields and I--were just having some
fun with a nonsense requirement. Yeah, I could
do any and all of what you want, but that's not the
assignment.
Wanna play? Post your favorite circuit.
Ok, example:
3.3V 3.3V
| |
\ \
/ 1M /
\ 1M \
/ /
| |
| |
o-------o-------. '-------o-------o
| | | 2.2p| | |
| \ --- --- \ |
| / --- --- / |
| \ 2M |2.2p | \ 2M |
| / | | / |
| | | | | |
\| --------)---------' | |/
|-----' | -o-----|
<| '---------------' |> BFP620
| BFP620 |
GND GND
(created by AACircuit v1.28.6 beta 04/19/05 www.tech-chat.de)
Forgive the lousy schematic, I am not used to these ASCII editors.
Anyhow, 3.3V is beyond the BFP620's 2.3V limit but there are similar
oens that reach there. Uses around 5uA in SPICE. Thing is, with a 2N3904
this won't work at all. It's capacitances snuff it out. Of course this
is rather hokey in terms of stray capacitance and would need the usual
"anti-RF" precautions such as ferrite beads or at least small resistors
in front of the bases.
Here's the same version, generated by a program I wrote directly from
an LTSpice schematic. No need to work with an ASCII editor:
: V+ V+
: V+ | |
: | \ \
: | / R3 / R4
: | \ 1Meg \ 1Meg
: --- / /
: - V1 | |
: --- 3.3V | |
: - +-----+-------, ,--+------+
: | | | | | | |
: | | \ | | \ |
: | | / R1 | | / R2 |
: gnd | \ 2Meg | | \ 2Meg |
: | / | | / |
: Q2 c\| | | | | |/c Q1
: PN5179 |---+ | | +----| PN5179
: e<| | | | | |>e
: | | | | | |
: | --- C1 | | --- C2 |
: | --- 2.2p | | --- 2.2p|
: | | | | | |
: gnd '-----------' | gnd
: | |
: '------'
: .tran 100u
:
: .model PN5179 NPN (Is=69.28E-18 Xti=3 Eg=1.11 Vaf=100
: + Bf=282.1 Ne=1.177 Ise=69.28E-18 Ikf=22.03m Xtb=1.5
: + Br=1.176 Nc=2 Isc=0 Ikr=0 Rc=4 Cjc=1.042p Mjc=.2468
: + Vjc=.75 Fc=.5 Cje=1.52p Mje=.3223 Vje=.75 Tr=1.588n
: + Tf=135.6p Itf=.27 Vtf=10 Xtf=30 Rb=10)
Note that everything I used is included. I could add comments and
those would be included on the ASCII version, as well. Also, boxes
and so on, too, if I'd used them to 'enhance' the schematic.
By the way, I used the PN5179 here, which is available and in stock at
Mouser and costs 8 cents each if you only buy one at a time.
http://www.mouser.com/Search/ProductDetail.aspx?qs=FITO//QgYDloC2us%2bTmgRg==
Jon