• All of the hardware has been tested and is running properly. The software on the other hand...I originally was using the serial RX and TX pins on the microduinos and the arduino serial library, but found that it was difficult to debug over USB at the same time, so I decided to use USB for debug and I2C for the interface between arduinos. After some troubles, I began to ask myself why the heck am I using two arduinos, I can just use one. The answer, the microduino doesn't provide enough dedicated PWM pins and digital pins that can be used to connect to the joysticks.
  • I will eventually release some software that will work, but for the meantime, I will just link to the data that I have on codbender.cc