automagically fix links

This commit is contained in:
David Holdeman 2021-02-15 22:22:03 -06:00
parent ea69a6732d
commit eba0dcd90e
97 changed files with 408 additions and 408 deletions

View File

@ -118,4 +118,4 @@ Found in this thread [link](http://rusefi.com/forum/viewtopic.php?f=3&t=360&star
[2003 dodge Neon test mule](https://rusefi.com/forum/viewtopic.php?f=3&t=696)
[Connector boards](OEM-Connectors)
[Connector boards](OEM-connectors)

View File

@ -10,12 +10,12 @@ Some latest modular boards now live at separate repositories like https://github
* We are targeting at DIY so BGA package is not an option.
* 1oz copper suggested
* Trace/via temperature rise should be 10C or less. That's based on UL 105C max while MFG's often allow up to 150C, and UL's 130C max solder joints. We are allowing for 95C board temps to dump to a +85C ambient. It is common a PCB has a rated temperature up to 125C, you need to check the substrate's datasheet. Look for peel strength, and Glass Transition (Tg) temperatures. When in doubt, typically 105C is a safe max temperature.
* Thermal relief's as noted here https://web.pa.msu.edu/hep/atlas/l1calo/hub/hardware/components/power/synqor_thermal_relief_study.pdf Archive [here](pdfs/Synqor_thermal_relief_study.pdf)
* Thermal relief's as noted here https://web.pa.msu.edu/hep/atlas/l1calo/hub/hardware/components/power/synqor_thermal_relief_study.pdf Archive [here](./PDFs/Synqor_thermal_relief_study.pdf)
* Suggested to use 12/12 traces and setback's such that low cost MFG houses can produce quality product. This can not always be followed, especially when you have a chip with 7 mil spacing, but if you try to follow this 12/12 rule, you'll get a higher yield from your PCB's. Even an 8/8 house can have issues as 8/8 is X/Y, a 45 degree angled traces would have a tolerance of √(8² + 8²)= 11.3, which rounds up to 12 mil. Most PCB layout programs will keep your angled setbacks at 8 mill instead of 12 mil. So you should set your setbacks to 12 to prevent MFG issues.
* Test points are suggest as a way to diagnose various potential issues.
* Any signal of about 1kHz or higher, will have GND currents that try to follow the adjacent trace. Use this practice to follow current loops and to prevent signals from coupling.
* GND plane should not have physical barriers, signals and chips should be routed accordingly such that they do not cross naturally. GND plane barriers are almost never needed unless you get into RF circuits with strip line requirements. Which is not very likely with an automotive PCB. See this Maxim tutorial http://www.maximintegrated.com/en/app-notes/index.mvp/id/5450 archived copy [here](pdfs/Successful_PCB_Grounding_with_Mixed-Signal_Chips_-_Follow_the_Path_of_Least_Impedance_-_Tutorial_-_Maxim.pdf)
* GND plane should not have physical barriers, signals and chips should be routed accordingly such that they do not cross naturally. GND plane barriers are almost never needed unless you get into RF circuits with strip line requirements. Which is not very likely with an automotive PCB. See this Maxim tutorial http://www.maximintegrated.com/en/app-notes/index.mvp/id/5450 archived copy [here](./PDFs/Successful_PCB_Grounding_with_Mixed-Signal_Chips_-_Follow_the_Path_of_Least_Impedance_-_Tutorial_-_Maxim.pdf)
* Name caps with pF and uF, avoid nF. Also include leading 0's. Example, 0.1uf instead of 100nF or .1uF. Also 2.2uF instead of 2u2F. Also 2.2k instead of 2k2. Naming conventions are important as scripts need this kind of consistency.
* Ideally components available at both http://digikey.com/ and http://www.mouser.com/ should be used
* Via sizing for via's to contain a wire, if solid should 10% larger than the diameter. As well stranded wire takes a larger diameter than solid. Use the below chart to approximate the stranded diameter, then add at least 10%. For example 20AWG wire, per that chart has a max diameter of 0.037in, 10% is 0.0037, and via plating is about 0.001, which means we need a min via drill diameter of 0.037in + 0.0037 + 0.001 + 0.001 = 0.0427 in diameter. [Stranded Wire Chart](pdfs/Stranded_Wire_Chart.pdf)
* High speed stuff like USB should follow Intel's recommendations found in [hs_usb_pdg_r1_0.pdf](pdfs/Hs_usb_pdg_r1_0_zjnjtx.pdf) also [this guide](pdfs/Power_delivery_motherboards.pdf) for the power signals.
* Via sizing for via's to contain a wire, if solid should 10% larger than the diameter. As well stranded wire takes a larger diameter than solid. Use the below chart to approximate the stranded diameter, then add at least 10%. For example 20AWG wire, per that chart has a max diameter of 0.037in, 10% is 0.0037, and via plating is about 0.001, which means we need a min via drill diameter of 0.037in + 0.0037 + 0.001 + 0.001 = 0.0427 in diameter. [Stranded Wire Chart](./PDFs/Stranded_Wire_Chart.pdf)
* High speed stuff like USB should follow Intel's recommendations found in [hs_usb_pdg_r1_0.pdf](./PDFs/Hs_usb_pdg_r1_0_zjnjtx.pdf) also [this guide](./PDFs/Power_delivery_motherboards.pdf) for the power signals.

View File

@ -34,4 +34,4 @@ that you need full image path like ``FAQ/images/rusEfi_console/rusEfi_console_st
This also means that .md file names have to be unique for the whole.)
**Q:** What sort of fancy options do we have?
**A:** We can do collapsible sections & hints sections! See [cranking](cranking) for an example.
**A:** We can do collapsible sections & hints sections! See [cranking](Cranking) for an example.

View File

@ -14,11 +14,11 @@ Gasoline Direct Injection requires a few additional components on top of port in
3) Target fuel pressure logic - we have nothing, but could be as easy as adding a simple table?
![x](oem_docs/NXP/pulse-variables.jpg)
![x](./OEM-Docs/NXP/pulse-variables.jpg)
![x](oem_docs/NXP/WBNR_FTF12_AUT_F0098.pdf_page59.png)
![x](./OEM-Docs/NXP/WBNR_FTF12_AUT_F0098.pdf_page59.png)
![x](oem_docs/NXP/WBNR_FTF12_AUT_F0098.pdf_page72.png)
![x](./OEM-Docs/NXP/WBNR_FTF12_AUT_F0098.pdf_page72.png)
TODO: try INJECTOR DRIVE MODULE IDM-2

View File

@ -13,12 +13,12 @@
* [Contributing to Documentation](HOWTO-contribute-to-documentation)
* [Create a TunerStudio Project](HOWTO-create-tunerstudio-project)
* [Direct Firmware Update](HOWTO-DFU)
* [Help rusEFI](HOWTO-help-rusEfi)
* [Help rusEFI](HOWTO-help-rusEFI)
* [Join Slack](HOWTO-join-slack-channel)
* [Quick Start](HOWTO-quick-start)
* [Update Firmware](HOWTO-Update-Firmware)
* [Upload a Tune](HOWTO-upload-tune)
* [Search the Wiki](HOWTO-Search-on-rusEFI-wiki)
* [Online Authorisation Tokens](HOWTO-set-rusEfi-Online-authentication-token)
* [Online Authorisation Tokens](HOWTO-set-rusEFI-Online-authentication-token)
</details>

View File

@ -74,7 +74,7 @@ The yellow trace on the top graph, AfrRatio, is a ratio of target vs. actual. If
There's a bit of a spike rich-then-lean during the shifts, but it's not bad (results in a nice burble out of the exhaust :lol:), and resolves once back on the throttle. Some of this is caused by the phase shift between the AFR target and measured AFR, but some of it is real.
[Sample log](2019-01-01_19_modified.msl)
[Sample log](./Overview/wall_wetting/wall_wetting_2019-01-01_19_modified.msl)
Based on [https://rusefi.com/forum/viewtopic.php?f=5&t=1481](https://rusefi.com/forum/viewtopic.php?f=5&t=1481)

View File

@ -49,7 +49,7 @@ connector body is laser trimmed with this value."
http://www.aemelectronics.com/files/instructions/30-4100%20Digital%20Wideband%20UEGO%20Gauge.pdf
![Pinout](Fuel/aem_UEGO_pinout.png)
![Pinout](./Fuel/Aem_UEGO_pinout.png)
1j0973733 Bosch 4.2 6 pin connector available everywhere

View File

@ -117,7 +117,7 @@ rusEFI Console command:
* *In "Fixed" mode, you can manually set the fixed pulse duration (in ms) in the next text field.*
* *In "Fuel Map" mode, the "Running" fuel math used for cranking.*
> <img src="FAQ/icons/hint.png" style="vertical-align:middle"> *Hint: Please make sure your [Running fuel tables](Running) are extended into the low RPM range for cranking.*
> <img src="FAQ/icons/hint.png" style="vertical-align:middle"> *Hint: Please make sure your Running fuel tables are extended into the low RPM range for cranking.*
### Base fuel pulse width

View File

@ -102,7 +102,7 @@ It would show a filing to parse message with a list of some known functions.
## Rev limit logic
![img](overview/FSIO/FSIO_for_idle_target.png)
![img](./Overview/FSIO/FSIO_for_idle_target.png)
![img](Images/RevFSIO.png)

View File

@ -8,6 +8,6 @@ Pop red wedge lock up into "insertion position" - do not remove red wedge lock c
While Matt says to only strip 3mm of the wire, Andrey would strip TDB length (about 8mm?) so that you can hit the round cap on the terminal. Having the wire bottoming out allows for a quicker crimping by simplifying wire positioning.
![x](oem_docs/TE/ampseal_terminals.png)
![x](./OEM-Docs/TE/ampseal_terminals.png)
We like [IWISS SN-28B Crimping Tool for AWG28-18 Dupont Pins](https://amzn.to/3h0L5RD)

View File

@ -3,32 +3,32 @@ https://rusefi.com/forum/viewtopic.php?t=1692
[Case info](https://rusefi.com/forum/viewtopic.php?p=39163#p39163)
![x](oem_docs/Mercedes/mercedes_170.png)
![x](./OEM-Docs/Mercedes/mercedes_170.png)
# 97 C230
![x](oem_docs/Mercedes/1997_c230_1.png)
![x](./OEM-Docs/Mercedes/1997_c230_1.png)
![x](oem_docs/Mercedes/1997_c230_2.png)
![x](./OEM-Docs/Mercedes/1997_c230_2.png)
![x](oem_docs/Mercedes/1997_c230_3.png)
![x](./OEM-Docs/Mercedes/1997_c230_3.png)
# 99 SLK230
![x](oem_docs/Mercedes/99_SLK230_1.png)
![x](./OEM-Docs/Mercedes/99_SLK230_1.png)
![x](oem_docs/Mercedes/99_SLK230_2.png)
![x](./OEM-Docs/Mercedes/99_SLK230_2.png)
![x](oem_docs/Mercedes/99_SLK230_3.png)
![x](./OEM-Docs/Mercedes/99_SLK230_3.png)
# 2002 C230
![x](oem_docs/Mercedes/2002_c230_1.png)
![x](./OEM-Docs/Mercedes/2002_c230_1.png)
![x](oem_docs/Mercedes/2002_c230_2.png)
![x](./OEM-Docs/Mercedes/2002_c230_2.png)
![x](oem_docs/Mercedes/2002_c230_3.png)
![x](./OEM-Docs/Mercedes/2002_c230_3.png)

View File

@ -254,14 +254,14 @@ Pictured Proteus with ampseal connectors, non-BMW pedal sensor, two non-BMW ETB
OEM pedal and ETBs are too unusual thus complete redesign of pedal and ETB hardware and wiring.
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/Proteus_ready_for_M73.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/Proteus_ready_for_M73.jpg)
![ecu1](oem_docs/Bmw/1998_750_e38/BMW-134.jpg)
![ecu1](./OEM-Docs/Bmw/1998_750_e38/BMW-134.jpg)
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/20201007_top_both.jpg)
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/20201019_top_black.jpg)
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/20201019_top_grey.jpg)
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/20201019_back_black.jpg)
![x](oem_docs/Bmw/1998_750_e38/proteus_0.2/20201019_back_grey.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/20201007_top_both.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/20201019_top_black.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/20201019_top_grey.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/20201019_back_black.jpg)
![x](./OEM-Docs/Bmw/1998_750_e38/proteus_0.2/20201019_back_grey.jpg)

View File

@ -223,7 +223,7 @@ red LED: constant ON in case of firmware FATAL error. Many people confuse red LE
orange LED: warning: blinking in case of trigger input decoding warning or other firmware warning, or in case of serial bus exchange. Orange LED is located closer to the main chip.
![Red LED](Images/red_LED.png)
![Red LED](./Images/Red_LED.png)
## Jumpers

View File

@ -6,5 +6,5 @@ In order to be able to post your tune you would need to to have your Engine Make
Now you are ready to hit "Upload" button on https://rusefi.com/online/
![x](overview/TS_generated/dialog_Base_Engine_Settings.png)
![x](./Overview/TS_generated/dialog_Base_Engine_Settings.png)

