Skip to content

Instantly share code, notes, and snippets.

@unforgiven512
Last active May 8, 2020 12:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unforgiven512/1f1a656a245d09ed94f1bb61fbf910bc to your computer and use it in GitHub Desktop.
Save unforgiven512/1f1a656a245d09ed94f1bb61fbf910bc to your computer and use it in GitHub Desktop.
Generic RTL-SDR remote LIRC config
#
# brand: Generic
# model no. of remote control: Generic RTL-SDR remote
# devices being controlled by this remote: Generic RTL-SDR stick
#
begin remote
name Generic RTL-SDR remote
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 8625 4500
one 604 1604
zero 604 500
ptrail 604
repeat 8980 2270
pre_data_bits 16
pre_data 0xFF
gap 107731
toggle_bit_mask 0x0
begin codes
KEY_POWER 0xB24D
KEY_SWITCHVIDEOMODE 0x2AD5
KEY_ZOOM 0x02FD
KEY_VOLUP 0x7887
KEY_VOLDOWN 0x50AF
KEY_MUTE 0x6897
KEY_CHANNELUP 0xA05F
KEY_CHANNELDOWN 0x40BF
KEY_LAST 0x38C7
KEY_RECORD 0x32CD
KEY_EPG 0x30CF
KEY_0 0x48B7
KEY_1 0x906F
KEY_2 0xB847
KEY_3 0xF807
KEY_4 0xB04F
KEY_5 0x9867
KEY_6 0xD827
KEY_7 0x8877
KEY_8 0xA857
KEY_9 0xE817
end codes
end remote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment