Merge branch 'master' into best-local
This commit is contained in:
commit
2078367cf2
|
@ -1,4 +1,12 @@
|
|||
## Fuel injector info
|
||||
|
||||
### Fuel injectors
|
||||
|
||||
Text Goes Here
|
||||
As of May 2020, only saturated (high impedance, >8 ohms) port injectors are supported.
|
||||
All hardware variants are built around the concept of one ECU pin controlling one fuel injector. The use of multiple injectors on one ECU output must be very carefully evaluated to avoid overloading drivers. One injector may also be used for all cylinders("single point"). A pair of injectors can be wired together and fired simultaneously, as in 4 pairs of injectors on a V8. It's possible but not intuitive to configure two banks of multiple cylinders of injectors alternating fire. It is recommended to use one injector per cylinder. As of May 2020, staged injection with multiple injectors per cylinder is possible in hardware but the software is not yet ready.
|
||||
|
||||
You do **not** need to wire injectors in a particular way. Cylinder #1 (as numbered by the manufacturer) does not need to be wired to injector #1 on the ECU pinout. Likewise, the 3rd (for example) injector in the firing order does **not** need to be wired to INJ#3 on the ECU. Order of firing / phasing can be adjusted in software. Any injector driver output can be used to drive any injector.
|
||||
|
||||
Bottom line: as long as the hardware variant has at least as many injector outputs as your engine has cylinders, you will be able to run one injector per cylinder.
|
||||
|
||||
Info to be updated soon.
|
||||
|
|
|
@ -5,6 +5,7 @@ Mazda Miata MX5 NB2 2001-2005 Standalone
|
|||
|
||||
High-side jumper should be set for +12v
|
||||
|
||||
[Some versions of Miata may need a jumper set on the board, See detail here](PNP_72_Jumpers)
|
||||
|
||||
https://rusefi.com/forum/viewtopic.php?t=1677
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
## Jumpers required for some years of Miata NB
|
||||
|
||||
It has come to light that some years of NB series Miatas require the installation of a jumper wire to power up the PNP board.
|
||||
Currently we are aware that the 2001 requires pin 4AF and 4S to be jumpered.
|
||||
This can be done by installing a wire between the holes available on W4AF1 and W4S1.
|
||||
|
||||
Vehicles affected :-
|
||||
2001 NB Miata
|
|
@ -35,6 +35,7 @@
|
|||
|
||||
* [Converting from Carb](how_to_convert_from_carburetor_to_EFI)
|
||||
* [GDI Status](GDI_Status)
|
||||
* [Basic Injector wiring](FAQ-Basic-Wiring-and-Connections)
|
||||
* Fuel injectors - Coming Soon
|
||||
|
||||
</details>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
* [MRE Adapter 68](MREAdapter68)
|
||||
* [MRE Adapter 72](MREAdapter72)
|
||||
* MRE Adaptor 88 - Coming Soon
|
||||
* [PNP 72 Jumper configs](PNP_72_Jumpers)
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
## Master list of Ignition pages
|
||||
|
||||
<details><summary><u>xxx</u></summary>
|
||||
<details><summary><u>rusEFI Project</u></summary>
|
||||
|
||||
* [xxx](xxx)
|
||||
* [rusEFI Project Ignition](rusEFI-project-Ignition)
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
details><summary><u>Ignition Wiring</u></summary>
|
||||
|
||||
* [Basic Ignition Wiring](FAQ-Basic-Wiring-and-Connections)
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details><summary><u>Coils and ignition modules</u></summary>
|
||||
|
||||
* List of tested coils - Coming Soon
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
<details><summary><u>MAF Sensors</u></summary>
|
||||
|
||||
* [GM Map sensor](GM-map-Sensor)
|
||||
* List of tested MAP sensors - Coming Soon
|
||||
|
||||
</details>
|
||||
|
@ -89,6 +90,13 @@
|
|||
</details>
|
||||
|
||||
|
||||
<details><summary><u>Variable Valve Timing</u></summary>
|
||||
|
||||
* [VVT Overview](VVT)
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details><summary><u>Vehicle Specific Oddities</u></summary>
|
||||
|
||||
* [Mazda PRC Valve](Mazda-PRC-Valve)
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
## Master list of software pages
|
||||
|
||||
<details><summary><u>rusEFI Project</u></summary>
|
||||
|
||||
* [rusEFI Project Overview](rusEFI-project)
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
<details><summary><u>General Firmware info</u></summary>
|
||||
|
||||
* [Preferred Code Style](Code-Style)
|
||||
* [Debug Mode](Debug_Mode)
|
||||
* [Performance Tracing](Developer-Performance-Tracing)
|
||||
* [Firmware Downloads](Downloads)
|
||||
* [Feature requests](Feature_Request_Feature_Bounty_Program)
|
||||
* [Feature ideas](I_have_an_idea)
|
||||
* [How To DFU](HOWTO_DFU)
|
||||
* [How To Update Firmware](HOWTO_Update_Firmware)
|
||||
* [How To Upload a Tune](HOWTO_upload_tune)
|
||||
* [rusEFI Bundle](rusefi_bundle)
|
||||
|
||||
</details>
|
||||
|
||||
<details><summary><u>Firmware Features</u></summary>
|
||||
|
||||
* See also -> [rusEFI Project Overview](rusEFI-project)
|
||||
* [FSIO](FSIO)
|
||||
* [Virtual Simulator](Virtual_simulator)
|
||||
|
||||
</details>
|
|
@ -69,4 +69,5 @@
|
|||
- [Hardware](Pages_Hardware)
|
||||
- [Sensors and Actuators](Pages_Sensors_and_Actuators)
|
||||
- [Ignition](Pages_Ignition)
|
||||
- Software - Coming Soon
|
||||
- [Software](Pages_Software)
|
||||
- [rusEFI Project](rusEFI_project)
|
||||
|
|
Loading…
Reference in New Issue