Skip to content

Instantly share code, notes, and snippets.

@dadosch
Created November 1, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dadosch/d897c886b1f1cfc4f49ca7665936ddb0 to your computer and use it in GitHub Desktop.
Save dadosch/d897c886b1f1cfc4f49ca7665936ddb0 to your computer and use it in GitHub Desktop.
Marantz IR Codes
alternately switching between the two values when pressing a button twice
// on
C84D0C97
Unknown encoding: C84D0C97 (32 bits)
Raw (34): 950 -850 1750 -1750 1800 -850 900 -850 900 -850 900 -4350 900 -900 850 -1750 900 -850 1800 -850 900 -850 900 -850 900 -850 900 -900 850 -900 900 -1700 900
D8C37E2F
Unknown encoding: D8C37E2F (32 bits)
Raw (36): 950 -850 950 -800 900 -850 1800 -850 900 -850 950 -800 900 -4350 950 -800 950 -1700 950 -800 1850 -800 900 -850 900 -850 950 -800 950 -800 950 -850 900 -1700 950
// off
F6592B3A
Unknown encoding: F6592B3A (32 bits)
Raw (32): 950 -850 1800 -1700 1800 -850 900 -850 950 -800 900 -4350 950 -850 900 -1700 950 -850 1750 -850 900 -850 900 -900 850 -900 900 -850 900 -1700 1800
B6FFED12
Unknown encoding: B6FFED12 (32 bits)
Raw (34): 950 -850 900 -850 900 -850 1800 -850 900 -850 900 -850 900 -4350 950 -850 900 -1700 900 -900 1750 -850 900 -900 850 -900 900 -850 900 -850 900 -1700 1800
// mute
C0D
Decoded RC5: C0D (12 bits)
Raw (24): 900 -850 900 -850 900 -850 1800 -850 950 -800 950 -800 950 -800 950 -800 950 -1700 950 -800 1800 -1700 950
40D
Decoded RC5: 40D (12 bits)
Raw (22): 900 -900 1800 -1650 1850 -850 900 -850 900 -850 900 -850 900 -850 950 -1650 950 -850 1750 -1750 950
// vol_up
410
Decoded RC5: 410 (12 bits)
Raw (22): 900 -850 1800 -1700 1800 -850 900 -850 900 -850 900 -850 900 -1750 1800 -800 950 -800 950 -850 900
C10
Decoded RC5: C10 (12 bits)
Raw (24): 900 -850 950 -800 950 -800 1800 -850 900 -850 950 -800 950 -800 950 -1700 1800 -850 900 -850 900 -850 950
// vol_down
411
Decoded RC5: 411 (12 bits)
Raw (22): 900 -850 1800 -1700 1800 -850 900 -850 900 -900 850 -900 900 -1700 1800 -850 900 -850 900 -1700 950
C11
Decoded RC5: C11 (12 bits)
Raw (24): 900 -850 900 -900 850 -900 1750 -850 900 -900 850 -900 900 -850 900 -1700 1800 -850 900 -850 900 -1750 900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment