This article describes a Arduino based thermometer using a 1-wire DS18B20 digital temperature sensor using a SDD1306 or SH1106 OLED display.
The DS18B20 is a digital sensor, used for relative noise immunity, especially given the choice of an OLED display.
This is a basis for tinkering, for modification and a vehicle for learning.
Above is the sample display.
The code is written to support multiple sensors on the 1-wire bus, it cycles through each of the sensors displaying them for 1s each. Continue reading Arduino thermometer using DS18B20 and OLED display