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.

adc output to lcd:interfacing microcontroller program

Status
Not open for further replies.

sree_pjct

Newbie level 1
Joined
Oct 12, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
i'm doing a pjct with lm 35 temperature sensor with 16f877A microcontroller.
and i ve to display the value of temperature after analog to digital conversion (adc in microcontroller)
how to convert the adc output to ascii code to be displayed in the lcd module(hd44780)
how to write the program in c language.
whats the output of ADC?WHETHER IT IS BINARY OR BCD OR HEXADECIMAL.
HOW TO CONVERT TO ASCII?

PLZ EXPLAIN THE LOGIC INVOLVED IN THIS DISPLAY INTERFACE
 

the adc output of an analog channel in pic will be of 10bit.. if u re using mikroC, u can use the Adc_Read function to get the analog output. Once u put this output in a variable u can use it whatever way u want.. check **broken link removed** also.. here although the ADC output is in 8bit format.. u'll get an idea as to how u can display the value of temperature.
 
I found a nice tutorial on**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top