Introduction: RS-232 Infrared Receiver in a Serial Connector (LIRC) Computer Remote Control

About: Just a geek with a soldering iron...

This instructable intends to show you how to create a small & simple infrared (IR) receiver for your computer. The configuration of the software is beyond the scope of this instructable, but I use this receiver with LIRC (Linux Infrared Remote Control) in Linux. You can read more about LIRC and see the circuit diagram I used to build this at http://www.lirc.org/

Note that --I did not design this circuit-- and I wasn't the first to put the circuit into a D-sub connector... but I was the first to post an instructable on it, so hopefully someone will benefit from this : )

My total cost was about $1.50 because I had to purchase an IR receiver, but everything else I had lying around because I'm a computer guy/electronics geek.

Step 1: Parts Needed

Here are the parts I used, all of them were cannibalized from old projects or scavenged from the engineering lab except the IR receiver that I ordered from Mouser.

Parts List:
Vishay TSOP1138 IR Receiver
50v 4.7uF capacitor
4001 Diode
4.7K resistor
7805 voltage regulator (5 volts)

Parts Discussion
TSOP1138 IR Receiver: Most people use the Vishay TSOP 1738, but Mouser was out of those when I ordered and the 1138 is comparable... and it worked, so who cares : )

4.7uF capacitor: I used an axial 50v barrel (electrolytic) capacitor because I had one available and didn't want to spend 75 cents at Radio Shack. But, if you've got a 4.7uF ceramic disc capacitor, it would be a lot easier to fit inside the D-sub housing we're going to use. Also, since I used a 50v capacitor and we're only pushing 5v, it's going to have a pretty long rise time but it shouldn't affect the performance of our device too much.

7805 voltage regulator: I used a big one made by Motorola in the first one of these receivers I made and I had to clip the pins very short and clip and grind the top pole in order to get it to fit in the D-sub (see pictures of completed project). However, when I was digging around for pieces today, I came across a surface mount 7805 that I got from Texas Instruments as a sample years ago. It's tiny and perfect for this project. I'll definitely use it the next time I build one of these as it will cut the footprint of the circuit down tremendously. Both the large and small 7805's are labeled in the electronics closeup picture.

Step 2: Circuit Assembly

Once again note that I did not create this circuit diagram. It was made by Trimbitas Sori and can be found on his blog.

The only part of this diagram that may require a little explanation is the pins on the serial connector:
RS-232 Pinout :
1 = DCD (Carrier Detect)
2 = RXD (Receive Data)
3 = TXD (Transmit Data)
4 = DTR (Data Terminal Ready)
5 = GND (Ground)
6 = DSR (Data Set Ready)
7 = RTS (Request To Send)
8 = CTS (Clear To Send)
9 = RI (Ring Indicator)

As you can see from the circuit diagram, we're only using DCD (pin 1), RTS (pin 7), and GND (pin 5). I've included a second image on this page that shows the pin numbers and labels graphically, but all the 9pin D-subs I've ever worked with have been labeled (however microscopically). Note that this image came from an IRIX book, strangely enough. Just ignore the "not used" notes because we're totally going to use the DCD pin for our purposes : )

It's pretty hard to give you step by step directions on this part because our goal is to make the thing as small as possible in order to fit it in the D-sub connector. I'll give you a few pointers but it's going to be up to you to figure out how to make it fit.

Pointers:
1) Before you try to make this really small and fit into a tight space, try building the circuit on a breadboard to make sure you can do it (and have all working parts). It will make you extremely angry if you spend an hour cramming/soldering pieces into a D-sub then it doesn't work because you have a dead receiver.

2) Cut the pins on the components down very short. However, remember that you can only make them shorter so don't cut off too much until you're sure of the size you need and that you can still solder to it. OK, I lied a little bit, if you do hack off too much of a pin, you can always solder an extension pin onto it or a small piece of wire that you can run wherever you need (don't be embarrassed, we've all done it : ).

