How?No. But there are other ways to get that info displayed along CAN data
He is using aftermarket TPMS systemHow?Do you have a way of reading the data straight from the tpms sensors broadcasting the data to the car?
It works on my BMW G42. Weird the CX is seemingly unreliable.Edit: OBDLink CX doesn’t work. Tried it with MX+ and worked without any issues.
Says waiting for data and nothing shows up. Should I just try the mx+?![]()
| Tire | Offset (Byte) | Length | Equation | Unit |
| Front Left (FL) | 0 | 1 | A * 0.041 | bar |
| Front Right (FR) | 1 | 1 | A * 0.041 | bar |
| Rear Right (RR) | 2 | 1 | A * 0.041 | bar |
| Rear Left (RL) | 3 | 1 | A * 0.041 | bar |
| Tire Temp | Offset (Byte) | Length | Equation | Unit |
| Front Left | 4 | 1 | A - 40 | °C |
| Front Right | 5 | 1 | A - 40 | °C |
| Rear Right | 6 | 1 | A - 40 | °C |
| Rear Left | 7 | 1 | A - 40 | °C |
Ps - this might help those with factory TPMS and getting that data in RCP. Courtesy of ChatGPT.
In 2012 BMW F20 models, monitoring real-time tire pressures is a game-changer for track days, as it helps you bleed off air to hit your target "hot" pressures.
On the F-series, the TPMS (RDC) data is broadcast on the CAN ID 0x365.
1. TPMS CAN Definitions (ID 0x365)
The pressures are usually sent in Bar or kPa. BMW's raw data for pressure typically uses a multiplier of 0.1 or 0.041 depending on the specific firmware version.
Tire Offset (Byte) Length Equation Unit Front Left (FL) 0 1 A * 0.041 bar Front Right (FR) 1 1 A * 0.041 bar Rear Right (RR) 2 1 A * 0.041 bar Rear Left (RL) 3 1 A * 0.041 bar
Note: If you prefer PSI, change the equation to (A * 0.041) * 14.5038.
2. Monitoring Tire Temperatures
The same CAN ID (365) often contains the Tire Temperature data as well. This is arguably more important on track than pressure, as it tells you if you are overdriving the tire.
Tire Temp Offset (Byte) Length Equation Unit Front Left 4 1 A - 40 °C Front Right 5 1 A - 40 °C Rear Right 6 1 A - 40 °C Rear Left 7 1 A - 40 °C
3. Implementation Step-by-Step
In RaceChrono Pro, these are coded exactly like your Wheel Speeds, but with a 1-byte length:
Seems the TPMS is wrong. Doesn't work. I wish people would test stuff before sharing.Write up would be great. Trying to do this myself and it won't even show up on my Input channel![]()