From 9d84fa760f77712fe816b75c2f772ec0ad961668 Mon Sep 17 00:00:00 2001 From: arsenixprime Date: Sun, 28 Mar 2021 20:41:42 -0700 Subject: [PATCH 1/4] Created BMW S1000RR (markdown) --- BMW-S1000RR.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 BMW-S1000RR.md diff --git a/BMW-S1000RR.md b/BMW-S1000RR.md new file mode 100644 index 00000000..d4919103 --- /dev/null +++ b/BMW-S1000RR.md @@ -0,0 +1,29 @@ +# Intro +The [BMW S1000RR Motorcycle](https://en.wikipedia.org/wiki/BMW_S1000RR#:~:text=BMW%20S1000RR%20is%20a%20race,engine%20redlined%20at%2014%2C200%20rpm.) was originally released in 2009. It is a 999cc four cylinder engine making 180-200hp depending on the model year. There have been a few changes over the years, but the general architecture remains the same. + +# Overview +Model years vary in their engine configuration somewhat: +* 2009-2014 models used virtually the same engine, sensors, etc. +* 2015-2018 had some minor engine updates, put out a little more power. +* 2019 had entirely new engine that is more compact and has dual camshaft profiles that can be switched (similar to Honda VTEC). + +2009-2018 Engine Configuration +* 999cc four cylinder engine with 4 valves per cylinder +* 4x individual smart coil on plug ignition +* 8x injectors with one set at the ports, one set in the airbox firing into the trumpets +* Dual position variable length runner intake manifold with an actuator that changes between two different trumpet lengths +* Electronic throttle (different between 2009-2014 and 2015-2019, -2014 has cables going to TPS mounted on throttles, 2015-2018 has no cables and has encoder on throttle control) +* Two VR sensors are used for engine sensing, one on crank one on exhaust camshaft +* Crank uses a 60-2 trigger wheel +* Camshaft has a single tooth wheel +* Quickshift strain gauge sensor in the linkage allowing the ECU to sense shift forces +* 2x Variable Exhaust Actuators (not documented here) + +# Individual Component Detail + +## Injectors + +## Ignition Coils + +## Quickshift Sensor + From 58a651ec13704b7f03f0bbd3254237b2bb6e4c48 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Mon, 29 Mar 2021 21:44:49 -0500 Subject: [PATCH 2/4] Only run if actor is not actions-user (#132) * if actor is not actions-user * try single quotes --- .github/workflows/sync-wiki.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-wiki.yaml b/.github/workflows/sync-wiki.yaml index 61b6c970..a7147f85 100644 --- a/.github/workflows/sync-wiki.yaml +++ b/.github/workflows/sync-wiki.yaml @@ -15,6 +15,7 @@ on: jobs: sync: runs-on: ubuntu-latest + if: ${{ github.actor != 'actions-user' }} steps: - name: Check out docs repo From f91403a219291ce86576543ad0a0fe794517809f Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Sat, 3 Apr 2021 21:45:42 -0400 Subject: [PATCH 3/4] Updated Hellen72 (markdown) --- Hardware/Hellen/Hellen72.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Hardware/Hellen/Hellen72.md b/Hardware/Hellen/Hellen72.md index 7126c503..d9666786 100644 --- a/Hardware/Hellen/Hellen72.md +++ b/Hardware/Hellen/Hellen72.md @@ -37,3 +37,12 @@ a) if you have a Miata 2002 (where we measure the battery voltage from 4T=altern b) or if you have a Miata 2003 (where we measure the battery voltage from 4S=ign.switch), then remove "R10 (2002)" +### OEM harness add-ons +The OEM ECU connector uses AMP Multilock .040 and .070 pins. + +| Board | stm32 pin | | +|-----|---|---| +| 4U | MAP| Manifold absolute pressure analog signal from [external sensor](GM-map-sensor) | +| 4K | +5v | +5v feed for MAP sensor | +| 3Z | GND | Sensor & USB ground | + From 0d816d6b7590ce15a2e966c47c2b6d77da79dcf6 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:39:05 -0400 Subject: [PATCH 4/4] Created Contributors-please-work-smart (markdown) --- Contributors-please-work-smart.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Contributors-please-work-smart.md diff --git a/Contributors-please-work-smart.md b/Contributors-please-work-smart.md new file mode 100644 index 00000000..3b7d884b --- /dev/null +++ b/Contributors-please-work-smart.md @@ -0,0 +1,7 @@ +In our reality we have to really work smart not work hard. + +Any repetitive user support request has to be addresses strategically + +* is it a usability which has to be documented? + +* is it something to document on wiki once instead of explaining more than once? \ No newline at end of file