sony ir remote decoder
bkbelectronics
Posts: 3
This is a 12 bit Sony IR Remote decoder
' sony ir remote control 12 bit decoder 7 bit command + 5 bits device
' 1 = 0 vol + = 18
' 2 = 1 vol - = 19
' 3 = 2 chan + = 16
' 4 = 3 chan - = 17
' 5 = 4 input = 37
' 6 = 5 info = 58
' 7 = 6 exit = 99
' 8 = 7 enter = 101
' 9 = 8 surf up = 116
' 0 = 9 surf dn = 117
' pwr = 25 surf rg = 51
' mute = 24 surf lf = 52
video ---> http://www.youtube.com/watch?v=MNEoKVWX5oc
' sony ir remote control 12 bit decoder 7 bit command + 5 bits device
' 1 = 0 vol + = 18
' 2 = 1 vol - = 19
' 3 = 2 chan + = 16
' 4 = 3 chan - = 17
' 5 = 4 input = 37
' 6 = 5 info = 58
' 7 = 6 exit = 99
' 8 = 7 enter = 101
' 9 = 8 surf up = 116
' 0 = 9 surf dn = 117
' pwr = 25 surf rg = 51
' mute = 24 surf lf = 52
video ---> http://www.youtube.com/watch?v=MNEoKVWX5oc
Comments
-- http://obex.parallax.com/objects/477/
I also wrote about SIRCS reception and transmission in Nuts & Volts:
-- http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/prop/col/nvp4.pdf
NEC - RCA - SONY - Phillips (which is the easiest to decode) all brands
I'm not using the timers in my code.
brian