Hi TomGeorge,
Thanks a lot.
Yes, I have a code for reading the analog input with averaging. And measure 5V in three digit display
I am using Arduino Uno
I am not sure what you mean by "steady state level", but min and max are the extremes. You can calculate the average of these values without using an array.
Hi,
I gather that @glamo is not interested in the overall average, what he or she is interested in is after 9 minutes the current temperature fluctuations are within a certain "gap".
So you only need to measure the fluctuations continuously over say the previous minute and at the 9 minute stage use the final fluctuations, of that last minute, as the data to be analysed for stability.
I hope that is not as clear as mud, I'm off to bed, 2:26am here.
Hello jremington,
I want to try your code, would you please add some comments such as "array_length", I am trying to learn, your each word is important for me.
Best regards