Skip to content

Instantly share code, notes, and snippets.

@hanfeisun
Last active December 25, 2015 07:02
Show Gist options
  • Save hanfeisun/ffa16659ffe5c4a45790 to your computer and use it in GitHub Desktop.
Save hanfeisun/ffa16659ffe5c4a45790 to your computer and use it in GitHub Desktop.
关于OBD数据.md

OBD

Speed (Vehicle speed - 车辆速度)

  • 单位: km/h
  • 数据范围: 0 ~ 255

RPM (Engine RPM - 发动机转速)

  • 单位: rpm
  • 数据范围: 0 ~ 16384

Temperature (Engine coolant temperature - 发动机冷却液温度)

  • 单位: °C
  • 数据范围: -40 ~ 215

Tp (Throttle position - 节气门位置)

  • 单位: %
  • 数据范围: 0 ~ 100

Imp (Intake manifold absolute pressure - 进气歧管绝对压力)

  • 单位: kPa
  • 数据范围: 0 ~ 2550

Bp (Barometric pressure - 气压)

  • 单位: kPa
  • 数据范围: 0 ~ 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment