# Philips SRM-7500 RF configuration for use with the srm7500libusb driver # # The remote and the dongle communicate with each other over ieee 802.15.4 # a few extra network parameters are needed (via lircd's --device option). # # lircd --driver=srm7500libusb lircd.conf.srm7500libusb \ # --device=macShortAddress=12:34,remoteShortAddress=56:78,macPANId=9a:bc # # explanation: # mandatory parameters: # macShortAddress: 802.15.4 short address (2 byte hex) # to be assigned to the receiver # remoteShortAddress: 802.15.4 short address (2 byte hex) # to be assigned to the remote # macPANId: 802.15.4 numeric network id (2 byte hex) # optional parameters: # remoteExtendedAddress: 802.15.4 extended address (8 byte hex) # of the remote. when given, ignores all other # 802.15.4 rf communication. lircd writes your # remotes address to the logs when pairing # macBeaconPayload: 802.15.4 network name (ASCII string) # defaults to PHILIPS+your hostname. remote will not # pair unless it starts with PHILIPS. # LogicalChannel: 802.15.4 channel number (1 byte hex) # defaults to 19 # other channels than 19 do not work on my remote # usb: USB bus and device number (2 integer decimal) # bind to a specific USB device, e.g. 003:002 # # Things that work using this driver: # - pairing # - reception of all keypresses except for the 'music' button # Things that do not work yet # - signal strength monitoring (via 'rf settings' in the remotes setup menu) # - displaying infos on the remote's display begin remote name SRM-7500 bits 16 eps 30 aeps 100 one 0 0 zero 0 0 gap 132799 toggle_bit_mask 0x0 post_data_bits 8 post_data 0x01 begin codes KEY_POWER2 0x0035 KEY_ESC 0x0024 KEY_INFO 0x0033 KEY_UP 0x0023 KEY_DOWN 0x0011 KEY_LEFT 0x0029 KEY_RIGHT 0x0031 KEY_OK 0x0039 KEY_VOLUMEUP 0x0027 KEY_VOLUMEDOWN 0x002A KEY_MUTE 0x0028 KEY_CHANNELUP 0x0037 KEY_CHANNELDOWN 0x003A Windows 0x0015 KEY_RECORD 0x0012 KEY_STOP 0x0017 KEY_REWIND 0x0007 KEY_PLAY 0x001A KEY_FASTFORWARD 0x0047 KEY_BACK 0x000A KEY_PAUSE 0x0016 KEY_NEXT 0x004A KEY_EPG 0x0022 KEY_FAVORITES 0x0036 KEY_VIDEO 0x0026 KEY_DVD 0x0032 KEY_1 0x0008 KEY_2 0x0018 KEY_3 0x0048 KEY_4 0x0009 KEY_5 0x0019 KEY_6 0x0049 KEY_7 0x0004 KEY_8 0x0014 KEY_9 0x0044 KEY_STAR 0x0003 KEY_0 0x0013 KEY_HASH 0x0043 KEY_TEXT 0x0042 KEY_CLEAR 0x0001 KEY_ENTER 0x0041 KEY_SCREEN 0x0006 KEY_RED 0x0005 KEY_GREEN 0x0002 KEY_YELLOW 0x0045 KEY_BLUE 0x0046 end codes end remote