From 688a238318d199196043d0723b00ac7b0fb5df12 Mon Sep 17 00:00:00 2001 From: Khoa Hoang Date: Mon, 24 Aug 2026 13:55:29 -0700 Subject: [PATCH] Add PID 1209:D1A6 for Maximus64 OpenDIAG OBD2 Interface OpenDIAG is an open source OBD2 diagnostic interface. Hardware is licensed CERN-OHL-S-2.0 and firmware is GPLv3, both published on GitHub. Also adds the Maximus64 organisation page. --- 1209/D1A6/index.md | 21 +++++++++++++++++++++ org/Maximus64/index.md | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 1209/D1A6/index.md create mode 100644 org/Maximus64/index.md diff --git a/1209/D1A6/index.md b/1209/D1A6/index.md new file mode 100644 index 00000000..1fd6bc42 --- /dev/null +++ b/1209/D1A6/index.md @@ -0,0 +1,21 @@ +--- +layout: pid +title: OpenDIAG OBD2 Interface +owner: Maximus64 +license: GPLv3 and CERN-OHL-S-2.0 +site: https://github.com/maximus64/opendiag-hardware +source: https://github.com/maximus64/opendiag-firmware +--- +OpenDIAG is an open source OBD2 diagnostic interface for reading and clearing +vehicle diagnostic trouble codes, streaming live sensor data, and accessing +manufacturer-specific ECU functions. The device presents itself as a USB CDC +serial port to the host. + +The hardware is an ESP32-S3 based board using the chip's native USB and TWAI +(CAN) peripherals, with a CAN transceiver, K-line, and J1850 PWM/VPW +interfaces published under CERN-OHL-S-2.0 at +[opendiag-hardware](https://github.com/maximus64/opendiag-hardware). The +firmware is licensed GPLv3 at +[opendiag-firmware](https://github.com/maximus64/opendiag-firmware), and a +companion host-side tool is available at +[opendiag-cli](https://github.com/maximus64/opendiag-cli). diff --git a/org/Maximus64/index.md b/org/Maximus64/index.md new file mode 100644 index 00000000..5f7ffcee --- /dev/null +++ b/org/Maximus64/index.md @@ -0,0 +1,7 @@ +--- +layout: org +title: Maximus64 +site: https://github.com/maximus64 +--- +Hardware hacker building open source electronic devices, with a focus on +reverse engineering embedded systems and automotive electronics.