Jump to content

mota

Member
  • Posts

    4
  • Joined

  • Last visited

Awards

This user doesn't have any awards

  1. I have two concerns about the code: 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 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. After that, nice analysis and really good plots.
  2. https://create.arduino.cc/projecthub/user1590239/wind-tunnel-water-sensors-28cf12 You are not authorized to access this page.
  3. I have so many suggestions for last video: -Explain what is 'standard deviation', yeah the mathematical form is awful but the basic idea is a must. -Nobody have interest in the exact value of standard deviation. If it exist, this must to be in the appropiate plot. -The barplot is not the solution for everything. -if the plot have labels in Y, will be great.
  4. I made some (basic) plots from last video (Does Highs FPS make you a better gamer?). With so many numbers showing in screen and THAT awful barplots, I barely understand the results.
×