need help with IR remote controller

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
ok guys , i know nothing about IR :eek: so any help would be appriciated ;)
thats what i'm trying to do ....:)

i got a remote controller of a cd player thati dont use (the remote).
now i want to make a box that will swith between some interconnects and stuff like that ..thts not important ...:rolleyes:
what i want is to know how it works ..
for example : when i'm pressing the play button on the remote its generates some freq and sending it through that IR led? :rolleyes:
if so then ...lets say when i press play i get 20khz square wave so when i press stop i'll get a different freq? lets say 21 khz? something like that? or is it like FM band when the base freq is the same ...:rolleyes:

one more :)

what do i get at the IR reciever? some small voltage ? how small? ....
thanx to anyone that replies


:D
 
AX tech editor
Joined 2002
Paid Member
The IR sends a specific code to the LED. In the receiver usually you find an IC that receives and demodulates the signal followed by an IC that decodes the code and provides the right output bits for you to use. Google will give you the type numbers etc. Try 'RC5", that's the Philips code, compatible with many others, and they have also the ICs. Its really simple to put together using the ICs.

Jan Didden
 
AX tech editor
Joined 2002
Paid Member
Hey, if you're good in pics, that's even easier. There is lots of source code floating around on the 'net to decode the address and action code from an RC data stream and do whatever you want. I've done it myself many years ago, works like a charm. First thing is to read up on RC5 how the device address and action code is set up. Then you feed the data into a pic serially, watch for the start bits, decode the stuff and you're done.

Like her http://www.rotgradpsi.de/mc/etc/rc5decoder.html
or here http://sami.ticalc.org/irlink/e_soft.htm

Jan Didden
 
dangus said:
There was a learning remote receiver thingy in Nuts & Volts Feb 1998, "IR Remote Decoder," by Terry Weeder; that would be another good place to start.
Code here: http://nutsvolts.com/~downloads/irremote.zip

Or just go down to the mega mart and buy a remote-controlled A/V switch box for about $40. Maybe that'll do what you need?
probably it will , the problem is i want to use my existing remote , i dont want another remote in the system

:(
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.