Motor Controller DRI0002 and Arduino Uno

Hello,

I bought an electronic circuit 2A Dual Motor Controller Product Code:
DRI0002
I am looking for the schematic of the board connected to an Arduino Uno with
a bipolar stepper motor.

Thank you for your help

It is possible to use the dual h-bridge to control a stepper motor. Simply connect one coil to an output and the other coils to another output. Then use digital pins to drive the coils in one or the other direction. See more information here: robotshop.com/content/PDF/l298n-motor-driver-datasheet.pdf

You will need the E1 and E2 signals as well, but the do not need to be PWM signals if you are not doing microstepping.

Thank you for the clarification

Good day