Some questions about GPIO IR-reciever
|
27th Mar, 2013, 11:48 PM
Post: #1
|
|||
|
|||
Some questions about GPIO IR-reciever
My reciever is configured using RAW-codes.
Sometimes when I press the Right key, irw shows 1 "right key" action and XBMC goes right 2 times. Same with Ok, other cursor keys. Why? How to set Power key to open Power menu (shutdown,restart,exit xbmc, timers)? How to open main menu from any location? <menu>key</menu> dosnt did what I want. How to setup action like top center button in android app (opens main menu with movie in background)? |
|||
27th Mar, 2013, 11:53 PM
Post: #2
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
Quote:Sometimes when I press the Right key, irw shows 1 "right key" action and XBMC goes right 2 times. Same with Ok, other cursor keys. Why?Check into the suppress_repeat(s) argument. pilight - modular domotica solution
|
|||
28th Mar, 2013, 12:03 AM
Post: #3
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
(27th Mar, 2013 11:53 PM)CurlyMo Wrote:Quote:Sometimes when I press the Right key, irw shows 1 "right key" action and XBMC goes right 2 times. Same with Ok, other cursor keys. Why?Check into the suppress_repeat(s) argument. Umm if u mean repeated actions when key pressed, they dont exist when IR works right. 1 press - 1 move. Or 2 move like now =) |
|||
28th Mar, 2013, 12:10 AM
Post: #4
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
I don't know what you mean, but just try it. You can also try to remove the arrow keys altogether from your lircmap.
pilight - modular domotica solution
|
|||
28th Mar, 2013, 12:44 AM
Post: #5
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
When I press the V key on my keyboard, it does "v" in input box. If I hold V key, it does "vvvvvv..."
When I press any key on my remote, it does one action. If I hold this key it does one action too. To change this I must use suppress_repeat, right? After I add "suppress_repeat 3" and restart litc, irw shows one action for longpress, when I changed 3 to 3000 irw showsone action too. I must place suppress_repeat into .conf with rawcodes, right? Now it looks like that: lircd.conf contains "include /home/xbian/remote.conf", remote.conf contains raw codes (by irrecord) and suppress_repeat. |
|||
2nd Apr, 2013, 02:13 PM
Post: #6
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
Terminal service lirc stop && sleep 5 && service lirc start |
|||
7th May, 2013, 04:12 PM
Post: #7
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
After update to the xbmc 12.2 this problem appears again and I cant solve it with stop&sleep&start lirc.
When I press any key (like arrows, OK) on my remote (except RETURN - this button, and possibly other buttons, dont have this "bug"), lirc catch one action, irw says about one action and xbmc does mapped action two times. Does your xbmc build has build-in support for IR-remotes? |
|||
14th May, 2013, 07:34 PM
Post: #8
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
(7th May, 2013 04:12 PM)kraleksandr Wrote: After update to the xbmc 12.2 this problem appears again and I cant solve it with stop&sleep&start lirc. The same problem here Solution: comment lines related with problem buttons in your remote section (file Lircmap.xml) Example: My Problem buttons: Arrows My Lircmap.xml: /usr/local/share/xbmc/system/Lircmap.xml Comment "<!-- " the following lines: Terminal <remote device="samsung_es5000"> <altname>samsung_es5000</altname> <!-- <left>KEY_LEFT</left> --> <!-- <right>KEY_RIGHT</right> --> <!-- <up>KEY_UP</up> --> <!-- <down>KEY_DOWN</down> --> Reboot Now arrows buttons do not have the "double press bug" Hope this will help somebody else as well PD: I'm sorry about my bad english |
|||
14th May, 2013, 09:43 PM
Post: #9
|
|||
|
|||
RE: Some questions about GPIO IR-reciever
Solved. Thanks @selo
|
|||
« Next Oldest | Next Newest »
|