Can you replace the 220 Ohms resistor on the GLCD?
If yes, then you can experiment to turn on the backlight with 3 or 5 volts, if it works you have solved half of your problem.
Al.
Can you replace the 220 Ohms resistor on the GLCD?
If yes, then you can experiment to turn on the backlight with 3 or 5 volts, if it works you have solved half of your problem.
Al.
Last edited by aratti; - 15th April 2010 at 19:02.
All progress began with an idea
Thank you all for your response.
mackrackit,
I'm not powering any devices with the USB host 5 volts, but I'm almost 100% sure that the signal comming in and out of D- and D+ on the PIC18F4550 needs to be 5V. That's why a voltage level converter is needed, but I don't know which chip is appropiate.
Aratti,
The GLCD backlight voltage must be around 9.3 Volts. But, the datasheet recomends to use 12V with a current limiting resistor of around 220 Ohms.
Joe S,
The circuit is going to be fed from a rechargeable battery, and a voltage divider will drain a battery very quickly. The battery that I will use is probably a 6.0V lithium battery. I read somewhere that there are some LED driver chips that give you 12V from a 5V or 3V voltage input. But, if this is true I don't what chips these are.
Again, thank you all for your ideas.
Robert
Check out figure 17-1 in the 4550 data sheet.
Just run the 4550 at 3.3 volts and save one regulator.
Dave
Always wear safety glasses while programming.
Nice!. So, the USB module works with 3.3V. Everything starts to make sence now. Thanks a lot. That saves me the use of an extra regulator and some voltage level converters.
Now, for the GLCD backlighting I'm planning to use something like this power booster DC/DC step-up converter. I just need to find the right chip for what I need. Has anybody used these DC/DC step-up converters before? Thanks again.
http://www.onsemi.com/pub_link/Collateral/CAT4238-D.PDF
Robert
mackrackit,
Thank you for guiding me in the right direction. I did some more research and found out that the internal USB regulator must be turned off. The capacitor at Vusb is not needed anymore and the internal USB transceiver and pull-up resistors can be used in the configuration I'm using. I just need to feed 3.3V at Vusb and Vdd.
So, I'm running my PIC18F4550 with Vdd=3.3V and the USB peripheral works! I was able to send and receive data from my computer to the PIC.
As for the GLCD backlight voltage, I have already ordered this chip and the required external components from mouser.com
http://www.onsemi.com/pub_link/Collateral/NCP5007-D.PDF
This chip is a backlight LED boost driver. The input voltage range is from 2.7 to 5.5 Volts, so it should work for my application.
Thank you all again for your help and ideas.
Robert
I think you only read the first line of my post, where I said simple POWER HUNGRY way. You can set a Hardware PWM on your pic and not need that chip you ordered from Mouser, I have used simple 12F chips to do that with pins to spare without using HPWM, so How much easier is using it ? Your money, spend it your way. Cost extra real estate on PCB too.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Joe,
Thank you for your comments. Yes, I read the part were you talk about HPWM in your post. That would work if I needed to obtain 3.3V from a PIC running with Vdd=5.0V. But in my case I have a 6.0V rechargeable battery and a 3.3V voltage regulator. Somehow, I need to obtain 12V to feed the GLCD backlight.
Please, take a look at the attached drawing. In the left lower part it says the power requirements for the backligh. It says "Backlight Vf=9.9V, 12.5 mA per side". However, the datasheet recommends to use 12V with a series current limiting resistor. If you don't feed 12V to the GLCD it will not work. Now, do you see why I had to buy a backlight LED boost driver? They cost about $0.70 a piece.
Robert
Bookmarks