How to connect Dual MC33926 Motor Driver Carrier to Arduino Uno

Hi everyone!

I have this motor shield, mc33926 carrier, and I’d like to know if I can use the library for the shield version. What should I tweak in order for the library to work seamlessly? I’d like to control two dc motors with an arduino.

Thanks a lot!

Iñigo

Hello, Iñigo.

No, the MC33926 shield has additional logic on its input that the dual MC33926 carrier does not. So, our MC33926 shield Arduino library will not work with it. However, using that motor driver is relatively straightforward. You can refer to this post to get started. That post specifically refers to using the single MC33926 carrier, but you should still be able to use the same information for the dual version that you already have.

-Jon