3 simple filtering techniques to eliminate noise
Increasing accuracy in the collection of data coming from sensors is a need that, sooner or later, Makers need to face. Paul Martinsen from MegunoLink created a tutorial to eliminate noise from sensor readings on Arduino with three simple filtering techniques. The Averaging and Running Average techniques are easy to implement as they work by adding a number of measurements together, […]