# OBD Project

## Origin

Well, I have a 2014 Jetta and in my family, if something works, do not fix it, do not replace it.. Well we have this OBD reader from 2002 or something and it was great on cars, but for my car, it couldn't read the code. I looked online and I was like, how hard could it be to create code for it. The ultimate goal was to create a custom dash with the program monitoring the car.

## Overview

Basically, an automobile is a very complex machine and I am not coding every single part of it. I decided to fork off of the pyOBD project and included all the files below with the code. I would suggest that you mess around with the program yourself. The documentation is great and so there is no reason to write a whole article on it.

## Files

{% file src="/files/-MlI70fpx39T9g6PpJMN" %}
OBD Project Files
{% endfile %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://codingmace.gitbook.io/masterward/software/obd-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
