I’m trying to decide between teensy and midibox ng for a universal synth controller. I would like to have around 40 pots/faders, a 20x2 lcd with 4-5 encoders, 10 buttons with leds and a few rotary switches.
I did a test with teensy 3.2 and 8 pots connected via a CD74HC4051E. The cable length was around 50cm between the pots and the multiplexer to test a real world scenario in a big case. But unfortunately there was a lot of noise. Even with heavy software averaging i got jumping values +/-1 for 0-127 values.
Do you think there would be less analog noise using midibox?
*Update:* most of these hardware countermeasures are not necessary anymore, nearly all built MIDIboxes are working from the first startup without any jitter problems, since I improved the software on a way that it can handle with jitter.
So starlike wiring and short cable lengths not needed anymore?
You should keep an AINSER8 as near as possible of Pots.then link AINSER8 to core32.
The line driver module allow to have distance links without loosing signal strenght, that’s why i talked about it. but not the right thing to use here.
Thank you for your suggestions. Yes, for 7bit its too much jitter.
I attached a photo of my setup (sorry its a mess). Cable length between multiplexer and 8 pots array is 50-60 cm. That cable has a additional connector in between after 50cm without any purpose. Can’t remember why i did this. The wiring seems correct since its working.
The teensy is powered via usb from a tablet computer, no additional power supply.
If i understand right you would recommend multiple AINSER8 boards over a single AINSER64 in order to keep the cable lengths to pots/faders as short as possible? My front panel would be something like 80x25cm.