GithubHelp home page GithubHelp logo

obd-decoder's Introduction

OBD-II Decoder

A node module that decodes responses from OBD-II vehicle queries.

NPM

NodeJS based Decoder for OBD-II (Car Diagnostics) PID's. OBD-II PIDs (On-board diagnostics Parameter IDs) are codes used to request data from a vehicle, used as a diagnostic tool.

SAE standard J/1939 defines many PIDs, but manufacturers also define many more PIDs specific to their vehicles. All light duty vehicles sold in North America since 1996, as well as medium duty vehicles beginning in 2005, and heavy duty vehicles beginning in 2010, are required to support OBD-II diagnostics, using a standardized data link connector, and a subset of the SAE J/1979 defined PIDs (or SAE J/1939 as applicable for medium/heavy duty vehicles), primarily for state mandated emissions inspections.

There are 2 modes of operation described in the latest OBD-II standard SAE J1979 that will be supported by this module.

Mode Description

  • 01 Show current data
  • 03 Show stored Diagnostic Trouble Codes

Decoding a Single Vehicle Response

The following methods can be used to decode a single response from the vehicle, where the inut parameter data is the data part of the response from the vehicle. Eg.The response 41 0C 23 or 410C23 is in the format MODE-PID-DATA. Passing in the data section for a given PID will decode it sucessfully.

  • decodeCalculatedEngineLoad(data)
  • decodeTemperature(data)
  • decodeShortTermFuelTrim(data)
  • decodeFuelPressure(data)
  • decodeIntakeManifoldAbsolutePressure(data)
  • decodeEngineRPM(data)
  • decodeVehicleSpeed(data)
  • decodeTimingAdvance(data)
  • decodeMafAirFlowRate(data)
  • decodeThrottlePosition(data)
  • decodeOxygenSensorVoltage(data)
  • decodeOxygenSensorShortTermFuelTrim(data)
  • decodeRunTimeSinceEngineStart(data)
  • decodeDistanceTravelledMilOn(data)
  • decodeFuelRailPressure(data)
  • decodeFuelRailGaugePressure(data)
  • warmupsSinceCodesCleared(data)
  • decodeDistanceTraveledSinceCodesCleared(data)

Example Usage

obd-decoder's People

Contributors

tomjackman avatar greenkeeperio-bot avatar

Stargazers

T_Ferrarah avatar Ömer Faruk Almacı avatar  avatar Adrian Baumgart avatar  avatar Ethan Priest avatar Jackson Reed avatar Doug Hendricks avatar Trevor McIntire avatar Jeff avatar

Watchers

James Cloos avatar Ömer Faruk Almacı avatar  avatar  avatar

Forkers

maxostreet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.