Ir reader for cable tv remote controls
Reyp2000
Posts: 10
I don't know if it is the right place for this post. I have been trying to find out if anybody have ever tried
reading the IR code of the CATV remote controls. I have no problem reading the Parallax Universal Remote
with the IR receiver with my Prop BOE using spin but I can't seems to be able to read the cable remotes.
Any help or direction is appreciated.
Thanks you.
Rey
reading the IR code of the CATV remote controls. I have no problem reading the Parallax Universal Remote
with the IR receiver with my Prop BOE using spin but I can't seems to be able to read the cable remotes.
Any help or direction is appreciated.
Thanks you.
Rey
Comments
http://obex.parallax.com/object/290
Do a search in the OBEX for other IR objects.
Do a search in Obex for "IR". One of these objects should work for your remote.
If I remember correctly, I used Magic IR for my Motorola cable box replacement remote control project.
Walter
The OBEX object that I use ( IR_Remote_NewCog.spin by Tom Doyle 2 March 2007) returns TV codes.
SOME of the cable and DVD codes are returned as numeric codes.
But that's all I see coming from it.
To the OP...
I haven't used it (yet?) but I recall a project that could capture the codes (pulse train) from almost
any universal remote. Once you had codes in hand, I'm sure you can make it work right.
Maybe someone here knows more about that?
Not only is that the object of our desire, the OBEX is up again.
I don't really think the obex was down, mind you.
But during the conference it wasn't happening from here.
Thanks.
with the Cable tV remote that I have. But it does work with the Parallax Universal Remote in Sony mode.
So I decided to burrow a cable TV box and remove the IR receiver. That work with both the Parallax
Universal Remote and the Cable TV remote. See attach pix - the first waveform is the #1 button of the
parallax universal remote and the second is the #1 button from the cable TV remote. The IR recover pix
is the burrowed IR receiver.
The IR receiver don't have any markings or labels so I don't know who made it so I can buy it from digikey or mouser.
Anybody have any idea or recommendation of what type of IR receiver this is and where I can buy one of this.
Beside trying to get more cable tv box and burrow the IR receivers?
Thanks.
I think that 38 kHz is the modulation from regular TV remote controls.
Maybe your cable company is using some different frequency for some reason...
If you had an IR photodiode, maybe you could rig up a circuit and figure out the modulation frequency.
Or, buy different frequency receivers and hope to get lucky...
The TSOP38238 is one I just bought for 38 kHz. But, if you look at that datasheet, you'll see versions with 5 other carrier frequencies...
From what I have gathered, there are really only 4 main systems of variation, though codes can be anywhere from 8bits to 32 bits wide, possibly wider.
The systems have to do with their starting sequence, and a modulation protocol.
www.Lirc.org
Capturing the signals on a scope is a start, but it helps to be able to confirm which protocol it is against a database.
It seems like your IR reciever is working well and that what you are getting might be a 24bit code. The Parallax examples often default to a Sony code that is 8bits for the buttons followed by 4 bits for the device.
If you have Windows only, a LiveCD of Linux ... such as Puppy Linux can run the LIRC software from a CD or DVD without affecting your hard disk.
Once you find the frequency, the code in post #3 should be able to "sniff" it out.
Also, one thing about Beau's code is that it sees the code and says "no match".
But, that no match is against some stored pattern which couldn't possibly match my TV remote anyway...
Grin, too many years working with that and to lazy. :tongue :Maybe this winter...
But, that no match is against some stored pattern which couldn't possibly match my TV remote anyway..." - That is correct. The decoder works independent of the matching, while the matching is done with information provided with previous decodes in an iterative process.
I have a goal of turning my psm3 device into a learning super remote and you code make it look easy to do