IR protocols

From emboxit
Revision as of 16:51, 11 September 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Wikipedia

General


San Bergmans SB-Projects

 Volume in drive C has no label.
 Volume Serial Number is 5C30-050C

 Directory of C:\Documents and Settings\n\My Documents\Downloads\sba60727

04/07/2012  10:32       <DIR>          .
04/07/2012  10:32       <DIR>          ..
30/07/2003  05:26                1.420 146805.SBA
19/06/2002  02:13                1.913 16C5X.SBA
01/10/2004  03:37                1.920 16CXXX.SBA
11/05/2002  12:48                1.585 6301.SBA
25/05/2004  01:02                1.703 6502.SBA
25/05/2004  01:02                1.743 65C02.SBA
11/05/2002  12:48                1.303 6800.SBA
11/05/2002  12:48                1.391 6801.SBA
23/05/2002  12:43                1.451 6804.SBA
30/07/2003  05:23                1.410 6805.SBA
04/06/2002  12:15                3.465 6809.SBA
30/07/2003  05:26                1.425 68HC05.SBA
06/11/2003  01:09                2.310 68hc08.SBA
07/06/2002  01:34                2.110 68HC11.SBA
30/06/2002  05:25                1.776 8008.SBA
18/04/2002  01:26                1.690 8021.SBA
18/04/2002  01:26                1.753 8022.SBA
18/04/2002  01:26                1.930 8041.SBA
18/04/2002  01:28                1.970 8041A.SBA
18/04/2002  01:26                1.931 8048.SBA
08/04/2002  10:51                3.127 8051.SBA
09/04/2002  02:00                1.367 8080.SBA
09/04/2002  01:54                1.377 8085.SBA
18/04/2002  01:26                1.936 80C48.SBA
28/06/2002  01:36                1.347 ACE1101.SBA
28/06/2002  01:11                1.347 ACE1202.SBA
04/07/2012  10:32                    0 dir.txt
05/03/2004  03:33                1.715 DP2200.SBA
27/07/2006  11:10                4.459 filelist.txt
30/04/2002  01:53                2.593 install.txt
18/04/2002  01:26                1.844 MAB8400.SBA
04/07/2012  10:32       <DIR>          opcode.tst
25/05/2004  01:02                2.019 R65C02.SBA
27/07/2006  11:01               25.180 SBASM.COM
18/04/2002  10:50                1.863 sfr8051.asm
18/04/2002  10:50                2.140 sfr8052.asm
17/04/2010  11:29                1.963 ST6.SBA      <---------
25/08/2002  02:50                3.606 Z180.SBA
09/05/2002  01:47                2.767 Z8.SBA
06/05/2002  12:33                3.171 Z80.SBA
              39 File(s)        100.020 bytes
               3 Dir(s)  194.959.966.208 bytes free




RC5 projects



Universal

Model SC-33B Related Files
 	SC-33B Operating Instructions
 	SC-33B Case Drawing (PDF)
 	SC-33B Color Rendering (PDF)
 	NEC Infrared Code (IR) Protocol (PDF)
 	RC5 Infrared Code (IR) Protocol (PDF)
 	Sony Infrared Code (IR) Protocol (PDF)
 	Toshiba Infrared Code (IR) Protocol (PDF)
 	Mitsubishi Infrared Code (IR) Protocol (PDF)
 	Matsushita Infrared Code (IR) Protocol (PDF)


Mitsubishi protocol

  • CARRIER
    • Frequency = 40 KHz
    • Duty = 1/3
  • ZERO
    • CARRIER for 0.5ms
    • LOW for 0.5ms
  • ONE
    • CARRIER for 0.5ms
    • LOW for 1ms
  • FRAME (total 60ms):
    • 8ms Carrier = preamble
    • 4ms LOW
    • 8 BITS address, LSB first, duration depends on 0s,1s in the byte
    • 0.5ms CARRIER = END (of byte)
    • 4ms LOW
    • 8 BITS command, LSB first, duration depends on 0s,1s in the byte
    • 0.5ms CARRIER = END (of byte)
    • LOW until 60ms FRAME duration


MSP430

SLAA134 Decode TV IR Remote Control Signals Using Timer_A3


AVR

A Tiny TV Remote Receiver with ATTiny13 Assembly source code

misc

Do you want to control your Arduino with an IR remote? Do you want to use your Arduino to control your stereo or other devices? 
This IR remote library lets you both send and receive IR remote codes in multiple protocols. 
It supports NEC, Sony SIRC, Philips RC5, Philips RC6, and raw protocols. 
If you want additional protocols, they are straightforward to add. 
The library can even be used to record codes from your remote and re-transmit them, as a minimal universal remote.