Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.
/ vag-blocks Public archive

Reads VW/Audi specific measuring blocks over an OBD-II port using an ELM327 adapter

License

Notifications You must be signed in to change notification settings

jazdw/vag-blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAG Blocks

VAG Blocks is beta open source (GPLv3) software for reading VAG group specific measuring blocks from an OBD-II port using an inexpensive ELM327 type adapter. Both Bluetooth and USB adapters have been tested on Windows & Linux. Sample rates of up to 12 samples per second have been achieved.

Various control modules are supported such as the engine ECU and gearbox. Values such as boost, oil temperature, DPF soot loading and current gear can be plotted in program and logged to a CSV file.

You will need a label file for each module to determine what the values mean. Without a label file VAG Blocks will only tell you the units of the parameter eg. You might see a value of 80 °C but without a label file you cannot determine if it is the oil temperature or the coolant temperature. Plain text VCDS/VAG-COM style label files and redirect files are supported by VAG Blocks.

Currently the communication protocol is unstable and the software is still in beta phase. The ELM327 is designed for reading OBD-II PIDs and its raw CAN mode is limited which makes implementing VW TP 2.0 difficult.

For more information please see http://jazdw.net/vag-blocks/

Compiling

Compile with Qt 4.7 (Project file included) Link against Qwt - http://qwt.sourceforge.net/ and QtSerialPort - http://qt-project.org/wiki/QtSerialPort

See build.md for more detailed build information

About

Reads VW/Audi specific measuring blocks over an OBD-II port using an ELM327 adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published