stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
968 stars 519 forks source link

Transmission Fluid Temperature #55

Open MangMuang opened 6 years ago

MangMuang commented 6 years ago

How modify this to support reading ATF temperature ?

firepower2k11 commented 6 years ago

You first need to know the OBD PID on which you can read the data. If you got that you can exchange other PIDs in the code to check if you get the data with that PID. After that it depends on what you want to do with the data - for logging maybe just add it to the logger code, for display you have to replace other values.

geetee24 commented 1 year ago

did u get it to work? my pid is 2182 which wont work since is > byte