General digital thermometer question Thermistor


Closed Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2008
    Posts
    31

    Default General digital thermometer question Thermistor

    I'm in the process of doing a thermostat project and have been looking over Digital Thermometer schematics that use thermistors. I've seen some with elaborate dual op-amp circuits and others that feed strait to a PIC's ADC VIA voltage divider. Is a buffer of some kind recommended? If so why? I want to use this in a farm's out-building when I'm done so a semi harsh environment is likely.

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    It's down to the Thermistor specs... and MAX PIC ADC impedance...
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  3. #3
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Neosec View Post
    I'm in the process of doing a thermostat project and have been looking over Digital Thermometer schematics that use thermistors.
    Or just make it easy on yourself and use a DS1820.

  4. #4
    Join Date
    May 2008
    Posts
    31


    Did you find this post helpful? Yes | No

    Default

    I considered a DS1820 but was concerned about the 1-wire network immunity to noise... I want to have at least 5 temperature sensors 3 indoor, two of which will be up to 200 feet from the PIC probably running along side Romex 120v AC lines. An outdoor sensor and a sensor in a thermowell in a boiler ~180 Deg.F. Thermistors are industry standard in a boiler so I didn't want to reinvent the wheel. And as for the longer runs I just figured the thermistor lines could be filtered with some caps since they're DC so noise would be less of a problem. I guess adding a buffer will provide a more robust signal. Thanks... I'll look into it a bit more now that I know what to look for.
    Last edited by Neosec; - 1st June 2008 at 01:39. Reason: grammer

  5. #5
    Join Date
    Sep 2005
    Location
    Campbell, CA
    Posts
    1,107


    Did you find this post helpful? Yes | No

    Default

    I have successfully used the Microchip MPC9701. Since it has an analog output, you can run the signal 50' or more. Just use a low-pass filter (2K in series, .1uF to GND) with the A/D input and average 16 samples with a 1mSec delay between samples (so that you average out over one complete cycle of 60Hz). The output is linear with temperature (unlike thermistors), and doesn't need calibration. Cheap, too.
    Charles Linquist

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    LM34 or LM35 will work too. A cap from signal to ground for longer distances and good to go.
    Like the Microchip MPC9701 these are also linear. Your harsh environment is not a problem. Good for around 300 F.

    Industry standard? I use the LM34 in thermo wells at the plant where I work. One has an average temp 250 F. One degree resolution, no problems. We must be Non- standard.

    Lots of options.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Digital clock thermometer Calendar PIC 16F628
    By valdirdf in forum Code Examples
    Replies: 0
    Last Post: - 31st May 2009, 01:52
  2. General Question About Multiple Interrupts
    By grzeh666 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 31st August 2008, 17:09
  3. Serial Question + General Review
    By Freman in forum General
    Replies: 2
    Last Post: - 20th June 2008, 22:27
  4. General question about failure analysis
    By Christopher4187 in forum General
    Replies: 4
    Last Post: - 11th August 2006, 17:11
  5. 18B20 Thermometer Question
    By Travin77 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 5th April 2006, 01:18

Members who have read this thread : 0

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