Monday, December 15, 2014

baking IR Repeater

I've adjusted the IR Extender Mark 4 circuit now to fit the parts that I have easily available and to be powered by USB (5V). I want it powered by USB because I have multiple devices in the cabinet with it that have USB connectors on them and a couple of them are always on. Now that I'm happy with the circuit, I have it on a proto board in the cabinet and I've done a final mounting of the IR Receiver.



I had originally intended to put the receiver in the middle of the Wii Sensor Bar but I decided it would still be subtle on its own below the sound bar and much easier to mount there.

Here are the notes about what I've modified in the original Mark 4 circuit:
  • R1 changed to 470R
  • C1 removed
  • Z1 removed
  • Q1 changed to PN2222
  • C3 removed
  • Q2 changed to PN2222
  • R6 changed to 47R
  • R7 changed to 220R
  • LED1 replaced with 2 red LEDs
  • LED3 removed
I just need a single IR LED for my cabinet so that's why I removed LED3. On the other hand, I wanted a red status LED in the cabinet and one in the wall (on the IR Receiver end) to help if I need to do trouble-shooting later.

I'm now going to let things sit and bake for a few days. I've started learning EaglePCB to lay out a board so I can get one printed and get this into a proper case. EaglePCB is going to be a challenge.

Monday, December 08, 2014

IR Repeater Progress

The first prototype is now working for the IR Repeater. I'm using the IR Extender Mark 4 circuit powered by a 9V battery.  There is an extra fat wire connected to the circuit that isn't currently used; it is a USB cable that I'm hoping to use to power this rather than a 9V.  My next step is to build a copy of this on another breadboard and modify it to use only 5V instead of the 9 / 12V most other people use.


Above is the prototype in the cabinet in use.  I'll make it more subtle once I get it powered the way I want.  I intend to run the IR LED under the mat and have the breadboard closer to the hole in the rear of the cabinet.  You can see a blue wire going thru the rear of the cabinet and break into 2 to connect to the breadboard.  One of the bundles from the blue wire goes to the IR Receiver and the other connects to a red LED that can be used for trouble-shooting.  The blue wire is terminated in the wall via a CAT 5 connector.

Above is the panel behind the cabinet.  The wires there run to a panel behind the TV.  Behind the TV is another CAT 5 cable with the IR Receiver and indicator LED on.  You can see it hanging down below the sound bar in the picture below.  Once I'm happy with everything, I'll put the LED in the wall and the IR Receiver on the bottom of the sound bar so none of it will be noticeable.

To make sure that the wiring and connectors were going to work out I build this tester. It is very similar to the one I used in my initial sensor bar and IR Repeater tests but I'm using all of the wires needed for the IR Receiver and indicator LED here. I plugged in the powered side by the cabinet and the LED side behind the TV. The lights came on so I was happy. Note that there are reminants of a different circuit on this breadboard. All that was required for this test was the 9V battery and resistor.

Wednesday, December 03, 2014

Sensor Bar Mod

We need to modify our Wii Sensor Bar for the same reason that we're making an IR Repeater: the Wii is in a cabinet and I want to use ethernet cables for accessories.

I had read that the wires inside were lacquer-coated but I didn't know much more. The wires are stranded and appear to have some nylon running with them. I separated the wires, cut off excess nylon, and then soldered to Cat 5 cable that I put ends on to plug into the wall. I chose to use solid blue (pin 4) to connect to the copper colored wire in the Sensor Bar and solid brown (pin 8) to connect to the red-tinted wire in the Sensor Bar.

The cables are now ready for testing with the Wii. The resistance checks out and there don't appear to be any shorts so I don't expect trouble but I can't test on the Wii until tomorrow.

You pressed a button


The DVD player will actually be in a cabinet with solid wood doors - that is, no IR thru the doors and I'd like to keep the doors closed. The DVD player is used for Netflix, Amazon, etc. so we rarely have to touch it. I'd prefer to be able to point the remote at the TV so I need an IR repeater. It is only about $25 to buy a repeater but I thought it would be an interesting project and I have most of the parts around. Ultimately, I plan to use a 555 with some basic supporting components (IR Extender Mark 4) in the cabinet powered via the USB port from the Wii or DVD player. A wire will have to run thru the wall to the IR receiver which will be right below the TV. I had some doubts that the signal from the IR receiver would go thru such a long run with multiple connectors so I did a couple simple tests before building the Mark 4.

I used the very basic test setup from http://allaboutee.com/2011/07/10/arduino-infrared-sensor-code/

When the code from that page is uploaded to the Arduino and then you press a button you see "You pressed a button" on the serial monitor. That worked as expected. It was nice to get validation that the remote was 38kHz - I assumed it would be because that's what I've read that most are these days but nothing is ever simple.
Between the cabinet and the TV, I've run 1 HDMI, 1 Component, and 2 ethernet cables. I don't actually need ethernet at the TV at the moment so I'm using 1 of them for the IR repeater. So there is a Cat 5e run of about 10 feet in the wall, 2 jacks / plugs, and then about 4 feet of cable at each end for connecting to the components.

I was pleased to read, "You pressed a button" in the serial monitor when I used the remote. The receiver appears to be plenty sensitive still as I don't have to be close or pointing the remote at the IR receiver.

I feel like it is safe to move on and build the Mark 4.