Notices


Reply
Thread Tools
quingu's Avatar
Posts: 271 | Thanked: 124 times | Joined on May 2006 @ Aperture Science, Inc.
#61
Originally Posted by wheelybird View Post
Hmm. I have a HTPC with a working IR transceiver & LIRC installed. I found several remote controls and recorded their codes. I copied the config files over to my N900 and installed them into qtirecco.
Did it work? Did it b*ll*cks.
You can check if irreco got the codes right by recording the output signals from the n900, then comparing them to those of the original remote.
 
icebox's Avatar
Posts: 282 | Thanked: 120 times | Joined on Nov 2007
#62
I wish cursing would be allowed on this forum. I follow all the new threads via rss and let me tell you that since the n900 was released there are 20 posts of "connect my usb stick", "iphone this and that" for 1 good post or new software application.

Or at least a button for go @#$% yourself instead of thanks
 
Posts: 118 | Thanked: 39 times | Joined on Apr 2010 @ Jakarta, Indonesia
#63
just an idea...

i've searched a forum about programmable universal remote controller and found this

http://www.remotecentral.com/cgi-bin/codes/

they have a lot of hex codes of infrared remotes...
not sure whether this codes are modifiable into the lirc database,

or maybe someone with enough knowledge about these things could help converting those hex codes into the lirc database format so we could use them with qtirreco

thank you...
 
Posts: 197 | Thanked: 25 times | Joined on Apr 2010 @ Europe
#64
oh a programable IR? would be a cool idea. the tools which are available at the moment doesn't support the devices here :-/
 
Posts: 2 | Thanked: 6 times | Joined on Jun 2010
#65
Originally Posted by adhrie View Post
just an idea...

i've searched a forum about programmable universal remote controller and found this

http://www.remotecentral.com/cgi-bin/codes/

they have a lot of hex codes of infrared remotes...
not sure whether this codes are modifiable into the lirc database,

or maybe someone with enough knowledge about these things could help converting those hex codes into the lirc database format so we could use them with qtirreco

thank you...
You can convert them with the help of pronto2lirc:

Take http://www.remotecentral.com/cgi-bin.../philips/5141/ for example:

0. Close QtIrreco
1. Create a file named Philips5141.hex
2. For every IR command create a line like the following examples for "Up" and "Down" (i cut of the code with ... you have to copy the complete code to the file):
Up: 0000 006a 0022...015e 0058 0017 0e88
Down: 0000 006a 0022...015e 0058 0017 0e8b
3. Copy the file to the N900
4. Open the Terminal, change directory to the location where you copied the file to.
5. Execute "pronto2lirc Philips5141.hex". If nothing went wrong, you will get a lircd.conf in the same directory
6. Move the file to the qtirreco device directory:

mv lircd.conf /home/user/MyDocs/qtirreco/Devices/Philips5141

It's IMPORTANT that the name of the file (Philips5141 here) is the same as the file you used for the hex codes (without the .hex extension)! Actually the filename must match with the value of "name" in the generated lircd.conf file.

7. Edit /etc/lircd.conf (you have to be root) and import the file you created by adding the following line:
include "/home/user/MyDocs/qtirreco/Devices/Philips5141"

(Replace Philips5141 with your name)

Hopefully after you start qtirreco again, you can create a new remote and use newly added commands when creating new buttons.

You can use irsend to list and send remote commands from the command line (only while qtirreco is started, because it starts lircd):

irsend LIST "" "" - Lists all remotes
irsend LIST "REMOTE" "" - List all commands from remote named "REMOTE"
irsend SEND_ONCE "REMOTE" "COMMAND" - Send the infrared command "COMMAND" from remote "REMOTE"


I hope everybody understands my english :-)
 

The Following User Says Thank You to eisbaer82 For This Useful Post:
Posts: 24 | Thanked: 3 times | Joined on Nov 2005
#66
@eisbaer82

Does it still work in PR 1.3?
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:32.