Page 1 of 1

IR Timing KDG STB

PostPosted: Mon 10. Feb 2014, 16:13
by tiveria
Hello,

I have multiple Kabel Deutschland device types here all using the same Remote Control.
But one device type seems to receive most of the commands twice while all other ones react as expected only once.
As far as I know the protocol is RC6. The rem file looks quite good as only one timing and the commands look all similar.

Question:
Which part of the timing parameter might be the right one to tweak to find a timing that works with all devices?
Or are there any parts in the timing that are not as expected for an RC6/RCMM ir?

[TIMING]
[0][N]5[1]168 280[2]168 440[3]416 280[4]168 608[5]168 776[RC]2[FL]100[FREQ]36[FREQ-MEAS][RCMM]

[COMMANDS]
[ChUp][T]0[D]203131400031303000
[ChDown][T]0[D]203131400031303010

Thanks
michael

Re: IR Timing KDG STB

PostPosted: Tue 11. Feb 2014, 12:32
by eric
Hi,

the codes look normal. You may try to alter the timing:

Code: Select all
old:
[TIMING]
 [0][N]5[1]168 280[2]168 440[3]416 280[4]168 608[5]168 776[RC]2[FL]100[FREQ]36[FREQ-MEAS][RCMM

new:
[TIMING]
 [0][N]5[1]168 280[2]168 440[3]416 280[4]168 608[5]168 776[RC]1[FL]100[FREQ]36[FREQ-MEAS][RCMM


I have changed the [RC] flied to 1 so only one code is sent (was 2 so 1 repetition was sent before)