Show
Ignore:
Timestamp:
04/26/99 01:52:37 (10 years ago)
Author:
mds
Message:

update. Clarify that w83782d/783s support both thermistors
and diodes but must be configured for one or the other.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/temperature-sensors

    r317 r425  
    33Temperature measuring chips that use external sensors 
    44generally are designed to use either thermistors or 
    5 transistors. 
     5transistors. Check the driver documentation in doc/chips 
     6or the actual data sheets to determine which. 
    67 
    7 Exceptions are the Winbond W83782D and W83783S which claim 
    8 to be able to use both, however it isn't clear how 
    9 to configure these to use transistors. 
     8Exceptions are the Winbond W83782D and W83783S which can use either. 
     9These chips default to termistors but can be configured to use 
     10Pentium II / Celeron diodes or 3904 transistors. 
    1011 
     12Thermistors are about 10 times more sensitive than 
     13diodes or transistors at room temperature. 
    1114 
    1215 
    1316Thermistors 
    1417----------- 
    15  
    1618(summarized from http://www.thermometrics.com/htmldocs/ntcapp.htm  - 
    1719 most thermistor companies don't have much on their web sites but 
     
    3941So by the last equation, a thermistor with a Beta of 3900 will change 
    4042resistance about 4.4% for 1 degree change at 25C (298K). 
    41 For a beta of 3423 as recommended in the 782D data sheet the change is 3.8%. 
     43For a beta of 3435 as recommended in the 
     44Winbond W83782D data sheet the change is 3.8%. 
    4245 
    4346For thermistors, resistance (= voltage for a constant current) 
     
    4649 
    4750 
    48 Transistors 
    49 -------------- 
     51Transistors / Diodes 
     52-------------------- 
    5053To use a transistor as a sensor, hook the base of an NPN transistor 
    5154(such as the 3904) to the collector. 
     
    6871 
    6972 
     73Winbond W83782D and W83783S 
     74--------------------------- 
     75These chips default to thermistors with Beta = 3435. 
     76Each sensor on the chip can be individually set to be  
     77a diode, transistor, or thermistor. 
     78If the temperature reading changes much less than expected, 
     79the sensor type probably needs to be changed to a diode. 
     80See doc/chips/w83781d for details. 
     81 
     82 
     83Summary 
     84------- 
     85Thermistors are about 10 times more sensitive than 
     86diodes or transistors at room temperature. 
     87 
     88Thermistors change resistance exponentially with respect to temperature. 
     89Diodes and transistors change voltage linearly with respect to temperature. 
     90 
     91Sensors built into chips (including Pentium II / Celeron processors) 
     92are always diodes/transistors because that's what's on a chip 
     93already - transistors. 
     94 
     95External, discrete sensors can be either diodes/transistors or 
     96thermistors. Generally, sensor chips are designed to be connected 
     97to one or the other and cannot be configured. The Winbond 
     98W83782D/W83783S chips are exceptions, they can be 
     99configured for either.