Best Way To Use A Thermistor


Closed Thread
Results 1 to 2 of 2
  1. #1

    Default Best Way To Use A Thermistor

    Would like to know the best approach to using a thermistor instead of a digital sensor. Would I use an op-amp or could I just use thermistor straight into the AD? With Dallas/Maxim having problems with their DS18xx lines I have to look to an alternative source.

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Sensirion's SHT11 is a good (if expensive) Temperature sensor, and there's plenty of code for it floating about (as I recall) in the MeLabs archives. Plus it also gives you Humidity and from that along with the Temperature you can then calculate the Dewpoint too.

    Meanwhile, if you go the Thermistor route, you'll discover it needs either a constant voltage or constant current. Buffer the supply to the Thermistor with an Op-Amp... it's tempting to use the +5v from your PCB, but it's bad practice to send that off your board because any noise picked up will come straight back to your PIC. Thermistors are NOT linear, using a constant current method will attempt to straighten the curve, but you will still need either a lookup-table or some math to get any accuracy. Saying that, I have achieved 0.25C in the range -20C thru +40C using a Thermistor and the PIC's internal 10-bit ADC using just a small lookup-table to get within 5C and then interpolating the remainder with a bit of math.

Similar Threads

  1. Temp readings and voltage input
    By ruijc in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 7th July 2008, 12:35
  2. General digital thermometer question Thermistor
    By Neosec in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 1st June 2008, 02:32
  3. NTC Thermistor with PWM
    By shredder in forum Schematics
    Replies: 2
    Last Post: - 13th March 2007, 23:27
  4. resistor in parallel with a thermistor
    By Pic_User in forum General
    Replies: 0
    Last Post: - 13th March 2007, 01:42
  5. Help with Thermistor Circuit
    By CocaColaKid in forum General
    Replies: 2
    Last Post: - 12th May 2005, 06:08

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts