From c185ee26b77b92e9ea545766c21df4f8d5db7d70 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:35:17 -0500 Subject: [PATCH 01/11] Updated All Supported Triggers (markdown) --- All-Supported-Triggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/All-Supported-Triggers.md b/All-Supported-Triggers.md index 282efd8b..59ca1406 100644 --- a/All-Supported-Triggers.md +++ b/All-Supported-Triggers.md @@ -73,7 +73,7 @@ Honda K Exhaust Camshaft ### Mazda Miata NA -Also used on some Mitsubishi +Also used on some Mitsubishi like 4g18 4g93 ![Mazda Miata NA](Images/triggers/trigger_3.png) From da77b40a467c0f56d8ef0b871493bccf4b2c19e5 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:12:28 -0500 Subject: [PATCH 02/11] Created TCU status (markdown) --- TCU-status.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TCU-status.md diff --git a/TCU-status.md b/TCU-status.md new file mode 100644 index 00000000..4c6dac23 --- /dev/null +++ b/TCU-status.md @@ -0,0 +1,5 @@ +First we need to establish good terminology. + +There are oldest transmission with external TCU, those are mostly controlled by on/off solenoids. We have some _untested_ _unfinished_ code to handle those, this work is totally halted as of Dec 2022. + +Then we have some complex transmissions with external TCU like Honda, or clutch-to-clutch like Aisin 09G/09M, and modern transmissions with TCU located inside the transmission assembly. For those we are focusing on CAN integration only, not looking to re-invent the TCU itself. \ No newline at end of file From 195c78de8bd45addce54b5c90cf579ff346bce0f Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 20:02:30 -0500 Subject: [PATCH 03/11] Updated CAN decoding hints (markdown) --- CAN-decoding-hints.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/CAN-decoding-hints.md b/CAN-decoding-hints.md index 5aea9ea9..b08f5322 100644 --- a/CAN-decoding-hints.md +++ b/CAN-decoding-hints.md @@ -1,4 +1,8 @@ -Text format CAN traces preferred. +Text format CAN traces preferred. Please name files according to scenarios. + +# Ignition on + +Start trace recording, turn ignition key/wake up car, turn key off, record until CAN traffic stops or 30 seconds whatever happens first. Stop trace recording. # TPS/PPS sweep @@ -6,4 +10,25 @@ Ignition key ON, engine OFF. Press pedal all the way down fast, complexly releas # PPS sweep with TPS disengages -Open hood, unhook TPS sensor plug. Repeat "TPS/PPS sweep" \ No newline at end of file +Open hood, unhook TPS sensor plug. Repeat "TPS/PPS sweep" + +# 30 seconds of idle + +Record 30 seconds of car idling + +# Revving while parked + +Rev engine slowly to 3000 RPM, rev engine quickly, rev engine slowly to 3000 RPM, rev engine quickly. + +# 20 mph in 1st gear + +If you have "1" selector accelerate to 20 mph/32kmh and drive for hundred meters. + +# 20 mph in 2st gear + +If you have "2" selector accelerate to 20 mph/32kmh and drive for hundred meters. + +# 20 mph in 3st gear + +If you have "3" selector accelerate to 20 mph/32kmh and drive for hundred meters. + From 9d01d21085ec3372dbeaba4a8a060556968de2a6 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 20:03:24 -0500 Subject: [PATCH 04/11] Updated CAN decoding hints (markdown) --- CAN-decoding-hints.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CAN-decoding-hints.md b/CAN-decoding-hints.md index b08f5322..18f2e4c3 100644 --- a/CAN-decoding-hints.md +++ b/CAN-decoding-hints.md @@ -16,6 +16,10 @@ Open hood, unhook TPS sensor plug. Repeat "TPS/PPS sweep" Record 30 seconds of car idling +# Change gears while parked idling + +Press brake pedal, engage R, engage D, engage R, engage D, engage R, engage D. + # Revving while parked Rev engine slowly to 3000 RPM, rev engine quickly, rev engine slowly to 3000 RPM, rev engine quickly. From 173c71a406774980b2e919e7699f8b888f403da1 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 20:04:41 -0500 Subject: [PATCH 05/11] Updated CAN decoding hints (markdown) --- CAN-decoding-hints.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CAN-decoding-hints.md b/CAN-decoding-hints.md index 18f2e4c3..d5bd19c1 100644 --- a/CAN-decoding-hints.md +++ b/CAN-decoding-hints.md @@ -4,6 +4,10 @@ Text format CAN traces preferred. Please name files according to scenarios. Start trace recording, turn ignition key/wake up car, turn key off, record until CAN traffic stops or 30 seconds whatever happens first. Stop trace recording. +# Brake Pedal + +Ignition key ON, engine OFF. Tap and hold breaks five times. + # TPS/PPS sweep Ignition key ON, engine OFF. Press pedal all the way down fast, complexly release fast, press all way down slowly, complexly release slowly, repeat from start two more times. From c748f0087b0c1d1d7c0b11a5675fc81d5ba7c325 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Thu, 29 Dec 2022 20:06:31 -0500 Subject: [PATCH 06/11] Updated CAN decoding hints (markdown) --- CAN-decoding-hints.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CAN-decoding-hints.md b/CAN-decoding-hints.md index d5bd19c1..6a95736b 100644 --- a/CAN-decoding-hints.md +++ b/CAN-decoding-hints.md @@ -20,6 +20,14 @@ Open hood, unhook TPS sensor plug. Repeat "TPS/PPS sweep" Record 30 seconds of car idling +# Idle with CLT removed + +Idle, Unplug and plug coolant sensor + +# PR Special + +Idle, Turn on and off A/C + # Change gears while parked idling Press brake pedal, engage R, engage D, engage R, engage D, engage R, engage D. From a5c0b60bc63d6367faa01e0d7e6b08ddf5f537cf Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 31 Dec 2022 13:18:53 -0500 Subject: [PATCH 07/11] Updated Frankenso MazdaMiataNA6 pnp board wiring (markdown) --- Frankenso-MazdaMiataNA6-pnp-board-wiring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frankenso-MazdaMiataNA6-pnp-board-wiring.md b/Frankenso-MazdaMiataNA6-pnp-board-wiring.md index 3e49d9e1..36ed2c68 100644 --- a/Frankenso-MazdaMiataNA6-pnp-board-wiring.md +++ b/Frankenso-MazdaMiataNA6-pnp-board-wiring.md @@ -1,4 +1,4 @@ - +## LEGACY CONTENT, please use BeerMoneyMotorsports Miata ECU ![board](installations/MazdaMiataNA6_Frankenso_pnp/Frankenso_MazdaMiataNA6_pnp_053_na6_v0_1.jpg) From ea6100f5e206aff02882b595f439eba600121bd5 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Mon, 2 Jan 2023 01:32:34 -0500 Subject: [PATCH 08/11] Updated CAN decoding hints (markdown) --- CAN-decoding-hints.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CAN-decoding-hints.md b/CAN-decoding-hints.md index 6a95736b..8a57d6f9 100644 --- a/CAN-decoding-hints.md +++ b/CAN-decoding-hints.md @@ -24,9 +24,13 @@ Record 30 seconds of car idling Idle, Unplug and plug coolant sensor +# Wheels in the air + +Raise car, turn wheels manually while ignition ON or idle. + # PR Special -Idle, Turn on and off A/C +Idle, Turn A/C on and off a few times # Change gears while parked idling From d9cb187ae06997304bd1049d12b6f4abfb7b1df8 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 2 Jan 2023 18:05:34 -0500 Subject: [PATCH 09/11] setIgnDisabled --- Lua-Scripting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lua-Scripting.md b/Lua-Scripting.md index e1ee5469..6345459a 100644 --- a/Lua-Scripting.md +++ b/Lua-Scripting.md @@ -59,6 +59,10 @@ Use setBrakePedalState to tell rusEFI about CAN-based brake pedal. Use setAcRequestState to tell rusEFI about CAN-based A/C request. +### `setEtbDisabled(value)` + +### `setIgnDisabled(value)` + ### ``setAcDisabled(value)`` Disable/supress A/C functionality regardless of what and how enables it, an override kind of deal. From 73b4b722c10561156cc2f0b07cf57833d7fe6ce2 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 2 Jan 2023 19:47:59 -0600 Subject: [PATCH 10/11] add permalinks (#332) --- mkdocs/mkdocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs/mkdocs.yaml b/mkdocs/mkdocs.yaml index 9dff20d9..0337626a 100644 --- a/mkdocs/mkdocs.yaml +++ b/mkdocs/mkdocs.yaml @@ -16,6 +16,8 @@ plugins: markdown_extensions: - sane_lists - md_in_html + - toc: + permalink: True extra_css: - style.css From e5320e6eff72015cc6e83108e03e99f1693a038f Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 2 Jan 2023 20:17:20 -0600 Subject: [PATCH 11/11] Automatic URL linking - Wiki3 (#336) * add permalinks * use magiclink extension --- bin/mkdocs-install.sh | 2 +- mkdocs/mkdocs.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/mkdocs-install.sh b/bin/mkdocs-install.sh index 3aba954c..099e6e12 100755 --- a/bin/mkdocs-install.sh +++ b/bin/mkdocs-install.sh @@ -6,4 +6,4 @@ sudo apt update sudo apt install python3-pip # pip did not work for in my case? -pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude +pip install mkdocs mkdocs-ezlinks-plugin mkdocs-exclude pymdown-extensions diff --git a/mkdocs/mkdocs.yaml b/mkdocs/mkdocs.yaml index 0337626a..21a330a0 100644 --- a/mkdocs/mkdocs.yaml +++ b/mkdocs/mkdocs.yaml @@ -18,6 +18,7 @@ markdown_extensions: - md_in_html - toc: permalink: True + - pymdownx.magiclink extra_css: - style.css