Skip to content

Notes on Arduino Temperature Control Library

gitkomodo edited this page Feb 21, 2020 · 4 revisions

Supported sensors

Supported sensors, family code and links to specifications:

Sensor Family Support Notes
DS18S20 0x10 V
DS1820 0x10 V
DS1822 0x22 V
DS18B20 0x28 V
MAX31820 0x28 V
DS1825 0x3B ? Not in readme, only in library code
MAX31826 0x3B Not in readme and code
MAX31850 0x3B Not in readme and code
DS28EA00 0x42 ? Not in readme, only in library code

Some sensors have the same family code as explicitly supported sensors, but aren't mentioned in the readme file and/or library code as supported. It's unclear if they're supported or not.

Genuine / fake sensors

Excellent article about properties of genuine and counterfeit DS18B20 sensors, including a sketch to test in the same repository: Your DS18B20 temperature sensor is likely a fake, counterfeit, clone... by Chris Petrich.

Clone this wiki locally