This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

lcd and thermistor

i need help on the c code for an lcd display.
im using a pic18f242 microcontroller and i need to send a information from a thermistor in a analog form and convert it to digital and display it on the lcd.
can someone reply as give me sujestions

Parents
  • For PIC specifics, go to a PIC forum.
    THe general principles:

    "information from ... analog form and convert it to digital"

    Have you ever heard of a device called an "Analog(ue) to Digital Converter" or "ADC" or "A/D"?
    The name should be a big clue to you here...!
    Many processors these days have them built in.

    "display it on the lcd."

    printf?
    sprintf?

Reply
  • For PIC specifics, go to a PIC forum.
    THe general principles:

    "information from ... analog form and convert it to digital"

    Have you ever heard of a device called an "Analog(ue) to Digital Converter" or "ADC" or "A/D"?
    The name should be a big clue to you here...!
    Many processors these days have them built in.

    "display it on the lcd."

    printf?
    sprintf?

Children
No data