If you have learned signals that don't get decoded when you look at them in IR.exe, post your file to the Diagnosis Area then post your question here (including a link to the file).
Many people don't know that the remote for samsung D7000/D8000 models (and probably other models too) have an optical trackball (sensor) under the OK button.
Usually it's dorman, but if you press any button on the remote it comes alive.
Just swipe your finger on the OK button and you'll start seeing a totally different IR 'protocol.
The movements are transmitted in short and continuous burst like theese:
I thought to share this info if anyone is interested.
Would you be willing to collect a larger sample of this protocol, along with descriptions of what each signal does? Then I can look at it to see if I can re-create it with an executor.
If you do, please post an IR.exe file with the learns.
Rob www.hifi-remote.com Please don't PM me with remote questions, post them in the forums so all the experts can help!
Here's what I got from those learns. It's a 25-bit bi-phase signal (or you could make it 26-bit if you extract a "+500 -500" pair from the lead-in pair).
To see this in IR.exe, select a "round to" time of 500 and select "Even" as the bi-phase option. Unfortunately, the lead-out time is not long enough to force the times to reset on the subsequent frames, so I had to manually edit the learned signals to have a longer lead-out time to make that work.
The partial signal in the 3rd frame is meaningless, it's only partial due to the limitations of the remote's learning ability. Only the first 8 bits, and the last bit, are constant (in the sample provided).
I would define this protocol as using 1 fixed 8-bit byte and two 8-bit variable bytes, then in the assembler I would increase the number of fixed bytes to 2 and define the 2nd variable byte as only using 1-bit, which should give a total of 25 bits.
Here is a completely un-tested custom executor and device upgrade that should replicate the signals from the sample set.
I just did some testing myself. There was one minor bug in the assembler code which I just fixed and now the upgrade produces identical signals to the A/C
Rob www.hifi-remote.com Please don't PM me with remote questions, post them in the forums so all the experts can help!