progress
This commit is contained in:
parent
3189ffb7af
commit
28de5c91dd
|
@ -1,4 +1,5 @@
|
||||||
rusEfi runs on wide array of boards with stm32f4 and stm32f7 microcontrollers.
|
Unified rusEfi firmware runs on wide array of boards with stm32f4 and stm32f7 microcontrollers.
|
||||||
|
We also have Kinetis and Cypres prototypes.
|
||||||
|
|
||||||
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 microRusEfi is is sold as completely ready to run ECU or as a pre-assmbled 80% complete kit.
|
||||||
|
|
||||||
|
@ -13,4 +14,22 @@ As of March 2020 Frankenso board is sold as mostly as a DIY kit.
|
||||||
| [Helen](https://rusefi.com/forum/viewtopic.php?f=4&t=1682) | Coming soon! | 2020 |
|
| [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:Boards_Comparison
|
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 microRusEfi [in stock](https://rusefi.com/shop/) and
|
||||||
|
very remaining [old stock assembled Frankenso](https://www.tindie.com/stores/russian/). 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
|
||||||
|
|
||||||
|
See also https://github.com/rusefi/rusefi/tree/master/hardware
|
|
@ -1,21 +1,3 @@
|
||||||
Unified rusEfi firmware could run on a wide selection of compatible boards based on STM32 F4, STM32 F7 and even Kinetis MCUs.
|
|
||||||
|
|
||||||
Q: How to select a board?
|
See [Hardware](Hardware)
|
||||||
|
|
||||||
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 microRusEfi [in stock](https://rusefi.com/shop/) and
|
|
||||||
very remaining [old stock assembled Frankenso](https://www.tindie.com/stores/russian/). 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
|
|
||||||
|
|
||||||
See also https://github.com/rusefi/rusefi/tree/master/hardware
|
|
Loading…
Reference in New Issue