kaxori 06/26/2023 05:54 PMToday I wanted to implement a ripple filter for the noisy ESP32 ADC data. Searched through example sources and libs, but with used keywords I was not successful.
Then i tried to implement a filter, building average of n recent values stored in a list. But got compiler errors after removing oldest/first list element (values = values[1...].
Not only the language detailed, also the concepts are hard to find.
Which resources do you recommend to learn to solve such simple problems ?