Dual MC33926 Motor Driver Carrier

Greetings, I want to know how to connect the Arduino with Dual MC33926 Motor Driver Carrier, please send me a diagram of Connection and a simple example of Arduino to control a DC motor :smiley:

There is no single way to connect the MC33926, it is configured for a variety of options.

Are you certain you understand the system? It may be good to read the product page a few times. The MC33926 is a little confusing. my personal favorite way to run it is:

Wire permanently PWM pin to D2 pin
Wire permanently directional pins to a given direction
Wire a digital pin (no PWM needed) to the Invert pin, to switch directions.

But its a little tricky because I remember I needed to jumper a bunch of the defaults since my preferential way was not the default setup.

Your question is so broad it sounds you might need a lot before understanding exactly how to use it.

Hello.

If you do not already have the motor driver carrier, it might be easier for you to use the Dual MC33926 Motor Driver Shield for Arduino. The shield’s Arduino library and user’s guide make it easy to get started. You can find links to those under the Resources tab of the shield’s product page.

- Amanda