LCD datasheet
just use a heat sink could help... but i would check what's happen at the 7805 input first with a scope. Is this really clean? is this really between the voltage you mentionned OR it have also up to 20 volts peak...
My best suggestion will be to change your PIC to have a PWM out and use it. Take the output, send it to a transistor. The LCD voltage will be taken at the input of the voltage regulator. This way, you will reduce heat.
a 16F628 is just perfect, cheaper and also give few free i/o if the internal OSC is enough. 1 more if you don't need the MCLR pin.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I find that even with quite low current consumption the 7805 dissipates sufficient heat to require a heatsink and to that extent I avoid that part. On the other hand, the 78L05 is great. Small TO92 footprint, low heat dissipation... yes it's spec'd at 100mA, but I seldom draw more than 50mA from one, and I'd fit two... one for the +5v for your microprocessor and logic, and the other for the Backlight. Two or three 78L05's take up less real-estate as a single 7805 horizontal with a heatsink and in total cost less. Actually, most backlights can happilly run from an unregulated supply provided you suitably current limit them.
Thx for the reply's everybody.
I chose the 7805 part for my project because i had one on hand (many on hand), and also because the end goal for my little project involves around 12 IC's, and a backlight.
The project involves 1 pic 16F767 running@20mhz which aquires data from several 74LS151 8-1 data selector IC's.
The data is "line status" information coming over 2 wires and 1 common for each "phone line". The pic runs the address sequencing and aquires the bit information and then transmits it to PC software.
The inputs on the 74LS151 IC's are tied high and are "commoned" to ground. Active Low.
I decided to Add on an LCD connected 16F84a. It is to receive serial output from the 16F767 PIC and print certain information to the LCD display (totals for each of the 4 states of the phone line).
So lets say I move the lcd backlightpower to the source before my 7805 regulator which is powered by a 12v wall wart adapter. Do i need a voltage divider before feeding the power to the LCD backlight?
I think the ultimate solution would be to have a button on the 16F84a that turns on the backlight. So i imagine this would involve an interupt? But lets start off by powering the backlight..
You just need a bigger resistor instead of the 11 ohm you currently have.Originally Posted by RYTECH
With your 11 ohm resistor you have 50mA flowing through the backlight.
11 * 0.05 = 0.55V dropped across the resistor so your LED backlight has a forward voltage of 4.45 volts.
For a 12v supply you need the resistor to drop 7.55v
7.55/0.05 = 151 so 150 ohm 0.5 watt resistor for 12V supply @ 50mA
For the 18v supply you need the resistor to drop 13.55v
13.55 / 0.05 = 271 so 270 ohm 1 watt resistor 18V supply @ 50mA
Keith
www.diyha.co.uk
www.kat5.tv
Just for the record, I ran into the same situation recently. I end up tying the backlight to 12V. Works well and keeps the 7805 nice a cool.
Hi, Sarma
I just have MEASURED 3v9 @ 50 mA on one of my LCD Backlight ...
so, ...
( 12v - 3.9v ) x .05 = 0.4 W to be dissipated ...
now, as you do, pluggeg in the 5v with 11 Ohms
( 5 - 3.9 ) /11 = 100 mA !!!
so, your 7805 is then overcharged and is close to it's maximun dissipated power before shutdown ( 130°C internal ? ) !!!
Try a 22 Ohm resistor and everything might be Ok !!!
Alain
Ohm's law will still make ink flow ...
Last edited by Acetronics2; - 13th January 2007 at 13:14.
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
Bookmarks