home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / robotics / 2713 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.4 KB  |  81 lines

  1. Newsgroups: comp.robotics
  2. Path: sparky!uunet!utcsri!torn!newshub.ccs.yorku.ca!newshub.ariel.yorku.ca!cs911225
  3. From: cs911225@ariel.yorku.ca (KEN E WILLMOTT)
  4. Subject: Re: IR remote timing
  5. Message-ID: <1992Dec22.171631.13996@newshub.ariel.yorku.ca>
  6. Sender: news@newshub.ariel.yorku.ca (USENET News System)
  7. Organization: York University, Toronto, Canada
  8. References: <1992Dec21.165153.1282@newshub.ariel.yorku.ca>
  9. Date: Tue, 22 Dec 1992 17:16:31 GMT
  10. Lines: 69
  11.  
  12. Hi,
  13.  
  14. Hate me if you like, but I posted erroneous data about infrared
  15. remotes, and I thought it would be better to repost, so I fixed
  16. the figures and added info about the continuous key mode.
  17.  
  18. I found the postings about the Sony infrared remote control
  19. protocol interesting, but I was alarmed to note that it did
  20. not seem to mesh with the readings I got from 3 different
  21. controls in use in my living room. These are an RCA t.v.,
  22. an Onkyo receiver, and a Jerrold tuner.
  23.  
  24. Here is what I found (presence of signal = logic 1):
  25.  
  26. First, there is an AGC stabilization pulse, followed by a short
  27. break. Then come the mysterious bit patterns (I'll get to them).
  28.  
  29. Signal            Duration    Polarity
  30. ------            --------    ________
  31.  
  32. AGC pulse        9.15 ms        1
  33. pause            4.33 ms        0
  34. 50 3-bit patterns    1125 us        (see below)
  35.  
  36. Each 3-bit pattern consists of three 375 us. long bits.
  37. The first two are always the same, and convey the binary
  38. information. The last is always set to 0.
  39.  
  40. When these bits are laid out end to end, they look like
  41. the following (actual data from one of my controllers):
  42.  
  43. 11 01 11 01 10 10 10 11
  44. 01 01 10 10 11 10 10 10
  45. 10 11 11 01 11 11 01 01
  46. 01
  47.  
  48. There are two interesting features of this stream, neither
  49. of which I am sure is always true, or merely an artifact
  50. of the particular button I chose.
  51.  
  52. 1) The pattern 00 never appears
  53. 2) The pattern 10 never precedes the pattern 01
  54.  
  55. Note that this can't be what I believe is called Manchester or
  56. simple phase encoding, because of the presence of four con-
  57. secutive ones. My grouping of bits into pairs is only based
  58. on a gut feeling, and may be a red herring.
  59.  
  60. When some keys are held down continously, a different type of
  61. packet is sent. It looks like this:
  62.  
  63.  
  64. Signal            Duration    Polarity
  65. ------            --------    ________
  66.  
  67. AGC pulse        9.15 ms        1
  68. pause            2.10 ms        0
  69. stop pulse        750 us        1
  70.  
  71. time until
  72. next packet        38.6 ms        0
  73.  
  74.  
  75. As I have said before,
  76. if anybody out there has more information to add to this,
  77. I would be eternally grateful.
  78.  
  79.     -Ken
  80.  
  81.