Temperature Sensor, 0.1 degree precison
-
Hello everybody,
I would like to measure temperature in the area of -30 to +30 with a precision of 0.1 degree.
If my thermometer shows 22.5, is should be 22. 5, neither 23 nor 21.5.
What is the best way to get this precision at Arduino?
DHT22. Hm.
DB18B20 - not bad, but precision is not there, +-0.5 degrees.
HDC1000. hm.
BME280 on a break out board: All for a toss.
Maybe, somebody soldered it a bit too tough and against specification on the board.
In the area of 10 to 26 degrees, I'm getting results scattered across 6 degrees.
The sensor OK at 10 C, did not deliver properly at 25 C.
My best results i obtained with NTCs. I have 3 different ones (10K, 20K, 100 K Ohm), and they scatter a little only from each other. What is great, when I compare this to other couples of sensors.
However, taking into account the precision of the NTC and series resistor and the ADC resolution of Arduino, I do not think I'll ready for a clear .1 degree precision.What is the best way to get precision of 0.1 degrees?
Thanks!
Martin
-
@Martin I have a MAX31865 and Pt100 class B on my desk ready to achive this. Project has been on my list for some time but Arduino lib and examples are found on the internet.
-
Is it not possible to change the resolution on the DS18B20? Seems like 9 bit (0.5 degrees) resolution is used by default but this can be changed. However the accuracy is still +-0.5 degrees.
If someone knows how to change the resolution, please comment.
Is it as easy as following?:
sensors.setResolution(10); //Set resolution to 10 BIT
-
Replying to my own question. Found this thread:
http://forum.mysensors.org/topic/2686/improve-ds18b20-resolution/6
-
Hi,
I already was lurking towards PT100, but afraid of the effort - The Wheatstone bridge, the Operational Amplifiers. All has to be precisely set up, probably equal or better as 0.1% to get finally the accuracy of 0.1 C.
So - thanks for the hint to MAX31865. It reduces effort remarkably!
Martin
-
@Martin You're welcome! Please share it with the rest of us if you make the first MySensors sensor with this.
-
Hi!
if it can help..
https://github.com/hallard/MAX31865-Breakout
https://github.com/hallard/arduino-max31865
Suggested Topics
-
Aluminium Case for MySensors
Hardware • 4 Mar 2015, 19:28 • allanvbcrew 5 Mar 2015, 09:14 -
Problem with connecting several temperature sensors
Troubleshooting • 23 Dec 2014, 13:31 • Mouridsen 28 Dec 2014, 20:51 -
Sense if my Kitchen hood is running?
General Discussion • 16 May 2016, 10:19 • ausbremen 27 May 2016, 20:40 -
Over the air updates
General Discussion • 23 Mar 2014, 21:38 • ToSa 1 Mar 2015, 11:21 -
1W Temperature Sensor 18s20 shows old values
Hardware • 2 Nov 2015, 07:26 • Dirk_H 3 Nov 2015, 07:32 -
In line humidity sensor
Hardware • 18 Jul 2019, 16:13 • dsabol 18 Jul 2019, 16:13 -
Custom Interrupt routine for door sensor
Development • 11 Jan 2015, 16:27 • funksoulbrother 11 Jan 2015, 22:00 -
Refrigeration Datta Logger (A Non MySensors Project)
My Project • 8 Nov 2014, 22:23 • RJ_Make 9 Dec 2014, 14:13