docs improvements
This commit is contained in:
parent
9d0adeaf4b
commit
86b83c0326
|
@ -1,6 +1,7 @@
|
||||||
microRusEfi is a highly integrated board for rusEfi ECU. microRusEfi is targeted at port injected
|
microRusEfi is a highly integrated board for rusEfi ECU. microRusEfi is targeted at port injected
|
||||||
gasoline engines with one, two, three or four cylinders. microRusEfi has means to control electronic throttle body.
|
gasoline engines with one, two, three or four cylinders. microRusEfi has means to control electronic throttle body.
|
||||||
|
|
||||||
|
[Connector Pinout](Hardware_microRusEfi_wiring)
|
||||||
|
|
||||||
microRusEfi latest schematics is available at https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic.pdf
|
microRusEfi latest schematics is available at https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic.pdf
|
||||||
|
|
||||||
|
@ -8,16 +9,22 @@ microRusEfi latest schematics is available at https://github.com/rusefi/hw_micro
|
||||||
|
|
||||||
Complete set of board source files is available at https://github.com/rusefi/hw_microRusEfi
|
Complete set of board source files is available at https://github.com/rusefi/hw_microRusEfi
|
||||||
|
|
||||||
Board overview:
|
# Capabilities
|
||||||
- about 10 analog inputs
|
* Primary VR or Hall input (configurable with few resistor changes)
|
||||||
- One VR/Hall input channel for crank sensor
|
* Secondary Hall input
|
||||||
- One Hall input channel for crank sensor
|
* x4 analog thermistor (temperature) inputs
|
||||||
- 4 injector output channels
|
* x10 analog voltage inputs (0-5v)
|
||||||
- 4 logic level coil control channels (external igniters could be needed for some coils)
|
* x4 high-Z injector outputs
|
||||||
- USB
|
* x2 high-current low side outputs for IAC/VVT/other solenoids
|
||||||
- CAN
|
* Dedicated main relay control output
|
||||||
|
* x4 low-current low side outputs for relays or warning lights
|
||||||
|
* x4 5v logic-level ignition outputs
|
||||||
|
* x2 5v/12v configurable logic level outputs (requires resistor changes)
|
||||||
|
* Electronic throttle body (drive by wire)
|
||||||
|
* CAN connectivity on the plug
|
||||||
|
* USB connectivity on the plug
|
||||||
|
|
||||||
|
[Connector Pinout](Hardware_microRusEfi_wiring)
|
||||||
|
|
||||||
For wiring see [rusEfi wiring](Hardware_microRusEfi_wiring)
|
|
||||||
|
|
||||||

|

|
|
@ -8,6 +8,8 @@ Rear side of PCB
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# Pin Descriptions
|
# Pin Descriptions
|
||||||
|
|
||||||
Each pin has a *Type ID*, which can be used to look up in the following tables what the pin is for, and what functions it can perform.
|
Each pin has a *Type ID*, which can be used to look up in the following tables what the pin is for, and what functions it can perform.
|
||||||
|
@ -107,11 +109,12 @@ These tables provide technical information about the different types of pin foun
|
||||||
| can | CAN bus | CAN communication
|
| can | CAN bus | CAN communication
|
||||||
|
|
||||||
USB cable green wire: USB D+ DATA+
|
USB cable green wire: USB D+ DATA+
|
||||||
USB cable white wire: USB D- DATA-
|
|
||||||
USB cable black wire: ground
|
|
||||||
USB cable red wire: +5v (optional)
|
|
||||||
|
|
||||||

|
USB cable white wire: USB D- DATA-
|
||||||
|
|
||||||
|
USB cable black wire: ground
|
||||||
|
|
||||||
|
USB cable red wire: +5v (optional)
|
||||||
|
|
||||||
## Hall type Crank sensor
|
## Hall type Crank sensor
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue