IR Remote power on/off (v0.2)
Tutorial
written
by : Squar0L
(official
homepage
- posted
here with
permission
of owner)
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:

click
image
for full
view
The only
critical
part id
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
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:
Download
the hex
file and
the schematics
here.
Use the
latest
version
of RAR.
There
are several
cheap
and simple
PIC programmers
available.
Download
the hex
only.
Use only
PIC 16F628.
Board
assembled:

This board
has an
additional
LED and
resistor
for testing,
not on
the schematics.
Putting
it 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.
Tutorial
written
by : Squar0L
(official
homepage
- posted
here with
permission
of owner)