2

I'm looking for a way to measure temperatures in range of 40 to -200 °C (100 to −320 °F). The usual DS18B20 digital thermometer works only down to -55 °C (-67 °F).

A precision of 2 °C would be good enough.

Kris_R
  • 121
  • 1
  • 2
  • Hello and welcome. I want to give this hint (as I used many of those sensors myself) http://www.lakeshore.com/Products/Cryogenic-Temperature-Sensors/Pages/default.aspx (I hope it does not come off as advertisement, I am not affiliated with Lakeshore). Thing is, those are *dumb* sensors, you'll have to build a control circuit yourself (e.g. a precision current source and precision voltmeter) - which could be part of good answers. – Ghanima Jan 12 '16 at 20:13
  • related but not a dupe: http://electronics.stackexchange.com/questions/87905/sensor-for-ultralow-to-85c-freezer-monitor/87959#87959 – Ghanima Jan 12 '16 at 20:30
  • Please clarify if you are searching for a general technology or a specific product. – PlasmaHH Jan 12 '16 at 20:31
  • @ Ghanima : the link inside of the post you linked to the https://www.adafruit.com/products/269 will probably work form. Thnx! – Kris_R Jan 12 '16 at 21:41

2 Answers2

4

Answer is simple: thermocouple.

Thermocouple type K (chromel - alumel) works from -200°C and has very linear characteristics. It's very popular and cheap, many multimeters use it as a temperature sensor. Type T will be better for such low temperatures, but it is hard to buy and not as cheap as K.

Another solution is a platinum resistive sensor, like Pt100, but it is not as linear as thermocouple.

Jakub Rakus
  • 2,225
  • 5
  • 18
  • 26
0

A commonly-used cheap sensor for LN2 is a standard silicon diode. Measure the forward drop at a constant current.

WhatRoughBeast
  • 59,978
  • 2
  • 37
  • 97