i know this might be a very basic question to ask.... but i need all the help i can get.
i have to integrate a VNH2SP30 + Arduino UNO + RC Receiver to drive 4 DC Motors with skid steering feature.
checked high and low on internet but could not find anything to help me out. finally i have come to this forum asking for help if anyone knows it or has done it.
i thank you all in advance for this help.... and really appreciate your time too in helping me.
The VNH2SP30 is a really nice motor control chip. I have used a lot of them. But one chip can only control one motor. Do you plan to use 4 chips? The. You will run out of pins on the Uno to control the chips. You may be able to drive the motors in pairs however, which might make this idea feasible.
The Sparkfun Monster Moto shield has two of these chips. There are some issues with the shield but it mostly works well.
i am referring to the SparkFun Monster Moto Shield and this is the link to the product from Sparkfun ( https://www.sparkfun.com/products/10182 ). Their monster motor controller.
they have given a sample Arduino program on that page which just refuses to work.
i am not a programmer hence it is difficult for me to debug that sample code they have provided.
my objective is to take the inputs from 2 channels of a RC receiver ( Frsky ) for Steering (Skid Steering) and Drive (Forward & Reverse) and move the motors accordingly.
the RC receiver will feed the inputs to the UNO board which will then forward it to the monster motor controller and those signals will then turn the motors.
I am surprised to hear that the Sparkfun example code doesn't work. Can you try it again? Strip everything off except the Sparkfun shield and upload their code.
Then start adding things back, until it stops working.