View File

@ -3,6 +3,6 @@
A: Let me answer this universal question with a universal answer, in two parts:
1) shortage of available resources (mostly software developers and testers)
2) how can you help with this proposal or [in general](HOWTO-help-rusEfi)?
2) how can you help with this proposal or [in general](HOWTO-help-rusEFI)?

View File

@ -7,7 +7,7 @@
- checkout other's tunes
See [HOWTO set rusEfi Online authentication token](HOWTO-set-rusEfi-Online-authentication-token)
See [HOWTO set rusEfi Online authentication token](HOWTO-set-rusEFI-Online-authentication-token)
See [HOWTO upload tune](HOWTO-upload-tune)

View File

@ -2,18 +2,18 @@
<details><summary><u>HOW TO</u></summary>
* [Ask questions](HOWTO-ask-questions.md)
* [Contribute to documentation](HOWTO-contribute-to-documentation.md)
* [Create a tunerstudio project](HOWTO-create-tunerstudio-project.md)
* [DFU](HOWTO-DFU.md)
* [Get running](HOWTO-Get-Running.md)
* [Help out](HOWTO-help-rusEfi.md)
* [Join Slack](HOWTO-join-slack-channel.md)
* [Quick Start](HOWTO-quick-start.md)
* [Update firmware](HOWTO-Update-Firmware.md)
* [Upload a tune](HOWTO-upload-tune.md)
* [Remote tune](HOWTO-Remote-Tuning.md)
* [Search the wiki](HOWTO-Search-on-rusEFI-wiki.md)
* [Set rusEfi Online authentication token](HOWTO-set-rusEfi-Online-authentication-token.md)
* [Ask questions](HOWTO-ask-questions)
* [Contribute to documentation](HOWTO-contribute-to-documentation)
* [Create a tunerstudio project](HOWTO-create-tunerstudio-project)
* [DFU](HOWTO-DFU)
* [Get running](HOWTO-Get-Running)
* [Help out](HOWTO-help-rusEFI)
* [Join Slack](HOWTO-join-slack-channel)
* [Quick Start](HOWTO-quick-start)
* [Update firmware](HOWTO-Update-Firmware)
* [Upload a tune](HOWTO-upload-tune)
* [Remote tune](HOWTO-Remote-Tuning)
* [Search the wiki](HOWTO-Search-on-rusEFI-wiki)
* [Set rusEfi Online authentication token](HOWTO-set-rusEFI-Online-authentication-token)
</details>

View File

@ -15,7 +15,7 @@
* [Fuel Overview](Fuel-Overview)
* List of tested MAP sensors - Coming Soon
* [GM Map sensor](GM-map-Sensor)
* [GM Map sensor](GM-map-sensor)
</details>

View File

@ -27,7 +27,7 @@ There are two ways to connect rusEFI virtual simulator to Tunerstudio, it all de
To start off you'll need to open one of your existing projects or just create a new one.
If you don't know how to create a Tunerstudio project go [here](HOWTO-create-tunerstudio-project.md)
If you don't know how to create a Tunerstudio project go [here](HOWTO-create-tunerstudio-project)
With the paid version all you need to do is to go into the communication settings inside a created project

View File

@ -49,4 +49,4 @@ The remaining parts I group by the engine components, see the following table:
## Step 1 - Voltage converter
![Voltage converter](Frankenso-0.5-power.jpg)
![Voltage converter](./Hardware/Frankenso/Frankenso-0.5-power.jpg)

View File

@ -284,7 +284,7 @@ tight on vertical USB but works 89661-28140
need to try 89661-28120
![Mazda 929 ECU](Hardware/Frankenso/929_ecu)
![Mazda 929 ECU](./Hardware/Frankenso/929_ecu.png)
Known to not work great but could be an option if nothing else is available:

View File

