-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I'm having issues getting the encoders, and keymatrix working. The Joysticks I'm not too worried about because I'm not actually using them but I have tried to setup a config for a break out board I created which includes 2 joystick ports. It looks like there is some counter conflict between joysticks and encoders.
I created this break out board for a mega 2650:

I also created a 32 key matrix panel with LEDs. I had inquired if this schematic would work with ArduinoConnector in the post on the LinuxCNC forum:

This is how it connects to the Arduino

I'm not getting anything from the keymatrix. The pins show up in hal but nothing in the serial monitor.
I'm also not getting any response from any of my 4 encoders. The first encoder is the standard MPG wheel you can get anywhere, the other 3 are my own PCB for an EC11 but it's similar to any of the EC11 modules you can get off Amazon. Again, they show up in HAL but the counter never moves. The only thing I know works is digital inputs, haven't tested any outputs yet.
The Python file and Arduino firmware:
LinuxCNC_ArduinoConnector.zip