-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XMBC Logitech Harmony acting as MCE keyboard #4
Comments
Can you please upload the raw example and press the same button several times? Press and release fast and also post some button holding output. I need to see what protocol the remote sends and how it behaves in general. It would be nice if you can describe the behavior. For example NEC remotes sends a signal once and then sends a fixed "holding" signal. Other remotes repeat the code several times over and over. Please post your code via pastebin.com or via a gist. I will try to implement it as soon as possible. Edit: Also try the normal interrupt sketch and check if this is working better for you. (the raw example relys on the normal interrupt anyways, so you have to change the pins for this debugging anyways). |
Dear Nico, the MCE keyboard is using to RC6 protocol. I'm still trying to get into your sourcecode. But i is a little hard because if have not done decoding IR's before. Here are some original codes: static struct rc_map_table rc6_mce[] = { I will send you some logged entries from Arduino (Ken Shirriff library) from my remote if you need this. |
Key "1": These are the values it get from Shirriff. Even his library could not decode this completely. The above values are only hash values. I unfortunately do not have the possibilety to send you the real raw values :-( But "Channel UP" is working; maybe a Logitech Problem, maybe because of the responces time (2700<->2850). But i still need the rc6 implementation ;-) Decoded RC6: 800F0412 (36 bits) |
definition for IRLremote.h should look like this: |
So this is a working solution or from what you guessed? |
You might try the hash "protocol" in the dev2 branch now. |
Hi,
i want to use your very nice hoodloader on UNO to act as a remote control for XMBC.
I set up my Harmony to act as a MCE keyboard and used the PCINT sketch.
But i do not receive good values.
All i get - does not matter which key i pressed on the remote - is:
Protocol:6
Address:0
Command:0
Is this because the protocol is not supported by IRLRemote right now?
The text was updated successfully, but these errors were encountered: