Hey guys, finally I finished the hardware part of my ControlChain-Pedal.
I also already wrote some code to test all the controls.
With my arduino-uno the recognition of the board itself works fine.
I can see the switches and encoders at the assignment screen, but very often the board disconnects
when I want to save the assignment. Also when i first assign the footswitch, and then the encoder, often only
the encoder works. The LED still toggles, but the board and gui doesn’t react to the sent value.
I also thought about switching to my arduino due, to be able to use the second encoder and the display properly, but when I flash the code onto the due, it doesn’t get recognized ever.
The other short examples don’t work either.
The due itself works as I’m able to write something to the display and toggle the LEDs.
I have also connected 2 LEDs to the Rxd and Txd pins, and was able to activate them via digitalWrite, so i think they work too.
Do I have to do some additional things to make the ControlChain things work on the due?
If anyone is interested in my project you can find all the files here: