View previous topic :: View next topic |
Author |
Message |
PIC learner Guest
|
Low voltage PIC |
Posted: Mon Mar 26, 2007 1:37 am |
|
|
Hi people,
I am using pIC16F916 coz i have to make a product which runs on 3V. i have a problem . it is interfaced to the lcd.. can lcd's operate with 3 volts..
and another doubt, in PIC printf statements.. what does 3.2%, 4.2 % signify |
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Mon Mar 26, 2007 3:02 am |
|
|
Quote: | I am using pIC16F916 coz i have to make a product which runs on 3V. | There are many PIC processors that can run at 3V, the PIC16F916 is not the only one. Note that at 3V the maximum frequency for this chip model is 10MHz.
Quote: | i have a problem . it is interfaced to the lcd.. can lcd's operate with 3 volts.. | Some can, others can't. Please provide more details about the LCD: type number, manufacturer, etc.
Quote: | and another doubt, in PIC printf statements.. what does 3.2%, 4.2 % signify | These are standard formatting parameters for the printf statement. For a detailed explanation check any C book describing the printf statement. |
|
|
rnielsen
Joined: 23 Sep 2003 Posts: 852 Location: Utah
|
|
Posted: Mon Mar 26, 2007 8:30 am |
|
|
The LCD should be able to interface with a 3.3V controller. The minimum level that is, usually, required to be considered a '1' is 2.4V. When the output, of a 3.3V part, swings high it should go above this level. The only problem is that most LCD's require 5V for their onboard IC's. There should be 3.3V LCD's around but I, personally, haven't looked for any before.
Ronald |
|
|
PIC Learner Guest
|
|
Posted: Wed Mar 28, 2007 3:08 am |
|
|
THank u very much for the reply.. i am using a 16 x 2 LCD. it works with 5V... should check out for other LCD's... hey, thank u for pointing out tat PCI16F916 works with 10F |
|
|
|