display temperature, voltage and current

Status
Not open for further replies.

stereo

Newbie level 6
Joined
Jun 23, 2009
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,419
i have LM35 and would like to display temperature on the LCD. im able to display current and voltage using ADC with pic18f4520.

on the LCD, it displays voltage and current. how can i blank the lcd, put 0.5sec delay and display temperature using LM35 without interrupting the ADC(analogue to digital conversion)?

thanks.
 


can u provied display current and voltage using ADC with pic16f676 or 16f72 lcd\7 segment ?

thanks
 

@stereo

As your ADC is reading the analog values ON REQUEST by your software, and you are displaying the values after the conversion is over (your compiler takes care of that), the simplest solution is to:
send a Clear screen command to your display,
delay for 0.5 sec,
read LM35,
display temperature,
delay some time for user to be able to read the temperature displayed,
send a Clear screen command to your display,
display your current and voltage,
.
.
loop
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…