Hi there! I just ordered a brand new Qwiic Motor Shield and got it setup according to the guide, the only difference is that I’m using an Arduino Due.
I have the Qwiic cables going to SCL1, SDA1, 3.3V, and GND as specified by the Qwiic guide, and this works for all of my other Qwiic components. I have 5V and GND going to the power end of the Motor Driver, and the motors hooked up exactly as shown in the diagram on the hookup guide. I copy-pasted the “testing the motors” code directly from the website uploaded it to the programming port on the Due, and tested it watching the Serial Monitor. After 10 minutes of running it is still stuck on “ID Mismatch, trying again” where the code runs while (myMotorDriver.begin() != 0xA9).
I’m running the most up to date version of SCMD, I’ve tried both Qwiic connectors on the board, I’ve tried both ports on the Due, and I’ve added Wire.begin(); in the setup loop as well, and none of these have fixed the issue.
Can anyone tell me what is going on?