Page 1 of 2

Accuracy of Detectors (Overall)

Posted: February 16th, 2020, 3:58 pm
by MoMoney$$$;)0)
So I was wondering how exact you guys are getting your detector to be since mine is still around ± 0.5 Degrees and sometimes more accurate, but how exact have you guys gotten you detector to get to place. Thanks!

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 8:21 am
by lifeof3.141592
MoMoney$$$;)0) wrote: February 16th, 2020, 3:58 pm So I was wondering how exact you guys are getting your detector to be since mine is still around ± 0.5 Degrees and sometimes more accurate, but how exact have you guys gotten you detector to get to place. Thanks!
in total or 0.5 degrees per test for a total of 2?

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 8:36 am
by MoMoney$$$;)0)
lifeof3.141592 wrote: February 17th, 2020, 8:21 am
MoMoney$$$;)0) wrote: February 16th, 2020, 3:58 pm So I was wondering how exact you guys are getting your detector to be since mine is still around ± 0.5 Degrees and sometimes more accurate, but how exact have you guys gotten you detector to get to place. Thanks!
in total or 0.5 degrees per test for a total of 2?
Either one is fine, and Thanks for the reply!

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 9:35 am
by zandaddy
I'm assuming you mean plus or minus 0.5 per test. And as for accuracy, all you can do is test. Finding what factors cause inconsistencies in results helped me immensely.

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 9:43 am
by LIPX3
The biggest suggestion I can give you is to improve your entire set up. More data isn't the solution - if your setup is inherently inaccurate, more data won't do anything. Try to reduce electrical noise as much as possible.

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 3:44 pm
by jinhusong
Depend on what sensor you use.

For TMP36, You should not use its linear formula, come up with your own high level polynomial (or LUT).
More important, its output noice extremely depends on the source. Better use standalone battery pack (like 2AA or 3AA). Still, read like 1000 time and take average. With all these, you may still not be able to get 0.1C resolution, but it should be way better than 0.5C.

For thermistor, normal setup of 10K resistor and 10K thermistor with 1000 average reading should easily get you 0.2C with Arduino UNO, it should get you 0.1C with Arduino DUE.

Student here cuts Steinhart formula into 4 sections with 5 datapoint, got 0.0, 0.0, 0.2, 0.1C.
3 dataPoint direct got like 0.1, 0.2, 0.1, 0.2C.

Hope these help.

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 5:56 pm
by MTV<=>Operator
jinhusong wrote: February 17th, 2020, 3:44 pm Depend on what sensor you use.

For TMP36, You should not use its linear formula, come up with your own high level polynomial (or LUT).
More important, its output noice extremely depends on the source. Better use standalone battery pack (like 2AA or 3AA). Still, read like 1000 time and take average. With all these, you may still not be able to get 0.1C resolution, but it should be way better than 0.5C.

For thermistor, normal setup of 10K resistor and 10K thermistor with 1000 average reading should easily get you 0.2C with Arduino UNO, it should get you 0.1C with Arduino DUE.

Student here cuts Steinhart formula into 4 sections with 5 datapoint, got 0.0, 0.0, 0.2, 0.1C.
3 dataPoint direct got like 0.1, 0.2, 0.1, 0.2C.

Hope these help.
When you say normal setup, what type of equation are you using? Also how exactly do you cut the formula into 4 sections?

Re: Accuracy of Detectors (Overall)

Posted: February 17th, 2020, 7:13 pm
by MoMoney$$$;)0)
MTV<=>Operator wrote: February 17th, 2020, 5:56 pm
jinhusong wrote: February 17th, 2020, 3:44 pm Depend on what sensor you use.

For TMP36, You should not use its linear formula, come up with your own high level polynomial (or LUT).
More important, its output noice extremely depends on the source. Better use standalone battery pack (like 2AA or 3AA). Still, read like 1000 time and take average. With all these, you may still not be able to get 0.1C resolution, but it should be way better than 0.5C.

For thermistor, normal setup of 10K resistor and 10K thermistor with 1000 average reading should easily get you 0.2C with Arduino UNO, it should get you 0.1C with Arduino DUE.

Student here cuts Steinhart formula into 4 sections with 5 datapoint, got 0.0, 0.0, 0.2, 0.1C.
3 dataPoint direct got like 0.1, 0.2, 0.1, 0.2C.

Hope these help.
When you say normal setup, what type of equation are you using? Also how exactly do you cut the formula into 4 sections?
It's quite easily actually once you know what you're doing, and if you're acquainted with the language you're working with. I'm pretty sure he's talking about using the Stienhart-Hart equation given with a thermistor, and then changing it with some testing.

Re: Accuracy of Detectors (Overall)

Posted: February 18th, 2020, 5:45 pm
by MTV<=>Operator
MoMoney$$$;)0) wrote: February 17th, 2020, 7:13 pm
MTV<=>Operator wrote: February 17th, 2020, 5:56 pm
jinhusong wrote: February 17th, 2020, 3:44 pm Depend on what sensor you use.

For TMP36, You should not use its linear formula, come up with your own high level polynomial (or LUT).
More important, its output noice extremely depends on the source. Better use standalone battery pack (like 2AA or 3AA). Still, read like 1000 time and take average. With all these, you may still not be able to get 0.1C resolution, but it should be way better than 0.5C.

For thermistor, normal setup of 10K resistor and 10K thermistor with 1000 average reading should easily get you 0.2C with Arduino UNO, it should get you 0.1C with Arduino DUE.

Student here cuts Steinhart formula into 4 sections with 5 datapoint, got 0.0, 0.0, 0.2, 0.1C.
3 dataPoint direct got like 0.1, 0.2, 0.1, 0.2C.

Hope these help.
When you say normal setup, what type of equation are you using? Also how exactly do you cut the formula into 4 sections?
It's quite easily actually once you know what you're doing, and if you're acquainted with the language you're working with. I'm pretty sure he's talking about using the Stienhart-Hart equation given with a thermistor, and then changing it with some testing.
Changing it as in adding a constant? I don't see how one could find new coefficients in the 20 minutes of allotted calibration time.

Re: Accuracy of Detectors (Overall)

Posted: February 18th, 2020, 5:49 pm
by MoMoney$$$;)0)
MTV<=>Operator wrote: February 18th, 2020, 5:45 pm
MoMoney$$$;)0) wrote: February 17th, 2020, 7:13 pm
MTV<=>Operator wrote: February 17th, 2020, 5:56 pm

When you say normal setup, what type of equation are you using? Also how exactly do you cut the formula into 4 sections?
It's quite easily actually once you know what you're doing, and if you're acquainted with the language you're working with. I'm pretty sure he's talking about using the Stienhart-Hart equation given with a thermistor, and then changing it with some testing.
Changing it as in adding a constant? I don't see how one could find new coefficients in the 20 minutes of allotted calibration time.
More than doable with the right tools. This can be like quickly using a good graphing calculator to take points with corresponding voltage and temperature. Then finding a line of best fit. Personally I've done it in a time crunch, with a little under 20 minutes. Definitely can happen.