Merge remote-tracking branch 'remotes/origin/master' into non_wik_master

This commit is contained in:
rusefi 2020-03-28 18:22:35 -04:00
commit 601c5ae3ed
4 changed files with 30 additions and 19 deletions

View File

@ -1,13 +1,16 @@
rusEfi runs on wide array of boards with stm32f4 and stm32f7 microcontrollers. rusEfi runs on wide array of boards with stm32f4 and stm32f7 microcontrollers.
As of June 2019 only Frankenso board is sold completely assembled with case. As of March 2020 microRusEfi is is sold as completely ready to run ECU or as a pre-assmbled 80% complete kit.
As of March 2020 Frankenso board is sold as mostly as a DIY kit.
| Board | Features | Released in | | Board | Features | Released in |
| ------------- | ------------- | ---- | | ------------- | ------------- | ---- |
| [Frankenso](https://rusefi.com/forum/viewtopic.php?f=4&t=569) | Most customizable board | 2014 | | [Frankenso](https://rusefi.com/forum/viewtopic.php?f=4&t=569) | Most customizable board | 2014 |
| [Prometheus](https://rusefi.com/forum/viewtopic.php?f=4&t=1215) | The only rusEfi board with on-board wide band controller | 2017 | | [Prometheus](https://rusefi.com/forum/viewtopic.php?f=4&t=1215) | The only rusEfi board with on-board wide band controller | 2017 |
| [Frankenstein](https://rusefi.com/forum/viewtopic.php?f=4&t=359) | Simplest rusEfi board | 2014 | | [Frankenstein](https://rusefi.com/forum/viewtopic.php?f=4&t=359) | Simplest rusEfi board | 2014 |
| [microRusEfi](https://rusefi.com/forum/viewtopic.php?f=4&t=1538) | coming soon! | 2019 | | [microRusEfi](https://rusefi.com/microrusefi) | Available fully assembled! | 2019 |
| [Helen](https://rusefi.com/forum/viewtopic.php?f=4&t=1682) | Coming soon! | 2020 |
For more information see https://rusefi.com/wiki/index.php?title=Hardware:For_Sale For more information see https://rusefi.com/wiki/index.php?title=Hardware:Boards_Comparison

View File

@ -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)
![microRusEfi image](Hardware/microrusefi/Hardware_microRusEfi_0_1_pcb.jpg) ![microRusEfi image](Hardware/microrusefi/Hardware_microRusEfi_0_1_pcb.jpg)

View File

@ -1,13 +1,13 @@
# Connector Pinout # Connector Pinout
<mark>insert connector image/pins here</mark> ![connector](Hardware/microrusefi/Hardware_microRusEfi_connector.png)
![microRusEfi photo](Hardware/microrusefi/Hardware_microRusEfi_connector.jpg)
Rear side of PCB Rear side of PCB
![microRusEfi image](Hardware/microrusefi/Hardware_microRusEfi_0_3_PCB_pinout.png) ![microRusEfi image](Hardware/microrusefi/Hardware_microRusEfi_0_3_PCB_pinout.png)
![microRusEfi photo](Hardware/microrusefi/Hardware_microRusEfi_connector.jpg)
# 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 +107,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 (would not work via microRusEfi connector)
![connector](Hardware/microrusefi/Hardware_microRusEfi_connector.png) USB cable white wire: USB D- DATA-
USB cable black wire: ground
USB cable red wire: +5v (would not work via microRusEfi connector)
## Hall type Crank sensor ## Hall type Crank sensor

Binary file not shown.