LCD 16x2 HD44780U on 3V pic Directly?


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2005
    Location
    GREECE
    Posts
    120

    Question LCD 16x2 HD44780U on 3V pic Directly?

    Hello to everybody,

    I have a PIC 16F628 running on 3V DC(battery).Can we drive 16X2 LCD MODULE (HD44780) lcd by micro on 3v directly? or we need to put level shifter??\

    Thanks
    Nikos

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Lightbulb

    Hi, N'Geron

    I think this subject has already been treated ...

    http://www.picbasic.co.uk/forum/show...highlight=3.3v

    But that's just a part of the SEARCH

    Alain
    ************************************************** ***********************
    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 " !!!
    *****************************************

  3. #3
    Join Date
    Feb 2005
    Location
    GREECE
    Posts
    120


    Did you find this post helpful? Yes | No

    Default

    Thanks Acetronics for the link,

    BUT i do not want to change the LCD.
    Does it works or not???

    Nikos

  4. #4
    Join Date
    Feb 2005
    Location
    GREECE
    Posts
    120


    Did you find this post helpful? Yes | No

    Default

    The data lines of the display work also with 3V signals????

  5. #5
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    The data lines will work at 3 volts just fine. The tricky part is supplying the module with 4.5 to 5Vdc at a couple of mAs. I did this for a low current LED backlight by using the hardware PWM module, a couple of diodes and two capacitors. If you need to shut the module down, then it will cost you two port pins. If not, you can use your PWM pin, and the 3 volt B+ line.
    The general priciple is a diode doubler. You have a steady B+ of 3 volts, passing through a low loss schottky diode. Your PWM pin is attached to one leg of a 10 uF capacitor.The other lead of the capacitor is attached to the cathode of the first diode. Another diode's anode is attached to this junction, and the cathode of this diode becomes your boosted B+ line out. It is smoothed with another 10 uF cap to ground.
    When the PWM pin is low, the first capacitor is charged through the first diode to B+. When the pin switches to high, it takes the leg of the capacitor it is attached to, to 3 volts. This takes the other side of the cap to almost 6 volts! It then discharges through the second diode into the smoothing cap and your LCD. You can do a software PWM, if you can't spare a hardware PWM pin, and just run a square wave at 12KHz or so. Look at the Maxim site for switched capacitor doubler ICs. It's a good tutorial for the basics.
    Ron

  6. #6
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,614


    Did you find this post helpful? Yes | No

    Default

    Hi, Ngeron

    Browsing the datasheets I have here, it comes out 5v supply LCDs need :

    supply voltage : 4.5 to 5 v
    Input High level : 2.2 v
    Input Low level : .6v

    that means AS RON WROTE that Your LCD WON'T WORK @ 3v supply ..., but can be interfaced with a 3.3v supplied processor, with a separate supply.

    Alain
    ************************************************** ***********************
    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 " !!!
    *****************************************

Similar Threads

  1. More Servo Woes
    By chrisshortys in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 13th May 2009, 08:40
  2. Need help with LCD number display.
    By Steve Matson in forum mel PIC BASIC
    Replies: 8
    Last Post: - 26th June 2007, 23:07
  3. Gps with 16f628
    By dragons_fire in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 8th June 2006, 03:38
  4. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14
  5. 3v Pic Icsp
    By Keith55555 in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 7th June 2004, 15:13

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts