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

  1. Newsgroups: comp.robotics
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!rpi!utcsri!torn!newshub.ccs.yorku.ca!newshub.ariel.yorku.ca!cs911225
  3. From: cs911225@ariel.yorku.ca (KEN E WILLMOTT)
  4. Subject: IR remote timing
  5. Message-ID: <1992Dec21.165153.1282@newshub.ariel.yorku.ca>
  6. Sender: news@newshub.ariel.yorku.ca (USENET News System)
  7. Organization: York University, Toronto, Canada
  8. Date: Mon, 21 Dec 1992 16:51:53 GMT
  9. Lines: 43
  10.  
  11. Hi,
  12. I found the postings about the Sony infrared remote control
  13. protocol interesting, but I was alarmed to note that it did
  14. not seem to mesh with the readings I got from 3 different
  15. controls in use in my living room. These are an RCA t.v.,
  16. an Onkyo receiver, and a Jerrold tuner.
  17.  
  18. Here is what I found (presence of signal = logic 1):
  19.  
  20. First, there is an AGC stabilization pulse, followed by a short
  21. break. Then come the mysterious bit patterns (I'll get to them).
  22.  
  23. Signal            Duration    Polarity
  24. ------            --------    ________
  25.  
  26. AGC pulse        18.5 ms        1
  27. pause            850 us        0
  28. 50 3-bit patterns    1125 us        (see below)
  29.  
  30. Each 3-bit patterns consists of three 375 us. long bits.
  31. The first two are always the same, and convey the binary
  32. information. The last is always set to 0.
  33.  
  34. When these bits are laid out end to end, they look like
  35. the following (actual data from one of my controllers):
  36.  
  37. 11 01 11 01 10 10 10 11
  38. 01 01 10 10 11 10 10 10
  39. 10 11 11 01 11 11 01 01
  40. 01
  41.  
  42. There are two interesting features of this stream, neither
  43. of which I am sure is always true, or merely an artifact
  44. of the particular button I chose.
  45.  
  46. 1) The pattern 00 never appears
  47. 2) The pattern 10 never precedes the pattern 01
  48.  
  49. If anybody out there has more information to add to this,
  50. I would be eternally grateful.
  51.  
  52.     -Ken
  53.  
  54.