Skip to content

Commit

Permalink
feat: AA Add simple instruction how to add new PIDs to query
Browse files Browse the repository at this point in the history
  • Loading branch information
tzebrowski committed Sep 21, 2023
1 parent 1d9cce9 commit 55930d0
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ Application offers few configurable screens which visualize vehicle telemetry da

## Road map
* Performance optimization
* Support for PIDs creation through application
* Support for PIDs creation through application

## Instructions

* [Adding new PIDs to query and displaying on AA virtual screen](./doc/instruction/Instruction.md)
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
dimension "version"
resValue "string", "DEFAULT_PROFILE", "profile_8"
applicationId "org.obd.graphs.my.giulia.aa"
versionCode 59
versionCode 60
}

giulia {
Expand Down
36 changes: 36 additions & 0 deletions doc/instruction/Instruction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Adding new PIDs to query and displaying on AA virtual screen

## Step.1: Open `Manage OBD2 PIDs settings` screen

![Alt text](./Step_1.png?raw=true "Step 1")

## Step.2: Select either `High priority or Low priority OBD2 PIDs/Sensors` item

![Alt text](./Step_2.png?raw=true "Step 2")


## Step.3: Select interesting PIDs and hit `Save` button

![Alt text](./Step_3.png?raw=true "Step 3")


## Step.4: Open `Android Auto` screen

![Alt text](./Step_4.png?raw=true "Step 4")


## Step.5: Select `Edit displayed OBD2 PIDs ` screen

![Alt text](./Step_5.png?raw=true "Step 5")


## Step.6: Select Virtual screen you would like to alter

![Alt text](./Step_6.png?raw=true "Step 6")


## Step.7: Select interesting PIDs you would like to see on AA virtual screen and hit `Save` button

![Alt text](./Step_7.png?raw=true "Step 7")


Binary file added doc/instruction/Step_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/instruction/Step_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55930d0

Please sign in to comment.