Hello,
I have been working with one of the 4WD 100mm Mecanum Wheels robots lately, but the included libraries and sample code don’t yield the expected results, not making the wheels move at all.
I can get the wheels to move if I manually write the analogue and digital pins within in my code, but this makes it so the wheels have slightly different speeds, making so that is really inaccurate.
I don’t know if there is something wrong with how I built it or if the libraries are just really outdated.
I attach the code Im using for it to move now(MotorWheelTest), and the one that doesn’t give the expected results (Test2).
Thank you
Test2.ino (1.31 KB)
MotorWheelTest.ino (1.82 KB)