home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / electron / 14661 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.6 KB

  1. Path: sparky!uunet!ogicse!plains!news.u.washington.edu!milton.u.washington.edu!whit
  2. From: whit@milton.u.washington.edu (John Whitmore)
  3. Newsgroups: sci.electronics
  4. Subject: Re: CMOS Oscillator
  5. Message-ID: <1992Aug20.235204.25395@u.washington.edu>
  6. Date: 20 Aug 92 23:52:04 GMT
  7. Article-I.D.: u.1992Aug20.235204.25395
  8. References: <1992Aug18.140051.10073@donau.et.tudelft.nl>
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: University of Washington, Seattle
  11. Lines: 60
  12.  
  13. In article <1992Aug18.140051.10073@donau.et.tudelft.nl> elmar@dutentb.et.tudelft.nl (Elmar van Ginneken) writes:
  14.  
  15. >What I am looking for is a low power oscillator (<.5 mA @ 5V) running
  16. >at a frequency of roughly 1 MHz.
  17. >However, the frequency-determining component should be an inductor with
  18. >a value of approx. 75 uH. (YES, I'm trying to measure inductance-change..)
  19.  
  20.     You can make an RL oscillator with a CMOS Schmitt trigger
  21. gate; the time constant is L/R, so your 75 uH inductor will 
  22. require about a 470 ohm resistor.  That would draw too
  23. much current, so try:
  24.  
  25.  
  26. +5---------VVVVV--+---VVVVV---GND
  27.                   |
  28.                   +---VVVVV--+
  29.                   |          |
  30.                   -          +----<Lx>----+
  31.                   -          | |\         |
  32.                   |          +-| >O-------+
  33.                  GND           |/
  34.  
  35. with the two top resistors circa 10k ohms, and the capacitor
  36. 1uF (preferably ceramic).  The current from the inverter (a 74HC14
  37. would be best) will come to about 2 mA AC; it would be prudent
  38. to use several inverters in parallel to generate this much
  39. current.  You get six to a package, so:
  40.  
  41.  
  42.      |\     |\     |\
  43. -----| >O---| >O-+-| >O--+
  44.      |/     |/   | |/    |
  45.                  |       |
  46.                  | |\    |
  47.                  +-| >O--+
  48.                  | |/    |
  49.                  |       +------
  50.                  | |\    |
  51.                  +-| >O--+
  52.                  | |/    |
  53.                  |       |
  54.                  | |\    |
  55.                  +-| >O--+
  56.                    |/
  57.  
  58. will be the full 'expansion' of the inverter.
  59.  
  60.     The problem here is that the current drain will come to nearly
  61. three mA; without using an oscillator that has a lower threshold
  62. voltage than CMOS Schmitt triggers, the inductors you are using
  63. cannot achieve oscillation at these frequencies with the 0.5 mA
  64. current you require.
  65.  
  66.     So, you will want to raise the resistance, thus lowering
  67. the frequency (to one kHz or so), and use a PLL to generate
  68. a tracking 1MHz signal; this requires three more IC's, a 74HC4046
  69. for the PLL and two MC14520's for the dividers (or perhaps one
  70. 4060 or 4020 or 4040 for the divider).
  71.  
  72.     John Whitmore
  73.