Be patient ...I had many failed attempts before getting a working IR device going. Then I spent time decoding and writing down the hex codes for most of the remotes I had in my house. It helped to see the differences between IR codes + it made it easy when I wanted to add device control around the house . Keep in mind that you will ultimately find a few remotes that just don't seem to be recognised without putting extra effort looking at the number of bits . I had a remote that had to be set at 31 instead of 32 , and then it decoded properly.
As suggested , spend time reading Ken's information as it will help a great deal. Best of luck and enjoy the rewards!
BobbyD
Thanks for the info everyone. My problem is that i dont understand how the output of LIRC applies to the arduino library. There is an option in the library to input "raw codes" but i dont know what exactly that means. Raw codes in what form? Hex, binary, i dont know. I assume its hex, but i dont know how to get from the pulse/space output LIRC is giving me to hex. Can anyone provide any info on that?
Im not using the library to decode these codes (this is my problem). Im using mode2 on LIRC because i only have one arduino and its busy driving the remote that im trying to record these codes from. I think the codes im recording are correct, ive spent a fair amount of time recording them. Is LIRC giving me encoded codes? (sounds stupid, i dont know what im talking about). How can i decode them?
Also... How many bits is this output?