100K NTC Thermistor

Unbranded/Generic

  • Unit price per 

{"one"=>"Only {{ count }} left!", "other"=>"Only {{ count }} left!"}

FEATURES
  • Flux SKU:
    ACAA100014
  • Length (mm):
    34
  • Width (mm):
    1.5
  • Height (mm):
    3.5
  • Brand:
    Unbranded/Generic
  • Country of Manufacture:
    China
  • MPN:
    ACAA100014
  • UPC:
    Does Not Apply
  • Minimum Operating Temperature:
    -50°C
  • Maximum Operating Temperature:
    125°C
  • Number of Items:
    1
  • Impedance:
    100kΩ
  • Impedance Test Temperature:
    25°C
  • Material:
    Glass
  • Temperature Profile:
    NTC
  • Beta:
    3950
DESCRIPTION
This NTC Thermistor is ideally suited to being used in a 3D printer such as the RepRap or Ultimaker. Producing reliable resistances across a wide range of temperatures allowing you to get the prints you desire.
The values required to use this Thermistor the beta value of 3950 and 100KΩ at 25°C (r0 and t0). This produces the thermistor lookup that can be seen below (generated using nathan7's generator) assuming the standard r1 and r2 are used.
If you require assistance using the components, please do not hesitate to contact us.
The lookup table for use with RepRap style boards is given below
// Thermistor lookup table for RepRap Temperature Sensor Boards (http://reprap.org/wiki/Thermistor) // Made with the online thermistor table generator by nathan7 at http://nathan7.eu/stuff/RepRapCalculator/RepRapCalculator.html#TempLookup // r0: 100000 // t0: 25 // r1: 0 // r2: 4700 // beta: 3950 // max adc: 1023 #define NUMTEMPS 20 short temptable[NUMTEMPS][2] = { {1, 938}, {55, 266}, {109, 216}, {163, 190}, {217, 171}, {271, 157}, {325, 145}, {379, 135}, {433, 126}, {487, 118}, {541, 110}, {595, 102}, {649, 94}, {703, 86}, {757, 78}, {811, 69}, {865, 59}, {919, 46}, {973, 27}, {1023, -43} };

We Also Recommend