MicroController Pros Home Page My Account  Cart Contents  Checkout  
  Store » Parts & Components » Sensors » Temperature » KTY81-110-3M My Account  |  Cart Contents  |  Checkout   
Quick Find
 
Enter keywords to find the product you are looking for in the Quick Find field above

or use
Advanced Search
Categories
Accessory Boards->
8051->
ADI Blackfin
Arduino->
ARM->
Atmel AVR->
Cypress PSoC
Freescale->
FTDI->
Locktronics
Microchip PIC->
MIPS
Parallax->
Renesas
Silicon Labs
ST Microelectronics->
Texas Instruments->
Tibbo->
Books->
Displays->
E-Blocks->
EEPROM/EPROM/FLASH
Embedded Ethernet->
Embedded Software->
I/O Modules->
Parts & Components->
  Batteries & Chargers
  Buzzers
  Cables/Adapters->
  Cameras
  Chips/ICs
  Connectors
  Crystals
  Diodes
  IC Sockets
  Joysticks/Keypads
  LEDs
  Memory Cards
  Motor Drivers
  Power Supplies/Adapters
  Relays
  Resistors
  RTCs
  Sensors->
    Acceleration
    Orientation
    Temperature
    Air Quality
    Liquid
    Sound
    Light
    Pressure
    Touch
    Magnetism/Current
    Flex/Stretch
    Vibration
    Other
  Solar Cells
  Switches
  Transistors
  Voltage Regulators
  Generic Pin Converters
Pick & Place Tools
Programmable Logic (PLD)
Prototype PCBs->
Robotics
ROM/Flash Emulators
Test & Measurement->
Tutorial Software
Universal Programmers->
Wireless->
Information
Intro to Embedded Tools
Embedded News Digest
Useful Resources
Shipping & Returns
Warranty & Liability
Privacy Notice
Conditions of Use
Contact Us
Temperature Sensor, NXP KTY81/110, -55 to +150 °C, 3 Meter Cable US$3.00

KTY81-110-3M
Temperature Sensor, NXP KTY81/110, -55 to +150 °C, 3 Meter Cable


This is an NXP KTY81/110 PTC thermistor connected to a 3-meter cable, 2 × 0.5 mm². It changes resistance positively as the temperature increases. It's a nice, inexpensive solution when you need to detect fairly low or high temperatures and don't need something super precise. It operates from -67 to +302 °F (-55 to +150 °C).

Run this from your microcontroller system to check remote temperatures where your main system can't handle the temperatures, or where there simply isn't room for your whole system in the test area (or access to the system would be problematic).

If the area to be tested is closer or farther away than three meters, you can get a 1-meter or a 5-meter version.

When you connect this thermistor in series with a 3300Ω resistor to +3.3V DC, you can measure temperature on a microcontroller's analog input pin. The following values have been read:

Temp.
(°C)
Resistance
(Ω)
Measured
Voltage
-554900.42665
-505150.44548
-405670.48386
-306240.52477
-206840.56657
-107470.60912
08150.65358
+108860.69847
+209610.74426
+2510000.76744
+3010400.79078
+4011220.83731
+5012090.88483
+6012990.93209
+7013920.97903
+8014901.02651
+9015911.07346
+10016961.12026
+11018051.16680
+12019151.21179
+12519701.23359
+13020231.25416
+14021241.29226
+15022111.32395

The following is MMBASIC demo code that runs on a DuinoMite board with the sensor connected to Pin 1 and with a 3300Ω resistor in series. It displays the average of 1000 readings (to four decimal places), then repeats.

 5 OPTION BASE 0
10 DATA -55,0.42665,-50,0.44548,-40,0.48386,-30,0.52477,-20,0.56657,-10,0.60912,0,0.65358,+10,0.69847
20 DATA +20,0.74426,+25,0.76744,+30,0.79078,+40,0.83731,+50,0.88483,+60,0.93209,+70,0.97903,+80,1.02651
30 DATA +90,1.07346,+100,1.12026,+110,1.16680,+120,1.21179,+125,1.23359,+130,1.25416,+140,1.29226,+150,1.32395
40 DIM T(23),V(23)
50 FOR I = 0 TO 23: READ T(I): READ V(I): NEXT I
60 SETPIN 1,1
70 NRD = 1000 'number of times to read
100 'read temperature
110 VOL = 0
120 FOR I = 1 TO NRD: VOL = VOL + PIN(1): NEXT I: VOL = VOL / NRD
130 IF VOL < V(0) OR VOL > V(23) THEN 180
140 I = 0
150 DO
160 IF VOL > V(I) THEN I = I + 1 ELSE GOTO 200
170 UNTIL (I=23)
180 PRINT "ALARM – TEMPERATURE OUTSIDE -55+150C"
200 TEMP = T(I)-(V(I)-VOL)*(T(I)-T(I-1))/(V(I)-V(I-1))
210 PRINT "TEMPERATURE IS:"; TEMP
220 GOTO 100

  • See the NXP KTY81 Page to download a datasheet and additional documentation.

  • This product was added to our catalog on Monday 02 June, 2014.

    Reviews

    Shopping Cart more
    0 items
    What's New? more
    RLC Voltage Divider Board, Resistors and Capacitor Included
    RLC Voltage Divider Board, Resistors and Capacitor Included
    US$10.00
    Tell A Friend
     

    Tell someone you know about this product.
    Notifications more
    NotificationsNotify me of updates to Temperature Sensor, NXP KTY81/110, -55 to +150 °C, 3 Meter Cable
    Reviews more
    Write ReviewWrite a review on this product!
      Saturday 03 June, 2023   List of all our Products

    Copyright © 2003-2017 MicroController Pros LLC
    Powered by osCommerce