Yes i have a Arduino Nano or Micro or Pi PicoDo you have an arduino uno or mega or a 5V logic mpu?
Here code i use to test the driver with a mega , maybe you can adjust for the nano
And the video result
Yes....What about the console result ?
The last number is the Odometry , Did it change from 5000 to 5500 ?
void setup() {
TCCR1B = TCCR1B & B11111000 | B00000010;
motorLeftSpeedRpmSet = 30.0 ;
odometryTicksPerCm = 22 ; // encoder ticks per cm
attachInterrupt(digitalPinToInterrupt(pinOdometry), plus, RISING);
/*
int myEraser = 7; // this is 111 in binary and is used as an eraser
TCCR2B &= ~myEraser; // this operation (AND plus NOT), set the three bits in TCCR2B to 0
int myPrescaler = 2; // 1=31Khz 2=4Khz
TCCR2B |= myPrescaler;
*/
delay(3000);
Nothing has actually changed to the previous.THE MAIN result is that the odometry is OK, so something is strange on the main PCB ,I need to test on the last PCB version , maybe the resistor for voltage divisor is not OK ?
Yes it's also ok for me on 1.03 with the ZS-X11H,Nothing has actually changed to the previous.
I have installed the 1.03, it works for me.
But of course you can also test it with the PCB.
Genau das tut er leider nicht ganz und deswegen gibt's wahrscheinlich troubleAh ok I have also only installed the ZS-X11H.
But it shouldn't be the voltage divider if the driver outputs odometry in 5V.