@ -10,7 +10,7 @@ As of March 2020 Frankenso board is sold as mostly as a DIY kit.
| [Frankenso](Hardware-Frankenso) | + Most customizable board<br/>+ larger 154x152mm 4-layer board requires a Medium Box shipping rate<br/>+ on-board power supply<br/>+ 20x4 LCD screen<br/>+ joystick<br/>+ works both with external brain boards and on-board stm32 chip<br/>+ knock sensor chip<br/>+ used Denso OEM cases available | on-board 64 pin connector<br/>SD card, USB/TTL, CAN<br/>open source hardware | 2014 | Flexible - probably 8 cylinder max recommended |
| [Prometheus](https://rusefi.com/forum/viewtopic.php?f=4&t=1215) | + The only rusEfi board with on-board wide band controller.<br/>+ compact 4-layer PCB smaller than 93 x 100 mm<br/>+ on-board power supply<br/>+ knock sensor chip<br/>+ stepper motor IAC controller chip<br/>+ stepper motor IAC controller chip<br/>+ onboard 4-channel "smart" protected ignition drivers<br/>+ bluetooth module<br/>+ supports two packages of on-board stm32 chips | no on-board connector (wired)<br/>SD card, USB/TTL, CAN | 2017 | 4 cylinder. No plans to offer assembled units. |
| [Frankenstein](https://rusefi.com/forum/viewtopic.php?f=4&t=359) | + Simplest rusEfi board<br/>+ our smaller two-layer board<br/>+ Small Box shipping rate<br/>+ low price<br/>- external 5v power supply required<br/>- external brain board required | no on-board connector (wired)<br/>SD card, USB/TTL, CAN<br/>open source hardware | 2014 | Flexible - probably 8 cylinder max recommended. No plans to offer assembled units. |
| [microRusEfi](Hardware-microRusEfi) | + Available fully assembled!<br/>+ about 10 analog inputs<br/>+ One VR/Hall input channel for crank sensor<br/>+ One Hall input channel for crank sensor<br/>+ 4 injector output channels<br/>+ 4 logic level coil control channels (external igniters could be needed for some coils) | 48-pin connector<br/>On-board DBW<br/>USB, CAN<br/>open source hardware | 2019 | 4 cylinder, single electronic throttle |
| [microRusEfi](Hardware-microRusEFI) | + Available fully assembled!<br/>+ about 10 analog inputs<br/>+ One VR/Hall input channel for crank sensor<br/>+ One Hall input channel for crank sensor<br/>+ 4 injector output channels<br/>+ 4 logic level coil control channels (external igniters could be needed for some coils) | 48-pin connector<br/>On-board DBW<br/>USB, CAN<br/>open source hardware | 2019 | 4 cylinder, single electronic throttle |
| [Hellen](https://rusefi.com/forum/viewtopic.php?f=4&t=1682) | Coming soon! | modular design| 2020 | TBD cylinder, single electronic throttle |
| [Proteus](Proteus) | + rusEfi if you have lots of hardware or cylinders<br/>+ 4 layer PCB, 135mm x 82.5mm<br/>+ 16 low-side outputs, limited to 3 amps each (injectors, relays, check engine light, etc)<br/>+ 12x ignition outputs (or general purpose 5v, 100mA push-pull)<br/>+ Dual electronic throttles<br/>+ 4x High-side 12v drivers, 1 amp each<br/>+ 4 thermistor analog inputs (2.7k pull up resistor)<br/>+ 12 General purpose analog inputs<br/>+ Dual VR sensors (crank position, wheel speed)<br/>+ 6 digital inputs (hall cam/crank position, wheel speed, clutch/brake switch, etc) | TE Ampseal connectors: 2x 35 pin, 1x 23 pin<br/>rusEfi's most fully-featured shield<br/>IP68 waterproof case | 2020 | 12 cylinder, dual electronic throttles |

View File

@ -3,7 +3,7 @@
## Miata NB2 PNP
This is our 72 pin MRE board or a Proteus based version, the info on these boards can be found below:
[MRE Version](MREAdapter72.md)
[MRE Version](MREAdapter72)
[Proteus Version](ProteusAdaptor72.md)
---
@ -11,7 +11,7 @@ This is our 72 pin MRE board or a Proteus based version, the info on these board
## E30 Motronic PNP
This is the upcoming 55 pin MRE board
[MRE Version](MREAdapter55.md)
[MRE Version](MREAdapter55)
## Miata NA

View File

@ -42,7 +42,7 @@
<details><summary><u>PNP Boards</u></summary>
* [PNP 48 - MRE based for Miata NA](microrusefi48adapter.pdf)
* [PNP 72 - MRE based for Miata NB2](hw72nb.pdf)
* [PNP 72 - MRE based for Miata NB2](./Hardware/pnp_microRusEfi_nb2/hw72nb.pdf)
* PNP 88 - Proteus based for 88pin Bosch - Coming Soon
* [MRE Adapter 48](MREAdapter48)
* [MRE Adapter 55](MREAdapter55)

View File

@ -11,7 +11,7 @@
## (b) - ground/power connections
### Component List:
![Components](Hardware/Prometheus/prometheus_assembly_2b-comp.jpg)
![Components](./Hardware/Prometheus/Prometheus_assembly_2b-comp.jpg)
### PCB Top Side:
![Placement](Hardware/Prometheus/Prometheus_assembly_2b-pcb1.jpg)

View File

@ -1,3 +1,3 @@
# This is a version of the 72 pin adaptor board for the Proteus
# It shares 90% of its features with the MRE version so the information [here](MREAdapter72.md) is still valid with a few additional notes as shown below
# It shares 90% of its features with the MRE version so the information [here](MREAdapter72) is still valid with a few additional notes as shown below

View File

@ -430,7 +430,7 @@ Honda D17 Honda K
## 128/145 pin
Mercedes M111 https://www.ebay.com/itm/333791544427
![x](oem_docs/Mercedes/mercedes_170.png)
![x](./OEM-Docs/Mercedes/mercedes_170.png)
[Vault-Of-Mercedes-OEM](Vault-Of-Mercedes-OEM)

View File

@ -40,7 +40,7 @@ All microRusEfi kits use [MRE F4 rusEfi firmware - DOWNLOAD LATEST BUNDLE HERE](
[Wiring Diagram](Hardware-microRusEfi-wiring)
[Wiring Diagram](Hardware-microRusEFI-wiring)
[0.5.0 schematics PDF](https://github.com/rusefi/hw_microRusEfi/blob/master/micro_rusEFI_Schematic_0_5_0.pdf)

View File

@ -4,7 +4,7 @@
microRusEFI is a highly integrated board version of the rusEFI ECU. The microRusEFI ECU is targeted at port-injected
gasoline engines up to 4 cylinders.
[Connector Pinout](Hardware-microRusEfi-wiring)
[Connector Pinout](Hardware-microRusEFI-wiring)
The latest schematics for the microRusEFI ECU are available at https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic.pdf
@ -27,7 +27,7 @@ A complete set of board source files is available at https://github.com/rusefi/h
* CAN connectivity on the plug
* USB connectivity on the plug
[Connector Pinout](Hardware-microRusEfi-wiring)
[Connector Pinout](Hardware-microRusEFI-wiring)
![microRusEFI image](https://user-images.githubusercontent.com/5051341/80747087-806e9d00-8ae8-11ea-983e-330dfc6e3015.jpg)
@ -40,4 +40,4 @@ Q: How about 6 cylinders sequential on microRusEFI?
A: The microRusEFI ECU is primarily a 4 cylinder ECU. At this time the testing for safety, reliable control, and consistency have not been completed for running the microRusEFI ECU on a 6 cylinder engine. This is something that we are working on and could be added at a future point.
See https://github.com/rusefi/hw_microRusEfi/issues/203
[See also Kit Instructions](Hardware-microRusEfi-kit-instructions)
[See also Kit Instructions](Hardware-microRusEFI-kit-instructions)

View File

@ -4,9 +4,9 @@
[Download nightly firmware](https://rusefi.com/build_server/rusefi_bundle_mre_f4.zip)
[rusEFI Hardware](Hardware-microRusEfi)
[rusEFI Hardware](Hardware-microRusEFI)
[rusEFI wiring](Hardware-microRusEfi-wiring)
[rusEFI wiring](Hardware-microRusEFI-wiring)
[HOWTO program rusEFI using DFU](https://www.youtube.com/watch?v=VdvXYgv_acg)

View File

@ -1,7 +1,7 @@
See also https://github.com/rusefi/rusefi/wiki/HOWTO-quick-start
See also https://github.com/rusefi/rusefi/wiki/Installing-a-PnP-rusEFI-unit-startup-and-test
This is a PNP adapter board for NA Miatas (1990-1995). The board is true plug and play. Just replace the PCB in your ECU with this board and drive the car. The hardware capabilities are defined by the [microRusEFI](Hardware-microRusEfi) module that drives the unit.
This is a PNP adapter board for NA Miatas (1990-1995). The board is true plug and play. Just replace the PCB in your ECU with this board and drive the car. The hardware capabilities are defined by the [microRusEFI](Hardware-microRusEFI) module that drives the unit.
Your board should look something like this: ![Miata NA 48 pin board for MRE](Hardware/pnp_microRusEfi_48na/Whole_PCB_top_view.png)
@ -87,8 +87,8 @@ There are two positions for installing a MAP sensor on the board. The sensors us
# 6. VAF sensor pinout for conversions
![](/Images/NA_Miata_VAF1.png)
![](/Images/NA_Miata_VAF2.png)
![](./Images/NA_miata_VAF1.png)
![](./Images/NA_miata_VAF2.png)
## Technical Details

View File

@ -1,7 +1,7 @@
Mazda Miata MX5 NB2 2001-2005 Standalone
[microRusEFI](Hardware-microRusEfi) should be set for Hall
[microRusEFI](Hardware-microRusEFI) should be set for Hall
High-side jumper should be set for +12v.

View File

@ -51,7 +51,7 @@ So you are thinking of doing an engine control project. You have stopped by the
## rusEFI in action!
[Engines running rusEFI](List-of-engines-running-rusEfi)
[Engines running rusEFI](List-of-engines-running-rusEFI)
### [![Miata rusEFI Racecar!](https://user-images.githubusercontent.com/5051341/80621997-bf7bf000-8a0d-11ea-998e-48fc3accba59.png)](https://www.youtube.com/embed/3xz66oR95F8?start=8 "Miata rusEFI Racecar!")

View File

Before

Width:  |  Height:  |  Size: 946 KiB

After

Width:  |  Height:  |  Size: 946 KiB

View File

@ -21,16 +21,16 @@ meaning more detonation. Combustion signal seems to be just a comparator giving
seems to be showing post-flame pressure, with the middle of this pulse correlating with moment of peak cylinder pressure.
Knocking - note a lot of blue line pulses (1ms timebase)
![knock](saab_cdm_tldr_knocking.png)
![knock](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_tldr_knocking.png)
Knocking (50us timebase)
![knock](saab_cdm_knock_signal.png)
![knock](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_knock_signal.png)
Not knocking or knocking way less - note lack of blue line low level pulses (5ms timebase)
![no knock](saab_cdm_tldr_not_knocking.png)
![no knock](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_tldr_not_knocking.png)
Combustion signal seem to be just a comparator
![combustion](saab_cdm_combustion_signal.png)
![combustion](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_combustion_signal.png)
[All the videos mentioned here](https://www.youtube.com/watch?v=1y1dXTg9iMg&list=PLwj_BUeepTNB6eddVd7_KtyqiFYOJ75jy)
@ -48,16 +48,16 @@ More recently, Mazda and BMW seem to be using ion sensing approach again.
Here are all the Saab components we will be using (only two coils pictured while four coils would be used)
![parts](saab_2005_parts.jpg)
![parts](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_2005_parts.jpg)
Ferrari 124792 spark plug extension is used to connect original Mazda Miata spark plugs with bullet terminals removed with Saab COPs
![hardware details](saab_cdm_hardware_details.jpg)
![hardware details](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_hardware_details.jpg)
[youtube: Hardware Details](https://youtu.be/rUZ_-_hRnDU)
![frankenso](saab_cdm_frankenso_assembled.jpg)
![frankenso](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_frankenso_assembled.jpg)
![hardware overview](saab_cdm_engine_bay.jpg)
![hardware overview](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_engine_bay.jpg)
[youtube: Hardware Overview](https://www.youtube.com/watch?v=1y1dXTg9iMg)
Knock detection wire has 0.8KOhm pull-up to 5v, combustion detection signal has 5KOhm pull-up to 5v.
@ -72,7 +72,7 @@ Detonation is audible in 2000-4000 range with 50% throttle pulls from parked.
Detonation is also audible while parked, revving with brakes applied in "D" gear selector.
![timing](saab_cdm_knock_ignition_table.png)
![timing](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_knock_ignition_table.png)
[youtube: It's knocking!](https://youtu.be/FQ9ii0eXjmA)
@ -97,13 +97,13 @@ And that's it! We have seen enough to get some code for the rusEfi firmware to s
2) Try Mazda H6T61171 ignition coils - these are a bit longer and narrower, seem to fit my Miata engine.
3) analyze [raw waveforms](2018_01_05_miata_rigol.zip) and detect knock based on just ion sense signal without CDM
3) analyze [raw waveforms](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/saab_cdm_2018_01_05_miata_rigol.zip) and detect knock based on just ion sense signal without CDM
![Coils](H6T60271_and_H6T61171.jpg)
![Coils](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/H6T60271_and_H6T61171.jpg)
Inside of 55352173 Saab Ionization Detection Module
![Inside](Ionization_Detection_Module_55352173.png)
![Inside](./Misc/Saab_Trionic_8_Combustion Detection Module_on_Mazda_Miata_running_rusEFI/Ionization_Detection_Module_55352173.png)
### External Links

View File

@ -1,12 +1,12 @@
![x](oem_docs/Bmw/1996_750_e38/1996_bmw_750_page1.png)
![x](./OEM-Docs/Bmw/1996_750_e38/1996_bmw_750_page1.png)
![x](oem_docs/Bmw/1996_750_e38/1996_bmw_750_page2.png)
![x](./OEM-Docs/Bmw/1996_750_e38/1996_bmw_750_page2.png)
![x](oem_docs/Bmw/1996_750_e38/1996_bmw_750_page3.png)
![x](./OEM-Docs/Bmw/1996_750_e38/1996_bmw_750_page3.png)
![x](oem_docs/Bmw/1996_750_e38/1996_bmw_750_page4.png)
![x](./OEM-Docs/Bmw/1996_750_e38/1996_bmw_750_page4.png)
![x](oem_docs/Bmw/1996_750_e38/1996_bmw_750_page5.png)
![x](./OEM-Docs/Bmw/1996_750_e38/1996_bmw_750_page5.png)

View File

@ -10,32 +10,32 @@ Throttle body left 1435709
Throttle body 17452071
ECU#1
![ecu1](oem_docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page1.png)
![ecu1](./OEM-Docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page1.png)
ECU#2
![ecu2](oem_docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page2.png)
![ecu2](./OEM-Docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page2.png)
ECU#3
![ecu3](oem_docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page3.png)
![ecu3](./OEM-Docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page3.png)
ECU#4
![ecu4](oem_docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page4.png)
![ecu4](./OEM-Docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page4.png)
ECU#5
![ecu5](oem_docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page5.png)
![ecu5](./OEM-Docs/Bmw/1998_750_e38/1998_bmw_750_ecu_page5.png)
Charging
![x](oem_docs/Bmw/1998_750_e38/bmw_e38_charging.png)
![x](./OEM-Docs/Bmw/1998_750_e38/bmw_e38_charging.png)
Shift Interlock
![x](oem_docs/Bmw/1998_750_e38/bmw_e38_shift_interlock.png)
![x](./OEM-Docs/Bmw/1998_750_e38/bmw_e38_shift_interlock.png)
Starter
![x](oem_docs/Bmw/1998_750_e38/bmw_e38_starter_wiring.png)
![x](./OEM-Docs/Bmw/1998_750_e38/bmw_e38_starter_wiring.png)
Washer
![x](oem_docs/Bmw/1998_750_e38/bmw_e38_wiper_washer.png)
![x](./OEM-Docs/Bmw/1998_750_e38/bmw_e38_wiper_washer.png)
Vin Registry http://www.e38registry.org/e38-production-numbers/

View File

@ -16,5 +16,5 @@
| | | | | |
![tree](low_side_selection_tree.png)
![tree](./OEM-Docs/Infineon/low_side_selection_tree.png)
from https://www.infineon.com/dgdl/Infineon-Automotive_Power_SelectionGuide_2019-SG-v01_00-EN.pdf?fileId=5546d4625ee5d4cd015f10996d2d6d44

View File

@ -1,4 +1,4 @@
![x](oem_docs/Mercedes/mercedes_170.png)
![x](./OEM-Docs/Mercedes/mercedes_170.png)
https://en.wikipedia.org/wiki/Mercedes-Benz_M112_engine
@ -63,8 +63,8 @@ https://en.wikipedia.org/wiki/Mercedes-Benz_M112_engine
![x](oem_docs/Mercedes/99_e320_1.png)
![x](./OEM-Docs/Mercedes/99_e320_1.png)
![x](oem_docs/Mercedes/99_e320_2.png)
![x](./OEM-Docs/Mercedes/99_e320_2.png)
![x](oem_docs/Mercedes/99_e320_3.png)
![x](./OEM-Docs/Mercedes/99_e320_3.png)

View File

@ -36,8 +36,8 @@
![page1](oem_docs/VAG/2002_Passat/2002_passat_part1.png)
![page2](oem_docs/VAG/2002_Passat/2002_passat_part2.png)
![page3](oem_docs/VAG/2002_Passat/2002_passat_part3.png)
![page1](./OEM-Docs/VAG/2002_Passat/2002_passat_part1.png)
![page2](./OEM-Docs/VAG/2002_Passat/2002_passat_part2.png)
![page3](./OEM-Docs/VAG/2002_Passat/2002_passat_part3.png)
![page1](oem_docs/VAG/2002_Passat/2002_passat_ecu_wiring.png)
![page1](./OEM-Docs/VAG/2002_Passat/2002_passat_ecu_wiring.png)

View File

@ -35,10 +35,10 @@
[FSIO Curve #4](#fsio-curve-#4)
### Boost Control
![x](overview/TS_generated/dialog_Boost_Control.png)
![x](./Overview/TS_generated/dialog_Boost_Control.png)
### General Purpose PWM 1
![x](overview/TS_generated/dialog_General_Purpose_PWM_1.png)
![x](./Overview/TS_generated/dialog_General_Purpose_PWM_1.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
@ -52,7 +52,7 @@ This should be a safe value for whatever hardware is connected to prevent damage
Load Axis: Selects the load axis to use for the table.
### General Purpose PWM 2
![x](overview/TS_generated/dialog_General_Purpose_PWM_2.png)
![x](./Overview/TS_generated/dialog_General_Purpose_PWM_2.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
@ -66,7 +66,7 @@ This should be a safe value for whatever hardware is connected to prevent damage
Load Axis: Selects the load axis to use for the table.
### General Purpose PWM 3
![x](overview/TS_generated/dialog_General_Purpose_PWM_3.png)
![x](./Overview/TS_generated/dialog_General_Purpose_PWM_3.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
@ -80,7 +80,7 @@ This should be a safe value for whatever hardware is connected to prevent damage
Load Axis: Selects the load axis to use for the table.
### General Purpose PWM 4
![x](overview/TS_generated/dialog_General_Purpose_PWM_4.png)
![x](./Overview/TS_generated/dialog_General_Purpose_PWM_4.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
@ -94,15 +94,15 @@ This should be a safe value for whatever hardware is connected to prevent damage
Load Axis: Selects the load axis to use for the table.
### FSIO inputs
![x](overview/TS_generated/dialog_FSIO_inputs.png)
![x](./Overview/TS_generated/dialog_FSIO_inputs.png)
### Aux PID
![x](overview/TS_generated/dialog_Aux_PID.png)
![x](./Overview/TS_generated/dialog_Aux_PID.png)
Detailed status in console: Print details into rusEfi console
### FSIO outputs
![x](overview/TS_generated/dialog_FSIO_outputs.png)
![x](./Overview/TS_generated/dialog_FSIO_outputs.png)
### FSIO Table #1
![x](overview/TS_generated/dialog_FSIO_Table_#1.png)
@ -117,7 +117,7 @@ Detailed status in console: Print details into rusEfi console
![x](overview/TS_generated/dialog_FSIO_Table_#4.png)
### FSIO Formulas
![x](overview/TS_generated/dialog_FSIO_Formulas.png)
![x](./Overview/TS_generated/dialog_FSIO_Formulas.png)
use FSIO #16 for timing adjustment: See fsioTimingAdjustment

View File

@ -21,7 +21,7 @@
[Status LEDs](#status-leds)
### Base Engine Settings
![x](overview/TS_generated/dialog_Base_Engine_Settings.png)
![x](./Overview/TS_generated/dialog_Base_Engine_Settings.png)
Fuel strategy: This setting controls which fuel quantity control algorithm is used.
See also useTPSAdvanceTable
@ -48,7 +48,7 @@ Debug mode: See http://rusefi.com/s/debugmode
set debug_mode X
### Trigger
![x](overview/TS_generated/dialog_Trigger.png)
![x](./Overview/TS_generated/dialog_Trigger.png)
Operation mode / speed: 'Some triggers could be mounted differently. Most well-known triggers imply specific sensor setup. 4 stroke with symmetrical crank' is a pretty special case for example on Miata NB2
See engineCycle
@ -90,7 +90,7 @@ print verbose sync details to console: enable trigger_details
Do not print messages in case of sync error: Sometimes we have a performance issue while printing error
### Battery and Alternator Settings
![x](overview/TS_generated/dialog_Battery_and_Alternator_Settings.png)
![x](./Overview/TS_generated/dialog_Battery_and_Alternator_Settings.png)
vBatt ADC input: This is the processor input pin that the battery voltage circuit is connected to, if you are unsure of what pin to use, check the schematic that corresponds to your PCB.
@ -117,17 +117,17 @@ Off Above TPS(%): Turns off alternator output above specified TPS, enabling this
Detailed status in console: Print details into rusEfi console
### Main relay output
![x](overview/TS_generated/dialog_Main_relay_output.png)
![x](./Overview/TS_generated/dialog_Main_relay_output.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
### Starter relay output
![x](overview/TS_generated/dialog_Starter_relay_output.png)
![x](./Overview/TS_generated/dialog_Starter_relay_output.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
### Fuel pump rail
![x](overview/TS_generated/dialog_Fuel_pump__rail.png)
![x](./Overview/TS_generated/dialog_Fuel_pump__rail.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
@ -142,24 +142,24 @@ Pin: This implementation produces one pulse per engine cycle. See also dizzySpar
Absolute Fuel Pressure: If your fuel regulator does not have vacuum line
### Fan Settings
![x](overview/TS_generated/dialog_Fan_Settings.png)
![x](./Overview/TS_generated/dialog_Fan_Settings.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
### Tachometer output
![x](overview/TS_generated/dialog_Tachometer_output.png)
![x](./Overview/TS_generated/dialog_Tachometer_output.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
Rise at trigger index: Trigger cycle index at which we start tach pulse (performance consideration)
### Check Engine Settings
![x](overview/TS_generated/dialog_Check_Engine_Settings.png)
![x](./Overview/TS_generated/dialog_Check_Engine_Settings.png)
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
### Status LEDs
![x](overview/TS_generated/dialog_Status_LEDs.png)
![x](./Overview/TS_generated/dialog_Status_LEDs.png)
Trigger error LED: This pin is used for debugging - snap a logic analyzer on it and see if it's ever high

View File

@ -47,43 +47,43 @@
[AntiLag Settings NOT WORKING](#antilag-settings-not-working)
### ECU stimulator
![x](overview/TS_generated/dialog_ECU_stimulator.png)
![x](./Overview/TS_generated/dialog_ECU_stimulator.png)
### Datalogging Settings
![x](overview/TS_generated/dialog_Datalogging_Settings.png)
![x](./Overview/TS_generated/dialog_Datalogging_Settings.png)
### Bench Test & Commands
![x](overview/TS_generated/dialog_Bench_Test_&_Commands.png)
![x](./Overview/TS_generated/dialog_Bench_Test_&_Commands.png)
### Popular vehicles
![x](overview/TS_generated/dialog_Popular_vehicles.png)
![x](./Overview/TS_generated/dialog_Popular_vehicles.png)
### LCD screen
![x](overview/TS_generated/dialog_LCD_screen.png)
![x](./Overview/TS_generated/dialog_LCD_screen.png)
### Joystick
![x](overview/TS_generated/dialog_Joystick.png)
![x](./Overview/TS_generated/dialog_Joystick.png)
### SPI settings
![x](overview/TS_generated/dialog_SPI_settings.png)
![x](./Overview/TS_generated/dialog_SPI_settings.png)
SPI1mosi mode: Modes count be used for 3v<>5v integration using pull-ups/pull-downs etc.
### rusEfi Console Settings
![x](overview/TS_generated/dialog_rusEfi_Console_Settings.png)
![x](./Overview/TS_generated/dialog_rusEfi_Console_Settings.png)
Sensor Sniffer: rusEfi console Sensor Sniffer mode
Engine Sniffer: This options enables data for 'engine sniffer' tab in console, which comes at some CPU price
### Connection
![x](overview/TS_generated/dialog_Connection.png)
![x](./Overview/TS_generated/dialog_Connection.png)
### TLE8888
![x](overview/TS_generated/dialog_TLE8888.png)
![x](./Overview/TS_generated/dialog_TLE8888.png)
### All Pins 1/3
![x](overview/TS_generated/dialog_All_Pins_1_3.png)
![x](./Overview/TS_generated/dialog_All_Pins_1_3.png)
Dizzy out Pin: This implementation makes a pulse every time one of the coils is charged, using coil dwell for pulse width. See also tachOutputPin
@ -91,10 +91,10 @@ Saab CDM knock: Saab Combustion Detection Module knock signal input pin
also known as Saab Ion Sensing Module
### All Pins 2/3
![x](overview/TS_generated/dialog_All_Pins_2_3.png)
![x](./Overview/TS_generated/dialog_All_Pins_2_3.png)
### All Pins 3/3
![x](overview/TS_generated/dialog_All_Pins_3_3.png)
![x](./Overview/TS_generated/dialog_All_Pins_3_3.png)
Cam Sync/VVT input: Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.
TODO #660
@ -104,19 +104,19 @@ vBatt ADC input: This is the processor input pin that the battery voltage circui
FuelLevelSensor: This is the processor pin that your fuel level sensor in connected to. This is a non standard input so will need to be user defined.
### Experimental/Broken
![x](overview/TS_generated/dialog_Experimental_Broken.png)
![x](./Overview/TS_generated/dialog_Experimental_Broken.png)
### Multispark
![x](overview/TS_generated/dialog_Multispark.png)
![x](./Overview/TS_generated/dialog_Multispark.png)
### GDI Dreams
![x](overview/TS_generated/dialog_GDI_Dreams.png)
![x](./Overview/TS_generated/dialog_GDI_Dreams.png)
### HIP9011 Settings (knock decoder)
![x](overview/TS_generated/dialog_HIP9011_Settings_knock_decoder.png)
![x](./Overview/TS_generated/dialog_HIP9011_Settings_knock_decoder.png)
### Electronic Throttle Body (beta)
![x](overview/TS_generated/dialog_Electronic_Throttle_Body_beta.png)
![x](./Overview/TS_generated/dialog_Electronic_Throttle_Body_beta.png)
Detailed status in console: Print details into rusEfi console
@ -148,13 +148,13 @@ Debug mode: See http://rusefi.com/s/debugmode
set debug_mode X
### Electronic TB Bias Curve
![x](overview/TS_generated/dialog_Electronic_TB_Bias_Curve.png)
![x](./Overview/TS_generated/dialog_Electronic_TB_Bias_Curve.png)
### ETB Pedal to TPS
![x](overview/TS_generated/dialog_ETB_Pedal_to_TPS.png)
![x](./Overview/TS_generated/dialog_ETB_Pedal_to_TPS.png)
### Launch Control Settings NOT WORKING
![x](overview/TS_generated/dialog_Launch_Control_Settings_NOT_WORKING.png)
![x](./Overview/TS_generated/dialog_Launch_Control_Settings_NOT_WORKING.png)
Extra Fuel(%): Extra Fuel Added
@ -165,10 +165,10 @@ Smooth Retard Mode: Interpolates the Ignition Retard from 0 to 100% within the R
Ignition Cut: This is the Cut Mode normally used
### Rolling Launch Settings NOT WORKING
![x](overview/TS_generated/dialog_Rolling_Launch_Settings_NOT_WORKING.png)
![x](./Overview/TS_generated/dialog_Rolling_Launch_Settings_NOT_WORKING.png)
### AntiLag Settings NOT WORKING
![x](overview/TS_generated/dialog_AntiLag_Settings_NOT_WORKING.png)
![x](./Overview/TS_generated/dialog_AntiLag_Settings_NOT_WORKING.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -9,7 +9,7 @@
[Cranking TPS Multiplier](#cranking-tps-multiplier)
### Cranking Settings
![x](overview/TS_generated/dialog_Cranking_Settings.png)
![x](./Overview/TS_generated/dialog_Cranking_Settings.png)
Enable cylinder cleanup: When enabled if TPS is held above 95% no fuel is injected while cranking to clear excess fuel from the cylinders.
@ -35,13 +35,13 @@ Use Advance Corrections for cranking: This enables the various ignition correcti
Use fixed cranking dwell: If set to true, will use the specified duration for cranking dwell. If set to false, will use the specified dwell angle. Unless you have a really good reason to, leave this set to true to use duration mode.
### Cranking Coolant Temperature Multiplier
![x](overview/TS_generated/dialog_Cranking_Coolant_Temperature_Multiplier.png)
![x](./Overview/TS_generated/dialog_Cranking_Coolant_Temperature_Multiplier.png)
### Cranking Duration Multiplier
![x](overview/TS_generated/dialog_Cranking_Duration_Multiplier.png)
![x](./Overview/TS_generated/dialog_Cranking_Duration_Multiplier.png)
### Cranking TPS Multiplier
![x](overview/TS_generated/dialog_Cranking_TPS_Multiplier.png)
![x](./Overview/TS_generated/dialog_Cranking_TPS_Multiplier.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -25,7 +25,7 @@
[Engine Load Acceleration Enrichment Taper](#engine-load-acceleration-enrichment-taper)
### Injection settings
![x](overview/TS_generated/dialog_Injection_settings.png)
![x](./Overview/TS_generated/dialog_Injection_settings.png)
Two wire batch emulation: This is needed if your coils are individually wired and you wish to use batch injection.
enable two_wire_batch_injection
@ -37,41 +37,41 @@ Two wire batch emulation: This is needed if your coils are individually wired an
enable two_wire_batch_injection
### Injector dead time
![x](overview/TS_generated/dialog_Injector_dead_time.png)
![x](./Overview/TS_generated/dialog_Injector_dead_time.png)
### Fuel short-term closed-loop correction
![x](overview/TS_generated/dialog_Fuel_short-term_closed-loop_correction.png)
![x](./Overview/TS_generated/dialog_Fuel_short-term_closed-loop_correction.png)
### Coasting Fuel Cutoff Settings
![x](overview/TS_generated/dialog_Coasting_Fuel_Cutoff_Settings.png)
![x](./Overview/TS_generated/dialog_Coasting_Fuel_Cutoff_Settings.png)
Enable Coasting Fuel Cutoff: This setting disables fuel injection while the engine is in overrun, this is useful as a fuel saving measure and to prevent back firing.
TPS Deactivation Threshold(%): percent between 0 and 100 below which the fuel cut is deactivated, this helps low speed drivability.
### Fuel Table
![x](overview/TS_generated/dialog_Fuel_Table.png)
![x](./Overview/TS_generated/dialog_Fuel_Table.png)
### Injection Phase
![x](overview/TS_generated/dialog_Injection_Phase.png)
![x](./Overview/TS_generated/dialog_Injection_Phase.png)
### Warmup fuel manual Multiplier
![x](overview/TS_generated/dialog_Warmup_fuel_manual_Multiplier.png)
![x](./Overview/TS_generated/dialog_Warmup_fuel_manual_Multiplier.png)
### Intake air temperature fuel Multiplier
![x](overview/TS_generated/dialog_Intake_air_temperature_fuel_Multiplier.png)
![x](./Overview/TS_generated/dialog_Intake_air_temperature_fuel_Multiplier.png)
### tCharge Settings
![x](overview/TS_generated/dialog_tCharge_Settings.png)
![x](./Overview/TS_generated/dialog_tCharge_Settings.png)
### Accel/Decel Enrichment
![x](overview/TS_generated/dialog_Accel_Decel_Enrichment.png)
![x](./Overview/TS_generated/dialog_Accel_Decel_Enrichment.png)
### TPS/TPS Acceleration Extra Fuel(ms)
![x](overview/TS_generated/dialog_TPS_TPS_Acceleration_Extra_Fuelms.png)
![x](./Overview/TS_generated/dialog_TPS_TPS_Acceleration_Extra_Fuelms.png)
### Engine Load Acceleration Enrichment Taper
![x](overview/TS_generated/dialog_Engine_Load_Acceleration_Enrichment_Taper.png)
![x](./Overview/TS_generated/dialog_Engine_Load_Acceleration_Enrichment_Taper.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -11,7 +11,7 @@
[Warmup Idle multiplier](#warmup-idle-multiplier)
### Idle settings
![x](overview/TS_generated/dialog_Idle_settings.png)
![x](./Overview/TS_generated/dialog_Idle_settings.png)
use ETB for idle: This setting allows the ETB to act as the idle air control valve and move to regulate the airflow at idle.
@ -36,7 +36,7 @@ PID Extra for low RPM(%): Increases PID reaction for RPM<target by adding extra
Use IAC PID Multiplier Table: This flag allows to use a special 'PID Multiplier' table (0.0-1.0) to compensate for nonlinear nature of IAC-RPM controller
### Idle hardware
![x](overview/TS_generated/dialog_Idle_hardware.png)
![x](./Overview/TS_generated/dialog_Idle_hardware.png)
Use Stepper: This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed.
@ -51,13 +51,13 @@ Two-wire mode: TLE7209 uses two-wire mode. TLE9201 and VNH2SP30 do NOT use two w
Two-wire mode: TLE7209 uses two-wire mode. TLE9201 and VNH2SP30 do NOT use two wire mode.
### Idle Target RPM
![x](overview/TS_generated/dialog_Idle_Target_RPM.png)
![x](./Overview/TS_generated/dialog_Idle_Target_RPM.png)
### Closed-loop idle timing
![x](overview/TS_generated/dialog_Closed-loop_idle_timing.png)
![x](./Overview/TS_generated/dialog_Closed-loop_idle_timing.png)
### Warmup Idle multiplier
![x](overview/TS_generated/dialog_Warmup_Idle_multiplier.png)
![x](./Overview/TS_generated/dialog_Warmup_Idle_multiplier.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -13,7 +13,7 @@
[Ignition Intake Air Temp correction](#ignition-intake-air-temp-correction)
### Ignition settings
![x](overview/TS_generated/dialog_Ignition_settings.png)
![x](./Overview/TS_generated/dialog_Ignition_settings.png)
Two wire wasted: This is needed if your coils are individually wired (COP) and you wish to use batch ignition (wasted spark).
@ -24,19 +24,19 @@ Use TPS-based Advance Table: This flag allows to use TPS for ignition lookup whi
Dizzy out Pin: This implementation makes a pulse every time one of the coils is charged, using coil dwell for pulse width. See also tachOutputPin
### Dwell
![x](overview/TS_generated/dialog_Dwell.png)
![x](./Overview/TS_generated/dialog_Dwell.png)
### Ignition Cylinder Extra Timing
![x](overview/TS_generated/dialog_Ignition_Cylinder_Extra_Timing.png)
![x](./Overview/TS_generated/dialog_Ignition_Cylinder_Extra_Timing.png)
### Ignition Table
![x](overview/TS_generated/dialog_Ignition_Table.png)
![x](./Overview/TS_generated/dialog_Ignition_Table.png)
### Warmup timing correction
![x](overview/TS_generated/dialog_Warmup_timing_correction.png)
![x](./Overview/TS_generated/dialog_Warmup_timing_correction.png)
### Ignition Intake Air Temp correction
![x](overview/TS_generated/dialog_Ignition_Intake_Air_Temp_correction.png)
![x](./Overview/TS_generated/dialog_Ignition_Intake_Air_Temp_correction.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -41,7 +41,7 @@
[EGT inputs](#egt-inputs)
### Trigger Inputs
![x](overview/TS_generated/dialog_Trigger_Inputs.png)
![x](./Overview/TS_generated/dialog_Trigger_Inputs.png)
Invert Primary: This setting flips the signal from the primary engine speed sensor.
@ -51,39 +51,39 @@ Cam Sync/VVT input: Camshaft input could be used either just for engine phase de
TODO #660
### Other Sensor Inputs
![x](overview/TS_generated/dialog_Other_Sensor_Inputs.png)
![x](./Overview/TS_generated/dialog_Other_Sensor_Inputs.png)
Throttle Up switch: Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata
### Analog Input Settings
![x](overview/TS_generated/dialog_Analog_Input_Settings.png)
![x](./Overview/TS_generated/dialog_Analog_Input_Settings.png)
### CLT sensor
![x](overview/TS_generated/dialog_CLT_sensor.png)
![x](./Overview/TS_generated/dialog_CLT_sensor.png)
### IAT sensor
![x](overview/TS_generated/dialog_IAT_sensor.png)
![x](./Overview/TS_generated/dialog_IAT_sensor.png)
### aux1 Thermistor Settings
![x](overview/TS_generated/dialog_aux1_Thermistor_Settings.png)
![x](./Overview/TS_generated/dialog_aux1_Thermistor_Settings.png)
### aux2 Thermistor Settings
![x](overview/TS_generated/dialog_aux2_Thermistor_Settings.png)
![x](./Overview/TS_generated/dialog_aux2_Thermistor_Settings.png)
### TPS
![x](overview/TS_generated/dialog_TPS.png)
![x](./Overview/TS_generated/dialog_TPS.png)
TPS low value detection threshold(%): TPS error detection, what TPS % value is unrealistically low
TPS high value detection threshold(%): TPS error detection, what TPS % value is unrealistically high
### Accelerator pedal
![x](overview/TS_generated/dialog_Accelerator_pedal.png)
![x](./Overview/TS_generated/dialog_Accelerator_pedal.png)
Down (WOT) voltage: Pedal in the floor
### MAP sensor
![x](overview/TS_generated/dialog_MAP_sensor.png)
![x](./Overview/TS_generated/dialog_MAP_sensor.png)
Measure Map Only In One Cylinder: Useful for individual intakes
@ -92,25 +92,25 @@ Measure Map Only In One Cylinder: Useful for individual intakes
Measure Map Only In One Cylinder: Useful for individual intakes
### MAP sampling
![x](overview/TS_generated/dialog_MAP_sampling.png)
![x](./Overview/TS_generated/dialog_MAP_sampling.png)
### Baro sensor
![x](overview/TS_generated/dialog_Baro_sensor.png)
![x](./Overview/TS_generated/dialog_Baro_sensor.png)
### MAF sensor
![x](overview/TS_generated/dialog_MAF_sensor.png)
![x](./Overview/TS_generated/dialog_MAF_sensor.png)
### MAF sensor
![x](overview/TS_generated/dialog_MAF_sensor.png)
![x](./Overview/TS_generated/dialog_MAF_sensor.png)
### EGO sensor
![x](overview/TS_generated/dialog_EGO_sensor.png)
![x](./Overview/TS_generated/dialog_EGO_sensor.png)
### Narrow to Wideband approximation
![x](overview/TS_generated/dialog_Narrow_to_Wideband_approximation.png)
![x](./Overview/TS_generated/dialog_Narrow_to_Wideband_approximation.png)
### CJ125 Settings (wbo decoder)
![x](overview/TS_generated/dialog_CJ125_Settings_wbo_decoder.png)
![x](./Overview/TS_generated/dialog_CJ125_Settings_wbo_decoder.png)
Is UA input divided?: Is your UA CJ125 output wired to MCU via resistor divider?
@ -118,13 +118,13 @@ Is UR input divided?: Is your UR CJ125 output wired to MCU via resistor divider?
Looks like 3v range should be enough, divider generally not needed.
### Speed sensor
![x](overview/TS_generated/dialog_Speed_sensor.png)
![x](./Overview/TS_generated/dialog_Speed_sensor.png)
### Oil pressure
![x](overview/TS_generated/dialog_Oil_pressure.png)
![x](./Overview/TS_generated/dialog_Oil_pressure.png)
### EGT inputs
![x](overview/TS_generated/dialog_EGT_inputs.png)
![x](./Overview/TS_generated/dialog_EGT_inputs.png)
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020

View File

@ -1,6 +1,6 @@
# [Base Engine](rusEFI-project-Base-Engine)
<a href='rusEFI-project-Base-Engine'>![x](overview/TS_generated/top_level_Base_Engine.png)
<a href='rusEFI-project-Base-Engine'>![x](./Overview/TS_generated/top_level_Base_Engine.png)
</a>[Base Engine Settings](rusEFI-project-Base-Engine#base-engine-settings)
[Trigger](rusEFI-project-Base-Engine#trigger)
@ -24,7 +24,7 @@
# [Fuel](rusEFI-project-Fuel)
<a href='rusEFI-project-Fuel'>![x](overview/TS_generated/top_level_Fuel.png)
<a href='rusEFI-project-Fuel'>![x](./Overview/TS_generated/top_level_Fuel.png)
</a>[Injection settings](rusEFI-project-Fuel#injection-settings)
[Injector dead time](rusEFI-project-Fuel#injector-dead-time)
@ -52,7 +52,7 @@
# [Ignition](rusEFI-project-Ignition)
<a href='rusEFI-project-Ignition'>![x](overview/TS_generated/top_level_Ignition.png)
<a href='rusEFI-project-Ignition'>![x](./Overview/TS_generated/top_level_Ignition.png)
</a>[Ignition settings](rusEFI-project-Ignition#ignition-settings)
[Dwell](rusEFI-project-Ignition#dwell)
@ -68,7 +68,7 @@
# [Cranking](rusEFI-project-Cranking)
<a href='rusEFI-project-Cranking'>![x](overview/TS_generated/top_level_Cranking.png)
<a href='rusEFI-project-Cranking'>![x](./Overview/TS_generated/top_level_Cranking.png)
</a>[Cranking Settings](rusEFI-project-Cranking#cranking-settings)
[Cranking Coolant Temperature Multiplier](rusEFI-project-Cranking#cranking-coolant-temperature-multiplier)
@ -80,7 +80,7 @@
# [Idle](rusEFI-project-Idle)
<a href='rusEFI-project-Idle'>![x](overview/TS_generated/top_level_Idle.png)
<a href='rusEFI-project-Idle'>![x](./Overview/TS_generated/top_level_Idle.png)
</a>[Idle settings](rusEFI-project-Idle#idle-settings)
[Idle hardware](rusEFI-project-Idle#idle-hardware)
@ -94,7 +94,7 @@
# [Advanced](rusEFI-project-Advanced)
<a href='rusEFI-project-Advanced'>![x](overview/TS_generated/top_level_Advanced.png)
<a href='rusEFI-project-Advanced'>![x](./Overview/TS_generated/top_level_Advanced.png)
</a>[Boost Control](rusEFI-project-Advanced#boost-control)
[General Purpose PWM 1](rusEFI-project-Advanced#general-purpose-pwm-1)
@ -132,7 +132,7 @@
# [Sensors](rusEFI-project-Sensors)
<a href='rusEFI-project-Sensors'>![x](overview/TS_generated/top_level_Sensors.png)
<a href='rusEFI-project-Sensors'>![x](./Overview/TS_generated/top_level_Sensors.png)
</a>[Trigger Inputs](rusEFI-project-Sensors#trigger-inputs)
[Other Sensor Inputs](rusEFI-project-Sensors#other-sensor-inputs)
@ -176,7 +176,7 @@
# [Controller](rusEFI-project-Controller)
<a href='rusEFI-project-Controller'>![x](overview/TS_generated/top_level_Controller.png)
<a href='rusEFI-project-Controller'>![x](./Overview/TS_generated/top_level_Controller.png)
</a>[ECU stimulator](rusEFI-project-Controller#ecu-stimulator)
[Datalogging Settings](rusEFI-project-Controller#datalogging-settings)

View File

View File

@ -20,7 +20,7 @@ We have a few rusEFI console commands relevant for cj125
![x](overview/wbo/cj125_heating_4_9.png)
![x](./Overview/wbo/cj125_heating_4_9.png)
AndreiKA says Prometheus works

View File

@ -6,12 +6,12 @@ It is important for a new user to understand some things about rusEFI before jum
RusEFI is a community project, everyone here is giving there time for free and have normal day jobs, this limits the amount of direct support we can give.
This means that the wiki and forum should be the first port of call for any questions. Most things are covered within these two resources.
With this in mind it is important that new users take a quick look at the [D is for distration](D-is-for-DISTRACTION.md) page and the [What rusEFI cannot do](What-rusEFI-Cannot-Do.md)
With this in mind it is important that new users take a quick look at the [D is for distration](D-is-for-DISTRACTION) page and the [What rusEFI cannot do](What-rusEFI-Cannot-Do)
RusEFI is an advance system, many of the features of rusEFI are things you will only find on high end or OEM ECUs. This means that users will need to take time to understand the systems they are working on and the principals behind them, a lot of the information provided is based on the concept of "helping you to help yourself".
You will be expected to put in the time to find information on the sensors you are using and any vehicle specific requirements of your install. (Though the team will always help where they can).
RusEFI is also still very much in development, the dev team provide no guarantee that any of the current features are fully working. It is important that users take a good look at the [current development status](Dev-Status.md) page. This is what we consider the most comprehensive list of the status of all the features of the rusEFI system.
RusEFI is also still very much in development, the dev team provide no guarantee that any of the current features are fully working. It is important that users take a good look at the [current development status](Dev-Status) page. This is what we consider the most comprehensive list of the status of all the features of the rusEFI system.
## Identifying your hardware requirements
@ -39,8 +39,8 @@ Ignition coils
## Getting help
[xxx](HOWTO-ask-questions.md)
[xxx](HOWTO-ask-questions)
## Where to search for information
[xxx](HOWTO-Search-on-rusEFI-wiki.md)
[xxx](HOWTO-Search-on-rusEFI-wiki)

View File

@ -1,6 +1,6 @@
![Individual Injection](Images/injection_individual.png)
![Individual Injection](./Images/Injection_individual.png)
![Batch Injection](Images/injection_batch.png)
![Batch Injection](./Images/Injection_batch.png)
In individual mode each cylinder gets on time injector lag correction per engine cycle, in batch mode each cylinder gets the same amount of fuel split into two squirts with two times injection lag correction. In a perfect world, AFR measured would be be the same. In case of a wrong injector lag, batch mode would be affected more.

View File

@ -22,7 +22,7 @@ This prevents the 3V from making it to the target ST chip. This will isolate the
* Is LD1 "COM" green? -- If so this means you have 3V and ??? (I don't know when it will be green). If it's green or blinks green when communicating with it, this means you have 3V and your LD2 "PWR" light is broken. Proceed to **Solution 3 Broken LD1** else proceed to the next line.
* Is LD1 "COM" blinking red? -- If so this could be and could be indicating the processor is active and doing stuff. TBD inquire in the forums for help.
* Is LD1 dim -- TBD ask in the forums for help.
* Are all LED's off? -- If so this likely means there was a 5V short to GND and D1 has broken. To really check, with a multi-meter measure ![DC Symbol](DC-symbol.gif) DC voltage referenced to GND like at JP2 or JP3. Measure the voltage at both sides of D1. If you measure 5V at one side and less than 100mV on the other side, proceed to **Solution 2 Broken D1** If you measure below 100mV on both sides, 5V is not making it to this board, check your USB is providing 5V.
* Are all LED's off? -- If so this likely means there was a 5V short to GND and D1 has broken. To really check, with a multi-meter measure ![DC Symbol](./Images/DC-symbol.gif) DC voltage referenced to GND like at JP2 or JP3. Measure the voltage at both sides of D1. If you measure 5V at one side and less than 100mV on the other side, proceed to **Solution 2 Broken D1** If you measure below 100mV on both sides, 5V is not making it to this board, check your USB is providing 5V.
### Step 2 Check the target ST chip
@ -75,7 +75,7 @@ Replace the LED or ignore it. This is only an indicator that you have 3V.
[BOM archive](http://www.st.com/st-web-ui/static/active/en/resource/technical/document/bill_of_materials/stm32f4discovery_bom.zip)
[Schematic](Stm32f4discovery_schematics.pdf)
[Schematic](./PDFs/Stm32f4discovery_schematics.pdf)
## Normal measurements
Here are several measurements to function as a point of reference. These were taken with a known good board.

View File

@ -43,11 +43,11 @@ If the above didn't detail specifically what you need, here are some note that m
#### VR lower level details, formulas, app notes, etc
VR's have many critical characteristics that need may be of concern. The variations in design will result in different minimum RPM's, maximum RPM's, noise immunity and other such items that result in properly detecting the shaft angle. There are critical dimensions and critical materials used in parts of a VR that need to be taken into consideration. There are some equations and examples noted on this application note http://sensing.honeywell.com/vrs-app-note-005934-2-en-final-26jun12.pdf These equations help you determine the min RPM, load resistor and voltages produced at higher RPM's. This is also a useful app note about hall sensor. https://sensing.honeywell.com/hallbook.pdf
This application note is copied [here](pdfs/VRS_App_Note_005934-2-EN_Final_26Jun12.pdf) for archival purposes.
This application note is copied [here](./PDFs/VRS_App_Note_005934-2-EN_Final_26Jun12.pdf) for archival purposes.
[Hall Book](pdfs/Hallbook.pdf)
[Hall Book](./PDFs/Hallbook.pdf)
There is a condensed version of this app note found here http://sensing.honeywell.com/index.php?ci_id=51555 and archived [here](pdfs/VRS_output_voltage_calculations.pdf)
There is a condensed version of this app note found here http://sensing.honeywell.com/index.php?ci_id=51555 and archived [here](./PDFs/VRS_output_voltage_calculations.pdf)
As an example, see the below spreadsheet that includes the information from the above application note. This is a starting point and you can copy this spread sheet then enter specifics relative to your application.

View File

@ -2,6 +2,6 @@
## These are containers for all the lists and data dumps we have collected over the years.
[BMW info](Vault_BWM_Info.md)
[Ignition Parts](Vault-Of-Ignition-Parts.md)
[Sensors](Vault-Of-Sensors.md)
[Terminology and abbreviations](Vault-Of-Terminology.md)
[Ignition Parts](Vault-Of-Ignition-Parts)
[Sensors](Vault-Of-Sensors)
[Terminology and abbreviations](Vault-Of-Terminology)

View File

@ -14,7 +14,7 @@ Bosch 0280750009 1.8T and hopefully many others
5n1973206 connector
![x](oem_docs/VAG/Bosch_0280750009_pinout.jpg)
![x](./OEM-Docs/VAG/Bosch_0280750009_pinout.jpg)
# Nissan
@ -28,11 +28,11 @@ M6 58mm bolt, internal hex cap see https://rusefi.com/forum/viewtopic.php?p=3768
Connector 6189-7761
![x](oem_docs/Nissan/Hitachi-SERA576-01-2003-Nissan-Altima.png)
![x](./OEM-Docs/Nissan/Hitachi-SERA576-01-2003-Nissan-Altima.png)
Alternative connector. This connector goes all the way to Nissan X-Trail T30 01-07 and Nissan Patrol.
![x](oem_docs/Nissan/Hitachi_60mm_ETB.jpg)
![x](./OEM-Docs/Nissan/Hitachi_60mm_ETB.jpg)
18002 4z800 Pedal with build-in position sensor - 2004-2007 Nissan Altima Maxima
@ -45,7 +45,7 @@ Wire side connector 6189-0029
WARNING GND#1<>GND#2 are mixed up on the image.
![x](oem_docs/Nissan/18919-AM810-pinout.jpg)
![x](./OEM-Docs/Nissan/18919-AM810-pinout.jpg)
3.2 KOhm between each pairs of GND and +5v

View File

@ -13,4 +13,4 @@ E ![x](Images/Honda_K_plug_e.png)
![x](oem_docs/Honda/ECU_overview.jpg)
![x](./OEM-Docs/Honda/ECU_overview.jpg)

View File

@ -9,7 +9,7 @@
### Dumb coils
* BMW M50 coils - Tested and working with VW ignition module
![x](oem_docs/Bmw/bmw_dumb_coil.png)
![x](./OEM-Docs/Bmw/bmw_dumb_coil.png)
Pin #1 "15" is +12V
@ -40,13 +40,13 @@ Plugs - TE 282193-1 x1, TE 282192-1 x1, TE 929937-3 x9, TE 828905-1 x9
Harness side connector Sumitomo 6189-0515 Toyota 90980-11653
![x](oem_docs/Toyota/GS300_2001_igniter.png)
![x](./OEM-Docs/Toyota/GS300_2001_igniter.png)
![x](oem_docs/Toyota/1995_Camry_Igniter.png)
![x](./OEM-Docs/Toyota/1995_Camry_Igniter.png)
* Toyota 89621-35020
![x](oem_docs/Toyota/1999_Camry_Igniter.png)
![x](./OEM-Docs/Toyota/1999_Camry_Igniter.png)
* Bosch 0227100211 - VW Audi 97- 05

View File

@ -32,9 +32,9 @@ Alex has M111 1.8 https://rusefi.com/forum/viewtopic.php?f=2&t=1700
# 1997 S320
![x](oem_docs/Mercedes/1997_s320_1.png)
![x](./OEM-Docs/Mercedes/1997_s320_1.png)
![x](oem_docs/Mercedes/1997_s320_2.png)
![x](./OEM-Docs/Mercedes/1997_s320_2.png)
![x](oem_docs/Mercedes/1997_s320_3.png)
![x](./OEM-Docs/Mercedes/1997_s320_3.png)

View File

@ -6,6 +6,6 @@ plug TE 1-1419168-2
A large number of tested MAF sensors can be found [here](https://rusefi.com/forum/viewtopic.php?f=4&t=1726&p=36419)
[sensors-2-1_bosch_2013_2014.pdf](oem_docs/Bosch/sensors-2-1_bosch_2013_2014.pdf)
[sensors-2-1_bosch_2013_2014.pdf](./OEM-Docs/Bosch/sensors-2-1_bosch_2013_2014.pdf)
[49776__sensoren.pdf](oem_docs/Bosch/49776__sensoren.pdf)
[49776__sensoren.pdf](./OEM-Docs/Bosch/49776__sensoren.pdf)

View File

@ -6,13 +6,13 @@
BGQ
![x](oem_docs/VAG/2006-jetta-2.5-bgq-1.png)
![x](./OEM-Docs/VAG/2006-jetta-2.5-bgq-1.png)
![x](oem_docs/VAG/2006-jetta-2.5-bgq-2.png)
![x](./OEM-Docs/VAG/2006-jetta-2.5-bgq-2.png)
![x](oem_docs/VAG/2006-jetta-2.5-bgq-3.png)
![x](./OEM-Docs/VAG/2006-jetta-2.5-bgq-3.png)
![x](oem_docs/VAG/2006-jetta-2.5-bgq-4.png)
![x](./OEM-Docs/VAG/2006-jetta-2.5-bgq-4.png)
![x](oem_docs/VAG/2006-jetta-2.5-bgq-5.png)
![x](./OEM-Docs/VAG/2006-jetta-2.5-bgq-5.png)

View File

@ -1,11 +1,11 @@
![x](oem_docs/Mercedes/mercedes_170.png)
![x](./OEM-Docs/Mercedes/mercedes_170.png)
https://en.wikipedia.org/wiki/Mercedes-Benz_M113_engine
# 99 E430
![x](oem_docs/Mercedes/1999_e430_page_1.png)
![x](./OEM-Docs/Mercedes/1999_e430_page_1.png)
![x](oem_docs/Mercedes/1999_e430_page_2.png)
![x](./OEM-Docs/Mercedes/1999_e430_page_2.png)
![x](oem_docs/Mercedes/1999_e430_page_3.png)
![x](./OEM-Docs/Mercedes/1999_e430_page_3.png)

View File

@ -1,4 +1,4 @@
![x](oem_docs/Mercedes/mercedes_170.png)
![x](./OEM-Docs/Mercedes/mercedes_170.png)
https://en.wikipedia.org/wiki/Mercedes-Benz_M113_engine
@ -17,17 +17,17 @@ https://en.wikipedia.org/wiki/Mercedes-Benz_M113_engine
| E25 | | INJECTOR NUMBER 5 |
![x](oem_docs/Mercedes/2000_s430_page_1.png)
![x](./OEM-Docs/Mercedes/2000_s430_page_1.png)
![x](oem_docs/Mercedes/2000_s430_page_2.png)
![x](./OEM-Docs/Mercedes/2000_s430_page_2.png)
![x](oem_docs/Mercedes/2000_s430_page_3.png)
![x](./OEM-Docs/Mercedes/2000_s430_page_3.png)
# 2000 S500
![x](oem_docs/Mercedes/2000_s500_page_1.png)
![x](./OEM-Docs/Mercedes/2000_s500_page_1.png)
![x](oem_docs/Mercedes/2000_s500_page_2.png)
![x](./OEM-Docs/Mercedes/2000_s500_page_2.png)
![x](oem_docs/Mercedes/2000_s500_page_3.png)
![x](./OEM-Docs/Mercedes/2000_s500_page_3.png)

View File

@ -1,21 +1,21 @@
#94 525
![x](oem_docs/Bmw/1994_e34/94_525_1.png)
![x](./OEM-Docs/Bmw/1994_e34/94_525_1.png)
![x](oem_docs/Bmw/1994_e34/94_525_2.png)
![x](./OEM-Docs/Bmw/1994_e34/94_525_2.png)
![x](oem_docs/Bmw/1994_e34/94_540_etb.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_etb.png)
![x](oem_docs/Bmw/1994_e34/94_540_early_1.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_early_1.png)
![x](oem_docs/Bmw/1994_e34/94_540_early_2.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_early_2.png)
![x](oem_docs/Bmw/1994_e34/94_540_early_3.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_early_3.png)
![x](oem_docs/Bmw/1994_e34/94_540_late_1.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_late_1.png)
![x](oem_docs/Bmw/1994_e34/94_540_late_2.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_late_2.png)
![x](oem_docs/Bmw/1994_e34/94_540_late_3.png)
![x](./OEM-Docs/Bmw/1994_e34/94_540_late_3.png)

View File

@ -1,5 +1,5 @@
#94 325
![x](oem_docs/Bmw/1994_e36/94_325_1.png)
![x](./OEM-Docs/Bmw/1994_e36/94_325_1.png)
![x](oem_docs/Bmw/1994_e36/94_325_2.png)
![x](./OEM-Docs/Bmw/1994_e36/94_325_2.png)

View File

@ -2,11 +2,11 @@ https://en.wikipedia.org/wiki/BMW_7_Series_(E38)
# 2000 740
![x](oem_docs/Bmw/7_Series_e38/2000_bmw_740_1.png)
![x](./OEM-Docs/Bmw/7_Series_e38/2000_bmw_740_1.png)
![x](oem_docs/Bmw/7_Series_e38/2000_bmw_740_2.png)
![x](./OEM-Docs/Bmw/7_Series_e38/2000_bmw_740_2.png)
![x](oem_docs/Bmw/7_Series_e38/2000_bmw_740_3.png)
![x](./OEM-Docs/Bmw/7_Series_e38/2000_bmw_740_3.png)
| Connector/ Pin Number | OEM Color | Name / Function |

View File

@ -4,11 +4,11 @@ https://en.wikipedia.org/wiki/BMW_5_Series_(E39)
# 1999 528
![x](oem_docs/Bmw/e39/1999_bmw_528_1.png)
![x](./OEM-Docs/Bmw/e39/1999_bmw_528_1.png)
![x](oem_docs/Bmw/e39/1999_bmw_528_2.png)
![x](./OEM-Docs/Bmw/e39/1999_bmw_528_2.png)
![x](oem_docs/Bmw/e39/1999_bmw_528_3.png)
![x](./OEM-Docs/Bmw/e39/1999_bmw_528_3.png)
| Connector/ Pin Number | OEM Color | Name / Function |
@ -35,13 +35,13 @@ https://en.wikipedia.org/wiki/BMW_5_Series_(E39)
https://en.wikipedia.org/wiki/BMW_M62
![x](oem_docs/Bmw/e39/2001_540_1.png)
![x](./OEM-Docs/Bmw/e39/2001_540_1.png)
![x](oem_docs/Bmw/e39/2001_540_2.png)
![x](./OEM-Docs/Bmw/e39/2001_540_2.png)
![x](oem_docs/Bmw/e39/2001_540_3.png)
![x](./OEM-Docs/Bmw/e39/2001_540_3.png)
![x](oem_docs/Bmw/e39/2001_540_4.png)
![x](./OEM-Docs/Bmw/e39/2001_540_4.png)
| Connector/ Pin Number | OEM Color | Name / Function |
| --------------------- |------- |---------------- |

View File

@ -1,19 +1,19 @@
# 325
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_325_1.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_325_1.png)
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_325_2.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_325_2.png)
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_325_3.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_325_3.png)
# M3
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_m3_1.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_m3_1.png)
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_m3_2.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_m3_2.png)
![x](oem_docs/Bmw/3_Series_e46/2002_bmw_m3_3.png)
![x](./OEM-Docs/Bmw/3_Series_e46/2002_bmw_m3_3.png)
| Connector/ Pin Number | OEM Color | Name / Function |
@ -26,11 +26,11 @@
# Trunk
![x](oem_docs/Bmw/2000_3_Series_e46/e46_trunk.png)
![x](./OEM-Docs/Bmw/2000_3_Series_e46/e46_trunk.png)
# ECU Pcb
![PCB front](oem_docs/Bmw/2000_3_Series_e46/2000_e46_oem_ecu_pcb_top.jpg)
![PCB front](./OEM-Docs/Bmw/2000_3_Series_e46/2000_e46_oem_ecu_pcb_top.jpg)
![PCB back](oem_docs/Bmw/2000_3_Series_e46/2000_e46_oem_ecu_pcb_back.jpg)
![PCB back](./OEM-Docs/Bmw/2000_3_Series_e46/2000_e46_oem_ecu_pcb_back.jpg)

View File

@ -1,21 +1,21 @@
# 2001 x5 3.0
![x](oem_docs/Bmw/e53/2001_x5_3.0_1.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_3.0_1.png)
![x](oem_docs/Bmw/e53/2001_x5_3.0_2.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_3.0_2.png)
![x](oem_docs/Bmw/e53/2001_x5_3.0_3.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_3.0_3.png)
![x](oem_docs/Bmw/e53/2001_x5_3.0_4.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_3.0_4.png)
# 2001 x5 4.4
![x](oem_docs/Bmw/e53/2001_x5_4.4_1.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_4.4_1.png)
![x](oem_docs/Bmw/e53/2001_x5_4.4_2.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_4.4_2.png)
![x](oem_docs/Bmw/e53/2001_x5_4.4_3.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_4.4_3.png)
![x](oem_docs/Bmw/e53/2001_x5_4.4_4.png)
![x](./OEM-Docs/Bmw/e53/2001_x5_4.4_4.png)

View File

@ -3,12 +3,12 @@ Production 2001 2008
# 750 8 cylinders
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_1.png)
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_2.png)
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_3.png)
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_4.png)
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_5.png)
![p](oem_docs/Bmw/7_Series_e65/2006_bmw_750_6.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_1.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_2.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_3.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_4.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_5.png)
![p](./OEM-Docs/Bmw/7_Series_e65/2006_bmw_750_6.png)
| Connector/ Pin Number | OEM Color | Name / Function |
@ -45,17 +45,17 @@ x2 HDEV fuel injection module 7506280 [121 pin connector](OEM-connectors#121)
| 15 | HPFP | High Pressure Fuel Pump Control Signal | Blue/Yellow |
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_1.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_2.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_3.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_4.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_5.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_6.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_7.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_8.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_9.png)
![p](oem_docs/Bmw/2003_7_Series_e65/2003_N73_engine_10.png)
![connector](oem_docs/TE/Connector_121_pinout.jpg)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_1.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_2.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_3.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_4.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_5.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_6.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_7.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_8.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_9.png)
![p](./OEM-Docs/Bmw/2003_7_Series_e65/2003_N73_engine_10.png)
![connector](./OEM-Docs/TE/Connector_121_pinout.jpg)
Injector #1 + #118
@ -102,13 +102,13 @@ https://www.youtube.com/watch?v=vIzs32PNZTY&t=140s
Battery replacement https://www.youtube.com/watch?v=V-FhPSF_880
[User Manual](oem_docs/Bmw/2003_7_Series_e65/2004_Manual_7_Series.pdf)
[User Manual](./OEM-Docs/Bmw/2003_7_Series_e65/2004_Manual_7_Series.pdf)
# Transmission
[6 Speed Transmission mechatronic sleeve replacement](oem_docs/Bmw/2003_7_Series_e65/6_speed_sleeve_replacement.pdf)
[6 Speed Transmission mechatronic sleeve replacement](./OEM-Docs/Bmw/2003_7_Series_e65/6_speed_sleeve_replacement.pdf)
[ZF6HP26 / 6R60 / 09E Remove Mechatronic Case Connector Sleeve Valve Body](https://www.youtube.com/watch?v=b0vvqtso14k)

View File

@ -179,7 +179,7 @@ tcm 28100-P0H-A02
Measured 845 ohms between pins B15 / B16 also same for B14 / B13 and same for B12 / 11.
![Scope Screenshot](Images/distributor_timing_obd1.jpg)
![Scope Screenshot](./Images/Distributor_timing_obd1.jpg)
## stock ECU schematics highlights

View File

@ -1,4 +1,4 @@
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
![ECU](Images/Hyundai_ecu_1.jpg)

View File

@ -1,4 +1,4 @@
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
![ECU](Images/Hyundai_ecu_2003.png)

View File

@ -1,4 +1,4 @@
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
2004 2005 2006 auto

View File

@ -1,4 +1,4 @@
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
![Wiring Diagram](Images/2004_elantra_ecu_1.png)

View File

@ -1,5 +1,5 @@
See also [Asian 121 pin Connector](OEM-121-pin-connectors#368255asian)
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
![Wiring Diagram](Images/2005_kia_spectra.png)

View File

@ -69,7 +69,7 @@ Rusefi Engine Type 41 on Frankenso
| 3Y | W63 | \* | \* | \* |
| 3Z | | A/T control unit | | |
![Wiring Diagram](oem_docs/Mazda/1990_Miata/1990_mazda_miata_us_wiring.png)
![Wiring Diagram](./OEM-Docs/Mazda/1990_Miata/1990_mazda_miata_us_wiring.png)
See also https://sites.google.com/site/mazdaecutechnicaldata/

View File

@ -88,6 +88,6 @@ The CAS has four wires. Two are for +12 power and ground. The other two are the
The signals are called SGC and SGT on the 1.8 engine. They are called called NE and G signals on the 1.6 engine. The computer can decode the position of the engine camshaft and the engine speed from these two signals. With this information, it calculates when to send spark to the spark plugs and fuel to the fuel injectors.
![CAS Signals](Images/miata_cas_signals.jpg)
![CAS Signals](./Images/Miata_cas_signals.jpg)
![CAS Pinout](Images/miata_cas_wires.jpg)
![CAS Pinout](./Images/Miata_cas_wires.jpg)

View File

@ -1,6 +1,6 @@
[72 pin Connector](OEM-connectors#72-pin)
![Connector Face](oem_docs/Mazda/Miata_NB2_ECU_Connectors_Drawing.png)
![Connector Face](./OEM-Docs/Mazda/Miata_NB2_ECU_Connectors_Drawing.png)
## ECU

View File

@ -4,7 +4,7 @@ In RusEFI console, set engine_type 47 loads base settings.
[121 pin Connector](OEM-121-pin-connectors)
![Connector Face](oem_docs/Mazda/Miata_NB2_ECU_Connectors_Drawing.png)
![Connector Face](./OEM-Docs/Mazda/Miata_NB2_ECU_Connectors_Drawing.png)
![Connector Face](Images/NB2_Miata_ECU_Connectors_Drawing_rusefi_harness.png)
@ -105,21 +105,21 @@ OUT represents the output to the A/C Compressor clutch.
## OE Wiring Diagrams
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003.png)
Individual pages for printing:
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_1.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_1.png)
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_2.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_2.png)
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_3.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_3.png)
### Automatic Transmission
see [Mazda Miata 2001 - Automatic Transmission](Mazda-Miata-2001#Automatic-Transmission)
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_at.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_at.png)
### Immobilizer

View File

@ -23,14 +23,14 @@ pin further away from the engine signal
| MAP signal | analog | blue |
| AFR signal | analog | white |
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003.png)
Individual pages for printing:
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_1.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_1.png)
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_2.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_2.png)
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_page_3.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_page_3.png)
## Automatic Transmission
@ -38,7 +38,7 @@ see [Mazda Miata 2001 - Automatic Transmission](Mazda-Miata-2001#automatic-trans
![Wiring Diagram](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_at.png)
![Wiring Diagram](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_at.png)
## Immobilizer

View File

@ -8,4 +8,4 @@ RED/WHITE From battery
BLUE Start/Run switch
BHT/BLACK Starter
![x](oem_docs/Mazda/2003_Miata/Mazda_miata_2003_power.png)
![x](./OEM-Docs/Mazda/2003_Miata/Mazda_miata_2003_power.png)

View File

@ -2,17 +2,17 @@
https://en.wikipedia.org/wiki/Mercedes-Benz_M113_engine
![x](oem_docs/Mercedes/2005_s430_1.png)
![x](./OEM-Docs/Mercedes/2005_s430_1.png)
![x](oem_docs/Mercedes/2005_s430_2.png)
![x](./OEM-Docs/Mercedes/2005_s430_2.png)
![x](oem_docs/Mercedes/2005_s430_3.png)
![x](./OEM-Docs/Mercedes/2005_s430_3.png)
# 2005 S500
![x](oem_docs/Mercedes/2005_s500_1.png)
![x](./OEM-Docs/Mercedes/2005_s500_1.png)
![x](oem_docs/Mercedes/2005_s500_2.png)
![x](./OEM-Docs/Mercedes/2005_s500_2.png)
![x](oem_docs/Mercedes/2005_s500_3.png)
![x](./OEM-Docs/Mercedes/2005_s500_3.png)

View File

@ -14,7 +14,7 @@ Listed for sale with early June deliveries.
[Frankenso](Frankenso) could be set for this pinout using a few dozen jumper wires in the wiring breakout area.
As of May 2020 [Proteus](Proteus) or [Hardware-microRusEfi](Hardware-microRusEfi) could be wired
As of May 2020 [Proteus](Proteus) or [Hardware-microRusEfi](Hardware-microRusEFI) could be wired
using [breakout board](https://www.ebay.com/itm/64-pin-ECU-connector-civic-mazda-mx-5-eunos-miata-toyota-with-breakout-PCB/332771650527)
One day we plan to have a microRusEFI adapter for these cars maybe in August 2020?
@ -23,7 +23,7 @@ One day we plan to have a microRusEFI adapter for these cars maybe in August 202
# Early NB
NB1 1999-2000 while connector still looks similar that's another different pinout.
As of May 2020 [Proteus](Proteus) or [Hardware-microRusEfi](Hardware-microRusEfi) could be wired
As of May 2020 [Proteus](Proteus) or [Hardware-microRusEfi](Hardware-microRusEFI) could be wired
using [breakout board](https://www.ebay.com/itm/64-pin-ECU-connector-civic-mazda-mx-5-eunos-miata-toyota-with-breakout-PCB/332771650527)
One day we plan to have a microRusEFI adapter for these cars maybe in August 2020?

View File

@ -1,5 +1,5 @@
![Connector Face](oem_docs/TE/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
## Minimalistic wiring
@ -24,7 +24,7 @@
| 80 | BRN | Ground | black |
| 81 | BRN | Ground | black |
![Connector Face](Images/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
| | | | |
| ------ | ------- | ------------------------- | ------ |
@ -46,21 +46,21 @@
| A | B | C | |
| A | B | C | |
![Connector Face](Images/Connector_121_pinout.jpg)
![Connector Face](./OEM-Docs/TE/Connector_121_pinout.jpg)
## 2003 Mini Cooper ECU Wiring Diagram
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_1.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_1.png)
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_2.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_2.png)
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_2.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_2.png)
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_3.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_3.png)
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_instrument_cluster_1.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_instrument_cluster_1.png)
![Wiring Diagram](oem_docs/Mini/2003_Cooper/2003_cooper_instrument_cluster_2.png)
![Wiring Diagram](./OEM-Docs/Mini/2003_Cooper/2003_cooper_instrument_cluster_2.png)
![Wiring Diagram](Images/2003_cooper_tach_wiring.pdf)

View File

@ -40,6 +40,6 @@ SID 23D/8 53 0 0 0 0 47 9 33,
[jackm_carhack_nissan](jackm_carhack_nissan)
[Knio_carhack_Nissan](Knio_carhack_Nissan.md)
[Knio_carhack_Nissan](Knio_carhack_Nissan)
https://forum.autosportlabs.com/viewtopic.php?p=29166

View File

@ -1,3 +1,3 @@
[Nissan-Xterra-2011-CAN](Nissan-Xterra-2011-CAN)
![Wiring Diagram](oem_docs/Nissan/2011_Xterra/2011_Xterra_ECU.png)
![Wiring Diagram](./OEM-Docs/Nissan/2011_Xterra/2011_Xterra_ECU.png)

View File

@ -1,11 +1,11 @@
![x](oem_docs/Subaru/1993ecu.jpg)
![x](./OEM-Docs/Subaru/1993ecu.jpg)
![x](oem_docs/Subaru/1993ecu1.jpg)
![x](./OEM-Docs/Subaru/1993ecu1.jpg)
[1993-1996impreza.pdf](oem_docs/Subaru/1993-1996impreza.pdf)
[1993-1996impreza.pdf](./OEM-Docs/Subaru/1993-1996impreza.pdf)
![x](oem_docs/Subaru/subaru-ej16-or18-wiring-diagram.gif)
![x](./OEM-Docs/Subaru/subaru-ej16-or18-wiring-diagram.gif)
This vehicle has dumb coils and igniters - rusEFI does not have to provide igniters.

View File

@ -9,36 +9,36 @@ https://en.wikipedia.org/wiki/Volkswagen_Group_B_platform#B5
# 2000 1.8T
![x](oem_docs/VAG/2000_a4_1.8t_1.png)
![x](./OEM-Docs/VAG/2000_a4_1.8t_1.png)
![x](oem_docs/VAG/2000_a4_1.8t_2.png)
![x](./OEM-Docs/VAG/2000_a4_1.8t_2.png)
![x](oem_docs/VAG/2000_a4_1.8t_3.png)
![x](./OEM-Docs/VAG/2000_a4_1.8t_3.png)
# 2000 2.8
![x](oem_docs/VAG/2000_a4_2.8_1.png)
![x](./OEM-Docs/VAG/2000_a4_2.8_1.png)
![x](oem_docs/VAG/2000_a4_2.8_2.png)
![x](./OEM-Docs/VAG/2000_a4_2.8_2.png)
![x](oem_docs/VAG/2000_a4_2.8_3.png)
![x](./OEM-Docs/VAG/2000_a4_2.8_3.png)
# 2001 1.8T
![x](oem_docs/VAG/2001_a4_1.8t_1.png)
![x](./OEM-Docs/VAG/2001_a4_1.8t_1.png)
![x](oem_docs/VAG/2001_a4_1.8t_2.png)
![x](./OEM-Docs/VAG/2001_a4_1.8t_2.png)
![x](oem_docs/VAG/2001_a4_1.8t_3.png)
![x](./OEM-Docs/VAG/2001_a4_1.8t_3.png)
# 2005 1.8T
![x](oem_docs/VAG/2005_a4_1.8t_1.png)
![x](./OEM-Docs/VAG/2005_a4_1.8t_1.png)
![x](oem_docs/VAG/2005_a4_1.8t_2.png)
![x](./OEM-Docs/VAG/2005_a4_1.8t_2.png)
![x](oem_docs/VAG/2005_a4_1.8t_3.png)
![x](./OEM-Docs/VAG/2005_a4_1.8t_3.png)
![x](oem_docs/VAG/2005_a4_1.8t_4.png)
![x](./OEM-Docs/VAG/2005_a4_1.8t_4.png)

View File

@ -1,28 +1,28 @@
# 2003 A6 2.7t
![x](oem_docs/VAG/2003_a6_2.7t_1.png)
![x](./OEM-Docs/VAG/2003_a6_2.7t_1.png)
![x](oem_docs/VAG/2003_a6_2.7t_2.png)
![x](./OEM-Docs/VAG/2003_a6_2.7t_2.png)
![x](oem_docs/VAG/2003_a6_2.7t_3.png)
![x](./OEM-Docs/VAG/2003_a6_2.7t_3.png)
# 2003 A6 3.0
![x](oem_docs/VAG/2003_a6_3.0_1.png)
![x](./OEM-Docs/VAG/2003_a6_3.0_1.png)
![x](oem_docs/VAG/2003_a6_3.0_2.png)
![x](./OEM-Docs/VAG/2003_a6_3.0_2.png)
![x](oem_docs/VAG/2003_a6_3.0_3.png)
![x](./OEM-Docs/VAG/2003_a6_3.0_3.png)
![x](oem_docs/VAG/2003_a6_3.0_4.png)
![x](./OEM-Docs/VAG/2003_a6_3.0_4.png)
# 2003 A6 4.2
![x](oem_docs/VAG/2003_a6_4.2_1.png)
![x](./OEM-Docs/VAG/2003_a6_4.2_1.png)
![x](oem_docs/VAG/2003_a6_4.2_2.png)
![x](./OEM-Docs/VAG/2003_a6_4.2_2.png)
![x](oem_docs/VAG/2003_a6_4.2_3.png)
![x](./OEM-Docs/VAG/2003_a6_4.2_3.png)
![x](oem_docs/VAG/2003_a6_4.2_4.png)
![x](./OEM-Docs/VAG/2003_a6_4.2_4.png)

View File

@ -7,7 +7,7 @@ Connector image here
Wiring diagrams here
![x](oem_docs/Bmw/e39/1999_bmw_528_1.png)
![x](./OEM-Docs/Bmw/e39/1999_bmw_528_1.png)
Pinout table here

View File

@ -4,15 +4,15 @@
BOSCH MED9.1 ECU P/N 3C0 907 115 F
![x](oem_docs/VW/2006_Passat/B6_ecu_label.jpg)
![x](./OEM-Docs/VW/2006_Passat/B6_ecu_label.jpg)
Production 20052010 (B6)
2.0 Turbo FSI engine code BPY ???
Fuel Rail High Pressure Sensor 0 261 545059 [0261545059](oem_docs/Bosch/0261545006.pdf) 06D906051
Fuel Rail High Pressure Sensor 0 261 545059 [0261545059](./OEM-Docs/Bosch/0261545006.pdf) 06D906051
Fuel Rail High Pressure sensor 0 261 545016 0261545016 06J906051D
0261545053 [Pressure Sensor Fluid PSS-140](oem_docs/Bosch/Bosch-Pressure-Sensor-Fluid-600.pdf)
0261545053 [Pressure Sensor Fluid PSS-140](./OEM-Docs/Bosch/Bosch-Pressure-Sensor-Fluid-600.pdf)
Fuel Rail Pressure sensor connector 4D0971993
@ -43,7 +43,7 @@ Sensor Power:
28/60
37/60
![x](oem_docs/Bosch/connector_154.png)
![x](./OEM-Docs/Bosch/connector_154.png)
<a name="94"/>
@ -134,37 +134,37 @@ Injector #4: #48/#16
"Early" 5 pages
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_early_1_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_early_2_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_early_3_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_early_4_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_early_5_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_early_1_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_early_2_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_early_3_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_early_4_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_early_5_5.png)
"Late" 5 pages
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_late_1_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_late_2_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_late_3_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_late_4_5.png)
![ecu1](oem_docs/VW/2006_Passat/2006_passat_2.0t_late_5_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_late_1_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_late_2_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_late_3_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_late_4_5.png)
![ecu1](./OEM-Docs/VW/2006_Passat/2006_passat_2.0t_late_5_5.png)
R17 Starter motor relay
Relay Control wire - RED/BLK
![x](oem_docs/VW/2006_Passat/ENPassatB6-blok-salon-6.jpg)
![x](./OEM-Docs/VW/2006_Passat/ENPassatB6-blok-salon-6.jpg)
![x](oem_docs/VW/2006_Passat/starting.png)
![x](./OEM-Docs/VW/2006_Passat/starting.png)
[The fuel system in FSI engines](oem_docs/VW/2006_Passat/SSP_334_d1.pdf)
[The fuel system in FSI engines](./OEM-Docs/VW/2006_Passat/SSP_334_d1.pdf)
[Electronically Mapped Cooling System](oem_docs/VW/2006_Passat/VWUSA.COM_SSP_222_Electronically_Mapped_Cooling_System.pdf)
[Electronically Mapped Cooling System](./OEM-Docs/VW/2006_Passat/VWUSA.COM_SSP_222_Electronically_Mapped_Cooling_System.pdf)
# Transmission
[Aisin TF-60SN Volkswagen transmission code 09G](oem_docs/VW/2006_Passat/automatic_transmission_09G_851503.pdf)
[Aisin TF-60SN Volkswagen transmission code 09G](./OEM-Docs/VW/2006_Passat/automatic_transmission_09G_851503.pdf)
[Aisin-Warner-09G-Electronics-Anatomy-of-Shift-Controls-Rostra-Powertrain-Controls.pdf](oem_docs/VW/2006_Passat/Aisin-Warner-09G-Electronics-Anatomy-of-Shift-Controls-Rostra-Powertrain-Controls.pdf)
[Aisin-Warner-09G-Electronics-Anatomy-of-Shift-Controls-Rostra-Powertrain-Controls.pdf](./OEM-Docs/VW/2006_Passat/Aisin-Warner-09G-Electronics-Anatomy-of-Shift-Controls-Rostra-Powertrain-Controls.pdf)
Transmission Input Speed sensor G182 and Output Speed sensor G195 are both Hall.
@ -199,8 +199,8 @@ Solenoid Valve 1 N88 and Solenoid Valve 2 N89 are on/off.
| | | | |
![x](oem_docs/VW/2006_Passat/09G.png)
![x](./OEM-Docs/VW/2006_Passat/09G.png)
![x](oem_docs/VW/2006_Passat/09G_table.png)
![x](./OEM-Docs/VW/2006_Passat/09G_table.png)

View File

@ -15,8 +15,8 @@
- [Forum](https://rusefi.com/forum/)
- [Slack](HOWTO-join-slack-channel)
- [Facebook Users Group](https://www.facebook.com/groups/rusEfi/)
- [Engines running on rusEFI](List-of-engines-running-rusEfi)
- [HOWTO-help-rusEfi](HOWTO-help-rusEfi)
- [Engines running on rusEFI](List-of-engines-running-rusEFI)
- [HOWTO-help-rusEfi](HOWTO-help-rusEFI)
# Pages
- [Fuel](Pages-Fuel)
@ -36,7 +36,7 @@
- [rusEFI virtual simulator](Virtual-simulator)
- [Fueling](Fuel-Overview)
- [Multispark](Multi-Spark)
- [Cranking](cranking)
- [Cranking](Cranking)
- [Electronic Throttle](HOWTO-electronic-throttle-body)
- [Knock Sensing](knock-sensing)
- [Variable Valve Timing](VVT)
@ -52,7 +52,7 @@
### Boards
- [microRusEFI](Hardware-microRusEfi)
- [microRusEFI](Hardware-microRusEFI)
- [Proteus](Proteus)
- [Frankenso](https://rusefi.com/forum/viewtopic.php?f=4&t=569)
- [Hellen](https://rusefi.com/forum/viewtopic.php?f=4&t=1682)

View File

@ -67,7 +67,7 @@ Fly back diode:
NSR0530HT SOD-323 SMD Schottky Barrier Diodes 30V 500mA 0.5A
![Engine Wiring](oem_docs/Mazda/1990_Miata/1990_mazda_miata_us_wiring.png)
![Engine Wiring](./OEM-Docs/Mazda/1990_Miata/1990_mazda_miata_us_wiring.png)
[Mazda_Miata_1990](Mazda-Miata-1990)

View File

@ -2,7 +2,7 @@
https://rusefi.com/forum/viewtopic.php?f=3&t=1095
[PCB front](2003_Miata_NB2_rusefi27_20190413_front.jpg)
[PCB back](2003_Miata_NB2_rusefi27_20190413_back.jpg)
[ECU Plug Latch](nb2_ecu_plugs_latch.jpg)
[ECU pins](NB2_Miata_ECU_Connectors_Add-Ons.png)
[PCB front](./installations/MazdaMiataNB2_Frankenso/2003_Miata_NB2_rusefi27_20190413_front.jpg)
[PCB back](./installations/MazdaMiataNB2_Frankenso/2003_Miata_NB2_rusefi27_20190413_back.jpg)
[ECU Plug Latch](./installations/MazdaMiataNB2_Frankenso/nb2_ecu_plugs_latch.jpg)
[ECU pins](./installations/MazdaMiataNB2_Frankenso/NB2_Miata_ECU_Connectors_Add-Ons.png)

View File

@ -7,7 +7,7 @@ After 9 months of very questionable hardware a silent co-founder from New Englan
http://forum.diyefi.org/viewtopic.php?f=4&t=2184
![x](rusefi_history/hardware_low_side_circa_2013.jpg)
![x](./rusEFI-History/hardware_low_side_circa_2013.jpg)
# 2014
Honda Accord came with head gasket pre-blown! https://honda-tech.com/forums/engine-management-tuning-124/rusefi-diy-ems-build-thread-3216231/