Merge remote-tracking branch 'temp-wiki-git/master'
This commit is contained in:
commit
6b3d255207
18
Download.md
18
Download.md
|
@ -1,16 +1,24 @@
|
|||
rusEfi offers complete software download bundles for multiple supported micro controllers and boards.
|
||||
|
||||
### Common Boards
|
||||
|
||||
[microRusEfi 0.4 and newer (STM32F4)](https://rusefi.com/build_server/rusefi_bundle_mre-f4.zip)
|
||||
|
||||
[Frankenso stm32f407 bundle](https://rusefi.com/build_server/rusefi_bundle.zip)
|
||||
|
||||
### Uncommon Boards
|
||||
|
||||
[Frankenso PnP Miata NA6 bundle](https://rusefi.com/build_server/rusefi_bundle_frankenso_na6.zip)
|
||||
|
||||
[microRusEfi F4 bundle](https://rusefi.com/build_server/rusefi_bundle_mre-f4.zip)
|
||||
[microRusEfi 0.3 and older (STM32F7)](https://rusefi.com/build_server/rusefi_bundle_mre-f7.zip)
|
||||
|
||||
[Proteus F7](https://rusefi.com/build_server/rusefi_bundle_proteus-f7.zip)
|
||||
|
||||
[Proteus F4](https://rusefi.com/build_server/rusefi_bundle_proteus-f4.zip)
|
||||
|
||||
[microRusEfi F7 bundle](https://rusefi.com/build_server/rusefi_bundle_mre-f7.zip)
|
||||
|
||||
[Proteus F4 bundle](https://rusefi.com/build_server/rusefi_bundle_proteus-f4.zip)
|
||||
|
||||
[Proteus F7 bundle](https://rusefi.com/build_server/rusefi_bundle_proteus-f7.zip)
|
||||
|
||||
[Default Frankenso stm32f407 bundle](https://rusefi.com/build_server/rusefi_bundle.zip)
|
||||
|
||||
More at https://rusefi.com/build_server/
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
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.
|
||||
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)
|
||||
|
||||
microRusEfi latest schematics is available at https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic.pdf
|
||||
The latest schematics for the microRusEFI ECU are available at https://github.com/rusefi/hw_microRusEfi/blob/master/microRusEfi_Schematic.pdf
|
||||
|
||||
[Forum thread](https://rusefi.com/forum/viewtopic.php?f=4&t=1538)
|
||||
|
||||
Complete set of board source files is available at https://github.com/rusefi/hw_microRusEfi
|
||||
A complete set of board source files is available at https://github.com/rusefi/hw_microRusEfi
|
||||
|
||||
# Capabilities
|
||||
* Primary VR or Hall input (configurable with few resistor changes)
|
||||
|
@ -18,7 +18,7 @@ Complete set of board source files is available at https://github.com/rusefi/hw_
|
|||
* x2 high-current low side outputs for IAC/VVT/other solenoids
|
||||
* Dedicated main relay control output
|
||||
* x4 low-current low side outputs for relays or warning lights
|
||||
* x4 5v logic-level ignition outputs
|
||||
* 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
|
||||
|
@ -27,12 +27,10 @@ Complete set of board source files is available at https://github.com/rusefi/hw_
|
|||
[Connector Pinout](Hardware_microRusEfi_wiring)
|
||||
|
||||
|
||||
![microRusEfi image](Hardware/microrusefi/Hardware_microRusEfi_0_1_pcb.jpg)
|
||||
![microRusEFI image](Hardware/microrusefi/Hardware_microRusEfi_0_1_pcb.jpg)
|
||||
|
||||
# FAQ
|
||||
|
||||
Q: How about 6 cylinders sequential on microRusEfi?
|
||||
|
||||
A: microRusEfi is primarily a 4 cylinder ECU. We are not comfortable recommending it for 6 cylinders sequential since six transistors would be different between them and who knows what would be the consequences.
|
||||
|
||||
Even for batched mode it's unclear if latest 0.4.8 hardware can sustain it in terms of ECU head dissipation.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue