My strategy will be like this
I will try the fourth smoothing concept I know now (thanks to you): ResponsiveAnalogRead library
If this does lead to a significant improvement, i have to decide whether or not to sacrifice the intended luxury of...
I suspect your problem is made worse by the capacitor(s). The T4 pulls a lot of bursty current from its 3.3V supply which causes voltage fluctuations. Adding the caps to the wipers will prevent potentiometers being ratiometric to the supply...
@Christian_K You may want to consider using the ResponsiveAnalogRead library. That works like a charm.
Some time ago I built a MIDI fader using 3pcs 10KΩ faderpots (plus 3pcs rotary encoder).
Here is the schematic:
As you can see I added 3x...
The weird ranges are due to the endpoints of the doepfer modweel construction: Although the potentiometer potentially covers the full range from 0-1023, its range is limited by the mounting kit's metal limit stops so in case of...
I build a simple, working teensy 4.0 based midi-controller with Doepfer potentiometer wheels:
The full code is listed at the end of this post.
I have an issue with the value smoothing, which leads to midi-event flooding whilst the...