Jump to content

Is this even going to work…

ColinLTT
On 7/9/2020 at 11:25 PM, mota said:

You can run a running average in the arduino code,  instead analog reading 4 times per second, you maybe read more times per second avoiding the noisy read. https://www.arduino.cc/en/tutorial/smoothing

the idea is great, but like my idea with the software offset-calibration, this isn't a simple as possible code to run.

 

On 7/9/2020 at 11:25 PM, mota said:

Even though the Steinhard equation have a well known constants, its recommended run the equation in the post processing (with excel, python, etc), instead in the arduino code. Why? If you have a bug in the code will lose precision trying recover the "correct data" or in the worst case escenario you will need rerun the test.

 

Ok... with this statement you can do everything in the post-processing and push only as fast as possible the ADC-Values out of the box.

but the wish father of the thought is to have an livefeed of the current temperature-values and interact if something wrong.

Link to comment
Share on other sites

Link to post
Share on other sites

13 minutes ago, Monk.ey said:

but the wish father of the thought is to have an livefeed of the current temperature-values and interact if something wrong.

"Am I having a stroke?"

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×