Most old PDAs use CCFLs as backlights. While such a PDA itself can still
be quite useful, the backlight sometimes is old or damaged. You can,
however, replace it with a more modern and power-friendly solution: white
leds. To do that in a power-efficient way, a bit more is needed, though.
Intro
A few months ago, I bought myself a second-hand HP Jornada 680. Nice beastie:
color screen, keyboard, rugged clamshell design, PCMCIA-slot, 133MHz SuperH-processor, can
run Linux. Great for IRC, IM and mail: just insert an Orinoco wlan-card, boot
Linux from a 512MB CF-card and you have an excellent wireless mini-terminal.
So far, so good, but even as I was looking at the PDA before buying it, the
thing that struck my eye is that the backlight was kinda pink-ish. When I opened
the display panel of the PDA, it turned out that the backlight was a tiny CCFL
with attached inverter, and that CCFL was getting old. What do CCFLs when they
get old? Exactly, emit a pinkish glow instead of the normal cool white light.
Aside from that, they tend to get less efficient too, IIRC.
CCFLs for screens like this aren't used anymore: every manufacturer of small
LCDs equips their screen with white LEDs nowadays. White leds aren't really
rare either: SMD high-brightness ones already go for less than a buck apiece.
I decided to let the Jornada join the 21st century backlight-wise: I ripped
out the CCFL plus inverter and thought of a way to make leds go there.
Theory
(If you want to skip to the more practical stuff, just scroll down.)
Physically, getting the white LEDs inside the screen isn't that hard: the LEDs I ordered
were SMD, the kind that go into backlights of phones, too. They're small
enough to be soldered on a really small and thin piece of PCB and still fit in
the space the CCFL took earlier: with a nice spacing, I could fit 14 LEDs inthere
easily. The problem would be the control: the PDA
gave me 7.4V, directly from the 2 LiIon-cells.
White leds need at least 2.8V to make 'em light up and they give the maximum amount
of light with a current of 20mA. If I used a resistor in series
with every 2 LEDs, I'd waste almost 1/3 of my power on heat in the resistors alone.
The backlight wouldn't be efficient that way.
The most efficient way of placing the leds would be to have them all in series,
with a single resistor to limit the current, or all in series with a constant
current source of 20mA to drive them all. Both approaches had a problem: I needed
to generate at least 40V before I could get the chain of leds to emit any light.
There are ways to generate that voltage: a deviced called a 'boost-converter'
could do it.
Figure 1
A typical boost-converter is shown in fig. 1: the (square-wave) output of the
PWM-generator switches S1 on or off. If S1 is closed, the current I1 will
run and a magnetic field will develop in L1. As soon as the switch is opened,
the magnetic field in L1 will collapse, generating a current. The only way that
current (I2) can run is by going through D1 and C1. Because a current runs
through C1, it'll become charged a bit more and Vout will be a bit higher.
The value of I2 can be modified by adjusting the on-time of S1: if S1 is closed
longer, I2 will be higher and C1 gets charged faster. If a load is attached to
Vout, we need to match the current through that load with I2 if we want to
keep the voltage in C1 at the same level. Tha's where the comparator and Vneeded
are for: if Vout gets too low, the comparator will make the PWM-generator
close the switch a bit longer and Vout wil eventually be the Vout we need again.
The boost-converter as lined out is a constant-voltage-source. What we need
here is a constant-current-source: we want the current through the leds to
always be 15-20mA. The change needed isn't that much: instead of comparing
the output voltage to a certain value, we need a shunt (a resistor with a
low value) in series with the load. The voltage over that resistor will be
an indication for the current through the load: if we compare this current
with a constant value and feed the result to the PWM-generator, we have what
we want.
Practice
I was working with a few restrictions: First of all the components of the current
source had to fit inside the space where previously the CCFL inverter was, and
secondly the circuit had to be built with the components I already had: I had
a sunday afternoon and evening for it and I was planning to finish it in that
amount of time. So: no waiting for special components.
After some thought, I designed the schematic of the backlight controller.
(fig. 2) It uses components I already had (ATTiny, resistor, capacitors) or could
scavenge from old PCBs (78l05, mosfet, diode, inductor). The ATTiny has an
A/D-converter with a built-in reference as well as a PWM-generator, so I decided
that part could act as the controlling and PWM-generating logic. The Jornada has,
besides the 7.4V and ground, an extra output which seemed to dim the backlight
as soon as it went high, so I connected it to the Tiny13 too. The complete design
should be quite power-friendly, with most boost-converters reaching 80-90%
efficiency and the measurement resistor R1 using just a fraction of the power a
normal LED series resistor uses.
Figure 2
As you can see, T1, L1 and D1 don't have any type numbers or anything next to them.
That's because I couldn't find it: I ripped them off old PCBs. T1 should be an
N-channel mosfet capable of switching about 1A and D1 should be able to switch
the same amount of current and withstand 50V when it doesn't conduct. You'll
have to experiment with the inductor: coils ripped from laptop PCBs or laptop
power supplies usually work OK.
Building it.
This is the Jornada.
First of all, we should get to the backlight. The cover was removed easily by
un-screwing a pair of tiny Torx screws and wriggling the pieces of plastic cover
apart with a screwdriver.
The CCFL as-is uses around 125mA. For your information: That's about half the power
the PDA itself uses.
The CCFL itself is viewable by opening the metal casing of the display and folding
out the reflective flap covering it.
Let's replace it by white leds. I decided to slice of a long piece of really thin PCB
I had lying around somewhere.
The places where the LEDs go were then prepared with a knife.
To solder the white LEDs I first used a drop of glue to fix them to their positions.
Then I soldered the gold connection points to the PCB. Take care to
solder them all in the same direction; you don't want to desolder a led! What's the
anode and what's the cathode usually is indicated by a T-shaped thingy at the
bottom of the LED.
Testing the LEDs. My camera couldn't cope with the high contrasts, so you can't see the
LEDs are brighter than the CCFL.
Folded in the reflective screen / diffuser plastic part of the LCD, you can see
that the light of the white LEDs is distributed mostly homogenous.
And when the LEDs are placed in the display itself, you can see the image is
visible quite well. Although the display in reality is a bit more blue than with
the CCFL, this picture somehow exaggerates the effect.
This is the way I got the fourty volts needed to drive the white LEDs: 2 12V accus in series
with my lab power supply. I could've used 9V batteries too, but I didn't have
any around.
Next: The backlight controller. This was my first prototype: later the inductor and the
capacitor turned out to have values that weren't ideal, so I replaced them by
other components.
The firmware in development. The gray cable is the ISP cable used to program the
ATTiny13.
And this is the hardware (it's still attached to it's programming cable here) I
eventually ended up with. It uses about 90mA on the 7.4V rail, that's a reduction
of about 1/3.
With duc[k|t]tape, everything stays in its place. The backlight controller is no
exception.
And the result. The Jornada seems happy with it. Again: the camera unfortunately
exaggerates certain effects, it looks much nicer and less blue in real life.
Source
The source of the firmware I created is downloadable. It's licensed under the
GNU GPL. A hex file is included for the people without a assembler. If you
want to meddle with the source, take care, the circuit described here is
smokable by software: if you open T1 continuously, it and L1 might overheat,
if you allow the voltage over C1 to go over the value it's specced for, it may
explode. The software and the rest of the information on this page is without any
warrantee on my part and for your own risk. However, if you use your brains and
a current-limitable power supply for testing, not too much should go wrong.
If you still want the source and aren't scared away by the previous paragraph, it's
downloadable here.
© J. Domburg