hello,
i am trying to make a .bin file for my slingbox for TV Star DVB-T T2 525HD set top box.
i have scaned IR codes with LIRC and got a lircd.conf file
a fraction of the conf file:
name /home/pi/lircd.conf
bits 16
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 9008 4445
one 594 1648
zero 594 527
ptrail 596
repeat 9013 2212
pre_data_bits 16
pre_data 0x807F
gap 107662
toggle_bit_mask 0x0
begin codes
KEY_0 0x827D
KEY_1 0xF20D
KEY_2 0xD22D
KEY_3 0xE21D
KEY_4 0x728D
KEY_5 0x52AD
KEY_6 0x629D
i imported this lirc file in to Ir Scrutinizer and got "F' numbers witch i put in to Remote Masters OBC in function menu. then i essigned functions to buttons and exported .bin file
when i import this bin file to my slingbox it doesnt work and shows no active buttons. no erros are displayed .
am i doing it wrong?
can anyone put me in a right direction or help me?
thanks in advance
TV Star remote from LIRC file
Moderator: Moderators
If you are posting a file, post all of it, and use the Code formatting, or upload to the diagnostic area.
The method of transferring Fs like you do is really error prone, better is this method.
I did that, selected the NEC1 executor, and came up with the rmdu file enclosed.
Finally, you appears to be using an Raspberry Pi, and then probably the /dev/lirc interface. IrScrutinizer can capture directly from that device, just select /dev/lirc as capturing (an sending hw). Although irrecord seemed to do the job...
The method of transferring Fs like you do is really error prone, better is this method.
I did that, selected the NEC1 executor, and came up with the rmdu file enclosed.
Finally, you appears to be using an Raspberry Pi, and then probably the /dev/lirc interface. IrScrutinizer can capture directly from that device, just select /dev/lirc as capturing (an sending hw). Although irrecord seemed to do the job...
Code: Select all
Description=unnamed
Remote.name=Slingbox with UEI PL Chip
Remote.signature=BINPL
Notes=Export from IrScrutinizer\n\nOriginal protocol\: nec1
DeviceType=Cable
DeviceIndex=1
SetupCode=1999
Protocol=00 5A
Protocol.name=NEC1
ProtocolParms=1 null null 0 0
FixedData=00 7F 00
Notes=Export from IrScrutinizer\n\nOriginal protocol\: nec1
Function.0.name=KEY_0
Function.0.hex=7D
Function.1.name=KEY_1
Function.1.hex=0D
Function.2.name=KEY_2
Function.2.hex=2D
Function.3.name=KEY_3
Function.3.hex=1D
Function.4.name=KEY_4
Function.4.hex=8D
Function.5.name=KEY_5
Function.5.hex=AD
Function.6.name=KEY_6
Function.6.hex=9D