ThermistorTemperature function

RTD temperature Fit

RTD temperature Fit

ThermistorTemperature RTD temperature Fit

ThermistorTemperature(R, R0, betaTH, T0)

Arguments

  • R0: resistance at 0C
  • R: resistance measured
  • betaTH: beta parameter of the thermistor (calculated or from the data sheet)
  • T0: temperature at resistance R0

Returns

  • T: temperature (C)

Source

Mosaic Industries, Inc., 2014 ntc-thermistors http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/ntc-thermistors/resistance-equation

References

Mosaic Industries, Inc., 2014 ntc-thermistors http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/temperature-measurement/ntc-thermistors/resistance-equation

Author(s)

Jose Gama

Examples

data(ThermistorTemperature) str(ThermistorTemperature)
  • Maintainer: Jose Gama
  • License: GPL (>= 3)
  • Last published: 2015-07-19

Useful links