3) Don't use wire to connect the pieces unless absolutely required. Just solder the components directly to each other. I think I ended up using three pieces of wire to make connections because it was impossible to bend the components the way I needed them to fit.

4) Lastly, just solder on one component at a time, then check to make sure you can still fit everything in the D-sub.

If the circuit diagram below doesn't quite make sense to you, I'm going to try to walk you through the assembly in the next step... some people learn better by having things laid out in text and since we're not using wires I had a little trouble visualizing how everything should be hooked up directly.

Step 3: Circuit Walkthrough

First of all, I'm going to try to avoid telling you to solder pin1 to pin2, and give you more english directions. The problem with this is that english is ambiguous, just ask any computer scientist : )
The only component I will refer to by pins is the 9-pin serial connector because I gave you a pretty diagram in the last step so everyone should be able to figure that out.

So, in order to try to make the english explanation less ambiguous I'm going to set out a few rules.
1) I will say that a component is 'on its back' which will mean the following:
a) The IR receiver is 'on its back' when the rounded receiver side is up and the flat side is down.
b) The voltage regulator is 'on its back' when the totally flat side is down and the two level side with printed letters is up.

Here we go:
1) Solder the dark side of the diode to pin7 (RTS) on the serial connector, that is the stripe indicating direction will be on the opposite side of the diode from the serial connector.
2) Solder the striped end of the diode to the center pin of the 7805 voltage regulator
3) Solder pin 1 on the serial connector to the resistor.
4) Solder the other end of the resistor to the left-hand pin on the 7805 voltage regulator assuming the voltage regulator is -on its back-
5) Solder pin 1 on the serial connector (where we just connected the resistor) to the right-hand pin on the TSOP1138 IR receiver, assuming the receiver is -on its back.-
6) Solder pin 5 on the serial connector to the negative side of the capacitor
7) Solder the positive side of the capacitor to the center pin of the TSOP1138.
8) Solder pin 5 on the serial connector (where we just connected the negative side of the capacitor) to the left-hand pin of the TSOP1138 (assuming its on its back)
9) Solder the center pin of the TSOP1138 (where we just connected the capacitor) to the right-hand pin of the 7805 voltage regulator, assuming the voltage regulator is -on its back-

Keep in mind that several points will have multiple connections. For example, the center pin of the TSOP1138 connects to the positive side of the capacitor as well as the right-hand pin of the 7805 voltage regulator, assuming the voltage regulator is -on its back-

Okay... so that's really, really nasty and I would never figure how to build a circuit like that... but perhaps it will help someone who doesn't read circuit diagrams very well.

Step 4: Stick It in the D-sub

Now, if you took my advice, you've been stopping between every solder point and fitting the circuit into the D-sub to make sure it works. If you didn't take my advice... well, good luck.

Assuming you've been test fitting the circuit every step, this should be really easy. Just drop the circuit in and make sure no connections short to each other. If you have overlapping contact surfaces, just cut a small piece of electrical tape and squeeze it in there to insulate them. You could also use liquid electrical tape and coat everything inside... but that stuff is really messy and a royal pain if you ever have to work on this again so I'd recommend against it.

The last thing?
The last thing you should have to do with the D-sub is dremel out a rectangular area where the IR receiver can stick out the top. You'll also have to dremel a notch for the rounded receiver area. This doesn't take too long, but try to be fairly precise. If you can keep the area tight enough then the serial connector and pressure on the IR receiver from the D-sub casing will keep everything safe and snug.

Test him (or her) out.
Once everything is insulated, plug the little guy in and test him out. You'll probably want to do this before completely closing up the D-sub just in case you screwed something up : )

If it doesn't work, compare your circuit closely to the circuit diagram and retrace/recheck all of your connections.

Step 5: Plug It In!

Once you've tested and completely closed the D-sub, plug it in and then go about setting up your software. Personally, I had more trouble setting up the software than I did building the circuit but your mileage may vary.

Attached are a few shots of it plugged into my desktop and laptop.

If I missed anything or if you have any questions, please feel free to comment or message me and I'd be glad to help or add corrections.

-darc