sourceforge.net

Menu

[291b40]: / remotes / philips / srm7500libusb.lircd.conf  Maximize  Restore  History

Download this file

168 lines (157 with data), 6.3 kB

# 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
  driver srm7500libusb
  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
          Power                    0x0035
          Back                     0x0024
          More                     0x0033
          Up                       0x0023
          Down                     0x0011
          Left                     0x0029
          Right                    0x0031
          Ok                       0x0039
          Vol+                     0x0027
          Vol-                     0x002A
          Mute                     0x0028
          Ch+                      0x0037
          Ch-                      0x003A
          Windows                  0x0015
          Rec                      0x0012
          Stop                     0x0017
          Rew                      0x0007
          Play                     0x001A
          Fwd                      0x0047
          Prev                     0x000A
          Pause                    0x0016
          Next                     0x004A
          Guide                    0x0022
          LiveTV                   0x0036
          RecTV                    0x0026
          DVD                      0x0032
          1                        0x0008
          2                        0x0018
          3                        0x0048
          4                        0x0009
          5                        0x0019
          6                        0x0049
          7                        0x0004
          8                        0x0014
          9                        0x0044
          Star                     0x0003
          0                        0x0013
          Hash                     0x0043
          Text                     0x0042
          Clear                    0x0001
          Enter                    0x0041
          AspectRatio              0x0006
          Red                      0x0005
          Green                    0x0002
          Yellow                   0x0045
          Blue                     0x0046
      end codes
end remote
begin remote
  name  SRM-7500_UP
  bits           16
  eps            30
  aeps          100
  one             0     0
  zero            0     0
  gap             132799
  toggle_bit_mask 0x0
  post_data_bits  8
  post_data       0x03
      begin codes
          Power_UP                 0x0035
          Back_UP                  0x0024
          More_UP                  0x0033
          Up_UP                    0x0023
          Down_UP                  0x0011
          Left_UP                  0x0029
          Right_UP                 0x0031
          Ok_UP                    0x0039
          Vol+_UP                  0x0027
          Vol-_UP                  0x002A
          Mute_UP                  0x0028
          Ch+_UP                   0x0037
          Ch-_UP                   0x003A
          Windows_UP               0x0015
          Rec_UP                   0x0012
          Stop_UP                  0x0017
          Rew_UP                   0x0007
          Play_UP                  0x001A
          Fwd_UP                   0x0047
          Prev_UP                  0x000A
          Pause_UP                 0x0016
          Next_UP                  0x004A
          Guide_UP                 0x0022
          LiveTV_UP                0x0036
          RecTV_UP                 0x0026
          DVD_UP                   0x0032
          1_UP                     0x0008
          2_UP                     0x0018
          3_UP                     0x0048
          4_UP                     0x0009
          5_UP                     0x0019
          6_UP                     0x0049
          7_UP                     0x0004
          8_UP                     0x0014
          9_UP                     0x0044
          Star_UP                  0x0003
          0_UP                     0x0013
          Hash_UP                  0x0043
          Text_UP                  0x0042
          Clear_UP                 0x0001
          Enter_UP                 0x0041
          AspectRatio_UP           0x0006
          Red_UP                   0x0005
          Green_UP                 0x0002
          Yellow_UP                0x0045
          Blue_UP                  0x0046
      end codes
end remote

Read the original on sourceforge.net ↗