Merge remote-tracking branch 'wiki-git/master'

This commit is contained in:
rusefi 2020-04-11 15:52:31 -04:00
commit b73ae199d0
8 changed files with 59 additions and 4 deletions

View File

@ -0,0 +1,17 @@
Q: How to select a board?
A: History shows that fully assembled boards are the safest way to start. History shows
that 80% of the kits are never assembled. As of March 2020 we have many assembled microRusEfi and
very remaining old stock assembled Frankenso. New fabrication of assembled Frankenso is
currently not planned.
Q: What else matters?
A: Types and total count of crank and camshaft positions sensors is the next
important question. microRusEfi unfortunately only supports one VR shaft input maximum with two inputs total.
Frankenso supports up to 2 VR or 2 Hall shaft position sensors. Prometheus supports TBD. Proteus supports TBD.
See also https://rusefi.com/wiki/index.php?title=Hardware:Boards_Comparison

View File

@ -26,8 +26,8 @@ Each pin has a *Type ID*, which can be used to look up in the following tables w
| 10 | **Ignition 2** | ign | Ignition 2 |
| 11 | **Ignition 3** | ign | Ignition 3 |
| 12 | **Ignition 4** | ign | Ignition 4 |
| 13 | **GP out 6** | gp1 | Alternator |
| 14 | **GP out 5** | gp1 | |
| 13 | **GP out 6** | gp1 | Alternator (see JP2 jumper note) |
| 14 | **GP out 5** | gp1 | (see JP2 jumper note) |
| 15 | **USB D-** | usb | USB white wire |
| 16 | **USB D+** | usb | USB green wire |
| 17 | **GND** | sgnd | Signal GND |
@ -94,7 +94,7 @@ These tables provide technical information about the different types of pin foun
| inj | Injector output | Low side, 2.2A maximum<br/>**Only saturated (high impedance) injectors are supported.** | Injector, general purpose low side |
| ign | Ignition output | 5V push-pull, 250mA maximum | Ignition coil, general purpose 5V push-pull
| ls | High power low side | General purpose low side output, 4.5A maximum | General purpose low side, injector
| gp1 | General purpose push-pull | General purpose push-pull output, 5V/12V (internally selectable) 250mA maximum | General purpose 5V/12V push-pull, ignition coil
| gp1 | General purpose push-pull | General purpose push-pull output, 5V/12V (internally selectable based on JP2 jumper) 250mA maximum | General purpose 5V/12V push-pull, ignition coil
| gp2 | General purpose push-pull | General purpose push-pull output, 12V 500mA maximum | General purpose 12V push-pull
| mr | Main relay | Dedicated main relay output. Low side turned on with power, 800mA maximum. | Main relay
| etb | Electronic throttle | Dedicated electronic throttle outputs. Connect a brushed motor<br/>throttle body directly to these two pins.

View File

@ -0,0 +1,36 @@
Bare minimum microRusEfi instructions:
# Step 1 80% ready microRusEfi
Fabricate "pre-populated" 80% ready microRusEfi at https://jlcpcb.com/
You would need three files to do that - gerbers archive, BOM and placement files."
Current version as of April 7, 2020 is 0.4.8
https://github.com/rusefi/hw_microRusEfi/tree/master/gerbers/0.4.8
# Step 2 Finish assembly
Order the following 8 parts:
| Qty | PartNumber | Comment |
| ----------:|:-------- |:---------------------------------------------------- |
| 1 | TLE88882QKXUMA1 | Power Management Chip |
| 1 | 614105150721 | Vertical microUSB |
| 2 | PTS636 SM43 SMTR LFS | push button |
| 4 | CA064X103K2RACAUTO | capacitor array |
https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=dacd727e05
# Step 3 Upload firmware
Once you solder 8 parts to your 80% ready microRusEfi upload firmware into micro-controller
https://rusefi.com/build_server/rusefi_bundle_mre-f4.zip
# More info
More info like connector & case see https://github.com/rusefi/hw_microRusEfi
For quicker results kits and fully assembled units are available at https://rusefi.com/shop/

View File

@ -6,7 +6,9 @@ rusEfi offers complete software download bundles for multiple supported micro co
[microRusEfi F7 bundle](https://rusefi.com/build_server/rusefi_bundle_mre-f7.zip)
[Proteus bundle](https://rusefi.com/build_server/rusefi_bundle_proteus.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)

Binary file not shown.

Binary file not shown.

Binary file not shown.