![]() |
Re: QtIrreco for N900
For a start all the files of qtirreco have a conf extension. Then if I open them in vi editor I get
Quote:
But with the files of qtireco I get Quote:
Anyway. I downloaded all the yamaha files of lirc in my MyDocs/qtirecco/remotes directory but when I open qtirreco I can't see them. Should I do something else? |
Re: QtIrreco for N900
Quote:
MyDocs/qtirreco/remotes but MyDocs/qtirreco/devices the .conf files you are looking at in MyDocs/qtirreco/remotes are actually the layouts for qtirreco. just to clarify, the remotes that are on the sourceforge site should go in MyDocs/qtirreco/devices just make sure there is not more than one remote per file as mr_jrt pointed out. |
Re: QtIrreco for N900
Thank you very much. I try this out immediately. Thanks again
|
Re: QtIrreco for N900
@Cue
I have added the file to lircd.conf and made sure there are no missing quotation marks etc. But that specific remote still doesn't work at all. I can see it and add the commands of the first remote defined in the file but they don't work. Unfortunately I don't have a way to see if anything is sent by the IR at all, but other remotes (generic Bravia TV, DVD, Reciever, etc) work fine. Could the problem be that it is also two remotes in the file? Do I have to split that into two files? Do you have any other suggestion? Thanks! |
Re: QtIrreco for N900
I too had a lot of problems with this program but once it work its great!
A the problem y foun are all related to not having the same name of device in all the apropiate files, AND THIS INCLUDE THE DEVICE NAME IN THE DEVICE FILE ALSO! so you have to have the file name ok in the lirc con, the remote file, the device file, AND inside the device file in the device name. i have a remote with 2 devices and it works ok so for mi is not a problem. Also remember you can generate new devices with lirc on linux and with winlic on windows, youll just need a cable plugged in an audio port, line in, or com port. Ive used one ir receptor from a pc tv tuner i had and it worked ok! so i can generate all the remotes i need exactly. hope it helps |
Re: QtIrreco for N900
I made double-triple sure all the names match and no other formatting errors are in the files....
|
Re: QtIrreco for N900
Quote:
First make sure it's not QtIrreco in xterm try Code:
irsend SEND_ONCE RemoteName ButtonEDIT: some more info. you need to start lircd before you can use irsend. The easiest way to do this is to just start qtirreco. Then try irsend LIST "" "" this will list the remotes. Then do irsend LIST remotename "" where "remotename" is one of the listed remote name from the previous command. this will list the buttons. then irsend SEND_ONCE remotename buttonname will send the signal. here is an example for a samsung remote irsend SEND_ONCE BN59-00516A POWER |
Re: QtIrreco for N900
Code:
[2|user@Nokia-N900-51-1|~]irsend SEND_ONCE RM-ED035 I+ |
Re: QtIrreco for N900
Quote:
and STANDBY as a button for that remote. |
Re: QtIrreco for N900
I noticed the header data was different from the generic Bravia remote. So I replaced it with that generic header data. Now I have the 12bit section working. This gives me 4 important buttons the generic remote lacks. Thank you for all your kind help so far! EDIT: ALL WORKING!!! Found working Header data for the 15bit commands in another sony Remote for a simpler Bravia Model. Thank you for all your help Cue!!! |
Re: QtIrreco for N900
Quote:
|
Re: QtIrreco for N900
I'm sorry to ask this, maybe I'd find the answer if I look through the pages of this thread, but...
If my device is not in the list, how can I find/create the remote for it? I have a Hitachi with a CLE 978 remote and the available Hitachi remotes do not seem to work... |
Re: QtIrreco for N900
Find your remote here:
http://lirc.sourceforge.net/remotes/ Use Pages 47-49 of this thread, esp Cue's posts as a guide how to use them. |
Re: QtIrreco for N900
I want to emulate samsung BN59-01014A remote for my TV.
I create a lirc.conf file with my PC (serial lirc). This file is fine now. I put this file on my N900 and i test with : irsend SEND_ONCE BN59-01014A POWER (i configure accordingly /etc/lircd.conf and restart lirc). This command does nothing on my TV but works fine on my serial lirc on the PC. With irw command on my PC, i can see that the POWER signal is send by the n900 (i also test the signal with my camera) I don't understand this behavior. I have the same result with the original samsung remote on my serial lirc on the PC (with irw command) ! Why with "irsend SEND_ONCE BN59-01014A POWER" on the N900 i can't power on/off my TV ? |
Re: QtIrreco for N900
Quote:
Maybe the modulationfrequency and wavelength is too far from the ones used in your tv, while the ones used by your PC fits much better with the TV? Vishay components has a selectionguide with som more info about irtransmissions... http://www.vishay.com/doc?80071 |
Re: QtIrreco for N900
@guyr
N900 has a very short range. Did you try it from <1m distance? Other than that I can only imagine the timings are off in the header of the lirc file. I downloaded a lirc file for my TV and it didn't work on N900 but works on PCs. Turned out to be the timing data. I replaced it with data from a more basic remote and it works. Seems the N900 needs very precise timing data. |
Re: QtIrreco for N900
Quote:
Quote:
Here the first lines of the remote i create : Code:
begin remote |
Re: QtIrreco for N900
Cant find a remote for a bush freeview box :( please help
|
Re: QtIrreco for N900
@guyr
With more basic remote I meant I downloaded the remote of a more basic ie simpler, cheaper Sony Bravia TV from lirc site, while I have a pretty highend one. The simpler remote is practically a subset of mine. It shares a lot of the buttons and their codes but mine has more. More importantly it uses the same timing header data. So I copypasted (just) the headers of the simpler remote over the headers of my remote and presto it works on N900 now. |
Re: QtIrreco for N900
Quote:
http://lirc.sourceforge.net/remotes ? |
Re: QtIrreco for N900
Quote:
In fact, I'm sure that some people think they didn't get Qtirreco working, when what actually happened is they didn't realize their N900 has to be pointed more precisely than their normal remote would. |
Re: QtIrreco for N900
@geneven
That is right, however even with the most accurate beam marksmanship I can't squeeze more than 2m out of it to the TV. I guess it also depends on the target's sensor coz to my surround receiver I can get almost 3m out of the N900. |
Re: QtIrreco for N900
Hi, this evening i try again the irsend command and now it works fine !
I don't understand why, i do not reboot my n900... I don't think that the problem was the limited beam of the N900/ir (or short range). Thank you everybody to help me. |
Re: QtIrreco for N900
Has anyone tried sticking a diffuser or little prism over their IR port and seeing if it reduces the precision needed?
|
Re: QtIrreco for N900
Someone may already have said the following, but I'm not dregging through 51 pages to look for it:
If the IR port is bidirectional why not add a function to qtirreco to allow copying of IR patterns from existing remotes? That way you can add all of the functions from all of your stand alone remotes without searching for a set of patterns which may not exist in an available library (as is the case with a number of my devices here in the USA). http://natisbad.org/N900/n900-commen...are-specs.html The line "-> Linux Infrared Remote Control IR receiver/transmitter drivers (INPUT_LIRC [=y])" make it seem it could do bidirectional. |
Re: QtIrreco for N900
No, the IR port is NOT bidirectional (a google search on bidirectional and IR port on these forums might have found that, perhaps). you have to use another device to read the codes, if you can. usb adapters exist for not much, or other high end remotes.
|
Re: QtIrreco for N900
downloaded and installed i have dreambox dm500s which is in the db but it is no good
|
Re: QtIrreco for N900
Any plans of porting this to Meego?
I think it's an amazing app and one of the unique one's on our N900. Many users would love to see a Meego port as many will run Meego OS on their N900 once it gets a stable release. |
Re: QtIrreco for N900
I'm using Qtirreco and there's not remote for my air conditioned . How could I make one ? I know the n900's IR it's only transmitter , so is there any other way to record signal from remote ?
|
Re: QtIrreco for N900
Quote:
|
Re: QtIrreco for N900
I managed to learn ON/OFF command for my AC , the code I got it's :
0000 006E 0086 0000 00B0 0062 000F 000E 000F 0024 000F 0024 000F 000E 000F 0024 000F 000E 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 0024 000F 000E 000F 000E 000F 0024 000F 0024 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 0024 000F 000E 000F 000E 000F 0025 000D 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 0024 000F 0024 000F 0024 000F 0024 000F 000D 000F 02F9 00B0 0118 015F 00BC 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000E 000F 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000E 000F 000D 000F 02F9 00AF 0000 How could I use this in qtirreco ? I've open one remote and I saw there codes are very short , like 0x100D format . Do I need to convert this long code ? |
Re: QtIrreco for N900
i picked this up again after having some fun with Tvbgone widget. :)
the lirc project died quite sometime ago (3-4 years?) but it has recently found a new maintainer. there is also a windows port called winlirc (http://winlirc.sourceforge.net/) which was last updated on May 15, 2011 (very recent!) since i have a windows desktop, i'm going with the winlirc route. the nice thing is, it includes a utility called IRRecord.exe, which is a command line app to record IR codes from your remote. the catch is, it only supports a limited number of IR receivers. i went ahead and purchased a Microsoft Media Center Edition IR Receiver + Remote kit from ebay. my plan is to hook up the receiver to my laptop, and then run IRRecord, and to go through the paces with a number of remotes I have at home (for fan, air conditioning, TV, etc) and see if I can coax it to work. i'm now waiting for the MCE pakcage to arrive. will report here if i have any success with this approach. |
Re: QtIrreco for N900
as for the question of where remote files are placed, have a look at page 5 of this thread.
"1. sudo gainroot (rootsh needs to be installed) 2. cd /home/user/MyDocs/qtirreco/Remotes 3. rm <remote file name> 4. vi remotes.conf 5. press a for example in vi editor, select the line which contains that remote name and press d to delete that line, then set current remote in line one existing remote. Press ESC and type :wq to save changes." the remote files created by Winlirc should be compatible with qtirecco (assuming no more changes to winlirc's file formats since the project has now found a new maintainer). i'm guessing he won't break compatibility since there are already a ton of remote files published on http://lirc.sourceforge.net/remotes/ wish me luck :) |
Re: QtIrreco for N900
Drol, ive taken the same aproach (using win lirc and transfer to the phone) some time ago (except for needing sometimes to record the ir signal a few times) it works ok, a few point to take in mind:
-the file generated wil go to the "device" forlder, not the "remote" folder. The remote folder basicaly is the folder for the file generated by qtirreco, it states wich buttons, color, order etc, then it redirects each button to the proper device and command from the device folder (you can have one remote with several devices linked). You have to generate the remote control inside the qtirreco program and the generate the buttons etc selecting the device you generated with winlirc. -there are some remotes you wont be able to record because the need of a feedback, ex the ac, usually the ac has an ir receiver and transmitter, and signal is exchanged between the remote control and the ac unit, you cant emulate this with the n900 because it wont respond to the ac when it recieves a signal from it, all my other devices work ok, tv, home theatre etc, its preatty easy once you get it working anyway im here if you need help getting this to work, |
Re: QtIrreco for N900
thanks for the information. yes, i figured out the files used by qtirecco after taking a peek in the folder. i didn't expect some devices to provide feedback via a transmit though. anyway, i'll ping you if i need some pointers.
|
Re: QtIrreco for N900
Could anyone help me to get that lirc code ? I have to convert that very long code to lirc and I've seen there's one program called pronto2lirc but it's only for linux . :(
PS : I used my PDA (dell axim x51v wm6.5) to learn that command . |
Re: QtIrreco for N900
why not install a linux virtual machine? you don't have to nuke or dual boot your windows box. the only painful part is waiting for the download to finish. look for linux live cd on your favourite search engine.
|
Re: QtIrreco for N900
I ran ubuntu 11 with virtual pc but now it crashes everytime I boot . :-s
|
Re: QtIrreco for N900
Later edit : Now I managed to work but I got another problem :(
Codes from lircd.config file looks much different than remotes for qtirreco . In this file it's only one button , one command , still very very long . Code:
begin remoteCode:
# |
Re: QtIrreco for N900
i don't recognize the file format yet but there is documentation on the net. search for winlirc and look at the faq.
|
| All times are GMT. The time now is 17:10. |
vBulletin® Version 3.8.8