home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / electron / 20760 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  3.0 KB

  1. Xref: sparky sci.electronics:20760 comp.robotics:2647
  2. Newsgroups: sci.electronics,comp.robotics
  3. Path: sparky!uunet!haven.umd.edu!decuac!pa.dec.com!rdg.dec.com!news.crl.dec.com!news!nntpd.lkg.dec.com!hlunx3.uto.dec.com!kranburg
  4. From: kranburg@hlunx3.uto.dec.com (Otto van Kranenburg)
  5. Subject: Re: Infrared remote controls
  6. Message-ID: <1992Dec15.123639.7460@nntpd.lkg.dec.com>
  7. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  8. Reply-To: kranburg@hlunx3.uto.dec.com (Otto van Kranenburg)
  9. Organization: Digital Equipment Corporation
  10. References:  <of90_cC00UhB465rsp@andrew.cmu.edu>
  11. Date: Tue, 15 Dec 1992 12:36:39 GMT
  12. Lines: 63
  13.  
  14. The infrared signals being transmitted by IR controls are a series of 1 and 0's
  15. superimposed over a 40 KHZ carrier. The Radio Shack device (if it is the Sharp
  16. GP1U52X-module I think it is) filters out the carrier and leaves you with the
  17. series of 0 and 1's. If you count the pulses and plots them out you will
  18. see the
  19. differences in signals between various brands of equipment. Sony
  20. re-transmits
  21. the same basic signal a number of times while some other brands do it
  22. just once.
  23.  
  24. Somewhere on the net there is a description of a device referred to as
  25. the Xanadu
  26. Zapper which when connected to the parallel port on a PC can read in the
  27. signals and
  28. play them back.  There are no source listings in the article allthough
  29. some hints are
  30. given how to program.  On output the point is to again add in the 40 KHz
  31. carrier .
  32.  
  33. In a German PC magasin of last year there was also an article describing
  34. a similar
  35. device with again only some basic programming hints. I 've built a
  36. device which 
  37. actually combines  the schematics for the Zapper and the German
  38. equivalent and
  39. wrote several drivers. On input I' m sampling (at 80 Khz)  app. 40000
  40. pulses
  41. which in all cases was a sufficent number. I then analyse the signal and
  42. in the end
  43. it requires me to store only about 500 integers (I've have to remember
  44. only the 0-1 
  45. and 1-0 status changes). For Sony devices it must either be 6 times more
  46. of I have to
  47. remember to repeat the signal 6 times on output. On output I reconstruct
  48. the original
  49. signal and do a replay at exactly the same frequency as used on sampling
  50. (with the
  51. carrier added in).
  52.  
  53. Anyway I've succesfully used the device to reproduce the output for 4
  54. different type 
  55. of remote controls. The disadvantage of the way I've done it is of
  56. course that I have to 
  57. store all the signals.
  58.  
  59. Allthough I 've taken another approach I do remember that in the German
  60. magasin they
  61. did built an output only device as well and programmed it with pulse
  62. information obtained
  63. from Sony.
  64.  
  65. Hope this is of help,
  66. Otto
  67.  
  68.  
  69. -
  70. *****************************************************************
  71. **  Name : Otto van Kranenburg           Organisation: 
  72. **  Email: kranburg@hlunx3.uto.dec.com   Digital Equipment BV
  73. **                                       P.O.Box 8810
  74. **  Tel (Office): 31 10 453 8213         3009 AV Rotterdam
  75. **  Tel (Home  ): 31 78 510 245          The Netherlands
  76. *****************************************************************
  77.