Like you can read on my Sony IR protocol page the carrier frequency is 40kHz this means I use a TSOP1840. The output of this component is TTL compatible and we can connect it directly on an input pin of the microcontroller.
To decode and translate the output datastream of the ir module we need a microcontroller, here I take a pic16f628. Because it's easy available for the hobbyist, very cheap (cheaper than the pic16f84) and I'm familar with programming pic chips.
To make a visualisation when a valid ir code is received we need also a led. I toke a white led because i have many of them but when you change the resistor value you can take other colors.
To do something with the received ir signals we need also outputs. The outputs are output pins of the microcontroller, we will use 8 of them to drive external power stages etc.
|
|