[quote="BobBuilt"]Correct way of adapting to test wptm I have tested this card but not to a complete setup only manage to get this driver fully running under prilads code.
But wired correctly can not see an issue, by the way don't plug this board on as a shield the code will not work correctly as the cspins do not need to be connected as they seem to cause a conflict with the code. Didn't not investigate any further sorry.
Sorry re wire to match original code and don't plug it in like a shield. Once all running you will be able to to test by changing the code.
Another issue with pots is quality of pots, and need to be wired directly to the ard not through the shield.
Here is how I wired it for prilads code as an example. Note pot wiring not shown and should be wired directly to analog pins on the Ard.

[/quote
Hi BobBuilt,
I've tried your suggestions with orginal sirnoname firmware with no luck (disconnected shield and connected only useful pins with wires). What I cannot understand is why you say to connect motorshield on ARDUINO to pins 8-13 while in firmware code motor pins are 2-5. Below code for reference:
int ControlPinM1Inp1 =2; // motor 1 INP1 output, this is the arduino pin description
int ControlPinM1Inp2 =3; // motor 1 INP2 output, this is the arduino pin description
int ControlPinM2Inp1 =4; // motor 2 INP1 output, this is the arduino pin description
int ControlPinM2Inp2 =5; // motor 2 INP2 output, this is the arduino pin description
int PWMPinM1 =10; // motor 1 PWM output
int PWMPinM2 =9;
I've conntected pots to analog pins A0 and A1; values are read correctly for 5 seconds about and then the software stops to read values.
Also my ARD board is quite different (I'm using UNO R3)....What I'm doing wrong ?
thanks for help