kit manual
This commit is contained in:
parent
f84c19341f
commit
d27a201285
|
@ -0,0 +1,30 @@
|
|||
## HOWTO microRusEfi Kit
|
||||
|
||||
|
||||
[mircoRusEfi kit](https://www.ebay.com/itm/333517397424) comes 75% assembled - while many components are already mounted, about two dozens
|
||||
still need to be added. This includes both easy to mount components like main connector and harder to solder
|
||||
TLE8888 100-pin chip. Some soldering hints and tricks [are discussed here](https://rusefi.com/forum/viewtopic.php?t=425).
|
||||
If in double of your SMD skills please consider fully assembled version.
|
||||
|
||||
|
||||
For component placement [please use interactive BOM](https://rusefi.com/docs/ibom/microRusEfi_R0.4.7.html).
|
||||
|
||||
|
||||
Depending on your crankshaft position sensor type you would need to populate either Hall or VR option.
|
||||
|
||||
For Hall, you would need to REMOVE
|
||||
|
||||
|
||||
All microRusEfi kits use [MRE F4 rusEfi firmware - DOWNLOAD LATEST BUNDLE HERE](https://rusefi.com/build_server/rusefi_bundle_mre-f4.zip)
|
||||
|
||||
|
||||
|
||||
|
||||
[Wiring Diagram](Hardware_microRusEfi_wiring)
|
||||
|
||||
[0.4.7 schematics PDF](https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic_0_4_7.pdf)
|
||||
|
||||
|
||||
Kit front:
|
||||
|
||||

|
|
@ -12,11 +12,11 @@ Each pin has a *Type ID*, which can be used to look up in the following tables w
|
|||
|
||||
| Pin Number | Name | Type ID | Default function |
|
||||
| ----------:|:-------- | ------- |:---------------------------------------------- |
|
||||
| 1 | **12V** | 12V | 12V supply |
|
||||
| 1 | **12V** | 12V | 12V supply from main relay output |
|
||||
| 2 | **GND** | pgnd | Power GND |
|
||||
| 3 | **Lowside 2** | ls | Idle solenoid |
|
||||
| 4 | **ETB+** | etb | ETB+ |
|
||||
| 5 | **12V** | 12V | 12V supply |
|
||||
| 5 | **12V** | 12V | 12V supply from Key (turn on/off power) |
|
||||
| 6 | **GND** | pgnd | Power GND |
|
||||
| 7 | **Lowside 1** | ls | VVT |
|
||||
| 8 | **ETB-** | etb | ETB- |
|
||||
|
@ -40,7 +40,7 @@ Each pin has a *Type ID*, which can be used to look up in the following tables w
|
|||
| 26 | **AN Volt 2** | av | TPS sensor |
|
||||
| 27 | **AN Volt 1** | av | MAP sensor |
|
||||
| 28 | **AN Volt 10** | av | |
|
||||
| 29 | **Main relay** | mr | Main relay |
|
||||
| 29 | **Main relay** | mr | Main relay control signal (low side) |
|
||||
| 30 | **AN Volt 7** | av | |
|
||||
| 31 | **AN Volt 3** | av | |
|
||||
| 32 | **AN Volt 6** | av | External wideband O2 sensor |
|
||||
|
|
Loading…
Reference in New Issue