IR Remote power on/off


Scope:

The DVD remote lacks the power on/off button. Not anymore. A little hardware add-on to the box with a microcontroller and infrared receiver will do the job

Note:

This project is not using any copyrighted or licensed code. By making alterations to your box you will be loosing warranty, exposing yourself to the risk of electrical shock and fire hazard, among others. You will use this information at your own risk and we are not liable for information posted or displayed which may harm you in any way. Make sure you disconnect the power before opening the case. While disconnected, the power supply still can hold enough charge that can lead to electric shock.

Overview:

XirRemote continuously receives all infrared signals, even if the box turned off. This is possible by using the standby power from the box power supply connector. Once the display button push was detected and the box was off, it pulls the power on button wire down for about 200 milliseconds. The same way, it will pulse the power button wire when 0 was pushed on the DVD remote while the box was on. There is a 5 second freeze introduced, where XirRemote will not process any code after an on or off action. This is to protect the integrity of the file system.

Schematics:



The only critical part is the infrared receiver. There are many infrared receivers out there, but not only very few of them are capable to work with 3.3V power, which is the only power available when the box id off. Some suitable parts are:

TSOP18xxSSV3 from Vishay
GP1UDxxxx from Sharp
NJL71V400A from JRC

It seems the carrier frequency does not matter too much. The box uses 56KHz, so far there was no problem with the reception using 26KHz Sharp receivers. If you can't find a 3.3V infrared receiver, you can use an AA cell to boost the power for the infrared receiver only. Make sure you wire the receiver according to the data sheet. The pinout vary by manufacturer.

The Code:

Select your download from the table below. Use the latest version of RAR to decompress. There are several cheap and simple PIC programmers available. Use only PIC 16F628 in LVP programming mode, either the 4MHz or 20 MHz version.

Hex file and the schematicsxirremote.rar12/23/02
Hex file onlyxirpic.hex12/23/02
Hex file with MCE RC6 supportxirpicMCE.hex03/20/03
Hex file with long/short power button push Coming Soon



If you find this design and PIC code useful in your personal or professional life, please use the button above.

Board Assembled:




This board has an additional LED and resistor for testing, not on the schematics.

Putting it all Together:




The board can be fitted between the face plate and the RF shield. Make sure there will be no shorts and it will not move later, fix it with hot glue.

5V main power and 3.3V standby power is available on the power supply connector.

The power button pin is the second from the bottom on the front panel PCB.



A hole was drilled to let the infrared receiver get the signal. It will be covered with a patch of overexposed negative film.


Last Updated: 03/22/2003 by Squar0L