We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i have the load cell of 100kg i have a ADC NAU7802. i have to calculate weight through this ADC. can anyone have idea how to convert ADC value to weight.
"dont exceed 16 "
Why put a limit at 16?
Averaging is basically a form of low-pass filter, and depending on needed time constant and sampling speed, a good solution can be to use way more than 16 samples.
Note that rolling averages means that the CPU load doesn't increase with the number of samples. It's just a trade-off on amount of RAM for the sample buffer.