I’m an electrical engineer - technical writer and I know what a PLL is but I as far as I have understood the shield does not hold any PLL components. The motor current sense resistors discussed in the L298P datasheet are not present on the shield, no motorcurrent feedback whatsoever is available so no feedback = no PLL.
The L298P datasheet does not mention PLL either.
Switching the jumpers from PWM to PLL only swaps the PWM control line with the Enable line but that has nothing to do with PLL, it’s still PWM but the motor direction can also be controlled by the PWM signal.
I’m an electrical engineer - technical writer and I know what a PLL is but I as far as I have understood the shield does not hold any PLL components. The motor current sense resistors discussed in the L298P datasheet are not present on the shield, no motorcurrent feedback whatsoever is available so no feedback = no PLL.
The L298P datasheet does not mention PLL either.
Switching the jumpers from PWM to PLL only swaps the PWM control line with the Enable line but that has nothing to do with PLL, it’s still PWM but the motor direction can also be controlled by the PWM signal.
Sounds like an issue with the code. Try one channel at a time. We’ll also assume you don’t have a load connected to the motors and they can spin freely. Disconnect everything else from the setup so you only have the Arduino, shield, motors and power supply. Power the Arduino from the USB. If you wrote your own code, try the basic code for the shield first. Last, ensure the pins you are using correspond to the jumpers on the shield; you need two specific PWM pins on the Arduino and also two digital pins (any of them) to power the two channels on the controller. We await your reply.
Also, for the first issue using two motor controllers, it is a bad idea to connect both motor controllers in parallel as you are doing. If you need to output a max of 4A instead of 2A, we recommend getting a more powerful motor controller. Connecting their outputs together will mess up with their control signals, and input impedance.