Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.
 

stereo said:
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.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top