Twen wrote: |
I'm experiencing the same problem with my Audi A4 8E.
If I'm not mistaken, message 0x4a0 contains the individual wheel speed values. You could calculate the speed from that. |
If you have a V5.xx CAN matrix (I'm not familiar with the A

:
Identifier: $4A0
"Each wheel uses 2 bytes: Bytes 2.1 = VL, ..." VR, HL, HR
always the same.
Bit 0 of the most significant bit (MSB) = direction of travel (forward = 0 / reverse = 1).
Bits 15..1 = Speed in 0.01 km/h (calculated by the ABS controller from wheel circumference data obtained from the combination instrument).
Range: 0-326.39 km/h, other values for reference.
-> Values are used, for example, by the ESP.
Identifier: $5A0
Byte 3.2
Bit 0 flag.
Bits 15..1 = average wheel speed of the driven wheels in revolutions per second (rps), with a resolution of 0.002 rps.
Value range: 0-65.278 U/s, other values for flags.
-> This is the value that the combination instrument uses for the speedometer display.