How to use two Dual MC33926 Motor Driver Shield

Hello all,

I want to drive 4 DC motor individually with current rating up-to 2A.
I have two MC33926 Driver shield.
Can I use both driver with same arduino(Mega) to control all 4 motors?

If not possible, please suggest alternative to control high current rating four dc motor individually.

Thnak you

Hello,

You can use two of those shields to run four motors independently. You can see more about adding a second shield in the “Remapping the Arduino Connections” section of the “Pololu Dual MC33926 Motor Driver Shield User’s Guide”, which is located under the “Resources” tab of the shield’s product page.

By the way, when remapping the PWM pins for the second driver, our Arduino library will use analogWrite(), so the second driver will have audible tones.

-Derrill