Vnh2sp30

Hello everyone, i am trying to program “VNH2SP30 Motor Driver Carrier MD01B” so that it could work with an Arduino Uno board, you can say I am a beginner, i have not found the source code for this one connected to the arduino yet, can anyone provide with the code please?

Hello.

We do not have any specific example code for the VNH2SP30 carrier. The logic to control the motor is fairly basic (e.g. one PWM signal to control the speed and a pair of digital signals to control the direction). You might consider looking at our Arduino library for the Dual VNH5019 Motor Driver Shield. Since the VNH5019 uses the same logic signals as the VNH2SP30 for motor control, you should be able to use that library as a reference.

Brandon

thank you Brandon for the respond! i am working on it as we speak, it does have the same logic control.