home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / sci / electron / 19300 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  2.4 KB

  1. Path: sparky!uunet!olivea!charnel!csusac!usenet
  2. From: chenh@neptune.ecs.csus.edu (H. Philip Chen)
  3. Newsgroups: sci.electronics
  4. Subject: Re: DTMF Decoder (I know -- "AGAIN?")
  5. Message-ID: <1992Nov21.022807.19462@csusac.csus.edu>
  6. Date: 21 Nov 92 02:28:07 GMT
  7. References: <92323.19415834II5MT@CMUVM.CSV.CMICH.EDU>
  8. Sender: usenet@csusac.csus.edu (News account (alt))
  9. Organization: California State University, Sacramento
  10. Lines: 41
  11.  
  12.  
  13. John Goggan <34II5MT@CMUVM.CSV.CMICH.EDU> writes:
  14. : This comes up now and then and I'm always interested, but no one ever
  15. : seems to come up with a definate answer.  I'm looking for a schematic
  16. : for a touch-tone decoder circuit.  Something that simply takes audio
  17. : input and lights an appropriate LED for 0-9,#,*,A-D when it "hears"
  18. : it on the audio line.  I've done this project with a bunch (12-16)
  19. : seperate tone decoders and then used AND gates, but as everyone knows,
  20. : it's not a very good design and it is very sensitive to false readings.
  21. :[...]
  22.  
  23. 12 to 16 decoders is quite a lot.  Why not use a DTMF Receiver (not
  24. really called a Decoder even though that's what it does) and you'll
  25. get to solve the tone mystery with less parts?  Most DTMF Receivers read
  26. the tone(s), and sends the data out in 4-bits (hexadecimal) (can also
  27. be interfaced with a micro- controller/processor).
  28.  
  29. Anyway, if you're interested, check the databooks from various
  30. manufacturers such as National Semi, Motorola, Mitel, AT&T, et al.
  31. Those books should have the word(s) - "communications" or "tele-
  32. communications" on their covers (not the Linear databook for sure).
  33. (The keyword inside, as mentioned, is "DTMF Receiver".)
  34.  
  35. I've got a bunch of Motorola MC145436P DTMF Receivers laying around
  36. on my table right now (we're prototyping a 12-port phone switch &
  37. voice mail system (analog & digital)).  The datasheet for that chip
  38. says:  +5V supply required, detects all 16 standard digits, requires
  39. a 3.579545 MHz crystal, 14 pins, etc.  It's also pin compatible with
  40. the SSI-204 (Siliconix?)
  41.  
  42. Anyway, since you wish to hook up some LEDs to indicate which key was
  43. pressed, you'll also need a 4-to-16 Decoder/Demultiplexer, two octal
  44. Line Drivers, and some resistors.  Probably have to include a voltage
  45. divider somewhere in the front end of your circuit if necessary.
  46. (Sorry, but I'm not familiar with the board that you mentioned later in
  47. your article (the one that vi deleted; heh-heh, blame the software:-)))
  48.  
  49.  
  50. Hope this helps a little,
  51.  
  52. -phil
  53.