2017-02-14 17:02:17 -08:00
|
|
|
|
2018-12-14 16:08:32 -08:00
|
|
|
# Frankenso
|
2018-12-14 15:46:44 -08:00
|
|
|
The most interesting folder here is [Frankenso](frankenso/) - that's rusEfi most useful board
|
2017-02-14 17:02:17 -08:00
|
|
|
|
2018-12-14 16:08:32 -08:00
|
|
|
# Connectors
|
2017-02-14 17:02:17 -08:00
|
|
|
Some vehicle-specific connector boards are also pretty nice if you want to keep original harness intact
|
|
|
|
|
2018-12-14 16:08:32 -08:00
|
|
|
See [Connectors wiki page](http://rusefi.com/wiki/index.php?title=Hardware:OEM_connectors)
|
|
|
|
todo: move Connectors wiki page content into git
|
|
|
|
|
2018-12-14 18:42:39 -08:00
|
|
|
* [35 pin](MX7-C-35PL-C11-connector) Mazda TCU
|
2018-12-20 17:44:47 -08:00
|
|
|
* [38 pin](NGC_38_connector) Chrysler NGC connector
|
2018-12-14 18:42:39 -08:00
|
|
|
* [52 pin](172319-1_52pin-connector) Mitsubishi Galant VR4
|
2018-12-14 16:39:06 -08:00
|
|
|
* [55 pin](963063-15_55_pin_connector) BMW Lada
|
2018-12-14 16:08:32 -08:00
|
|
|
* [64 pin](176122-6-connector) Mazda Miata NA NB1, Honda Civic
|
2018-12-14 16:36:00 -08:00
|
|
|
* [72 pin](1123038-2-connector) Mazda Miata NB2
|
|
|
|
* [121 pin](368255-2-connector) Audi
|
|
|
|
* [154 pin](284617-1-connector) Audi
|
2018-12-14 15:46:44 -08:00
|
|
|
|
2018-12-14 17:10:00 -08:00
|
|
|
# Modules
|
2018-12-14 17:15:15 -08:00
|
|
|
* [Brain board 48pin](mini48-stm32)
|
|
|
|
* [Brain board 100pin](brain_board)
|
|
|
|
* [Brain board 176pin](brain_board_176-pin)
|
2018-12-14 18:42:39 -08:00
|
|
|
* [CAN module](can_board) CAN using SN65HVD230
|
|
|
|
* [VR module](VR_Board) Variable Reluctance conditioner board VR MAX9926
|
|
|
|
* [Wideband module](CJ125_board) CJ125 Bosch Wideband board
|
2019-01-05 15:40:08 -08:00
|
|
|
* [VND5E025AKTR](PowerSSO-24_breakout) double channel high-side driver with analog current sense (used on Dodge Neon 2003 test mule)
|
|
|
|
* [BTS21400](DDPAK_breakout) ignition coil IGBT driver (used on Dodge Neon 2003 test mule)
|
|
|
|
* [TLE6240 module](low_side_tle6240) integrated low side switch (fabricated, not tested)
|
|
|
|
* [TLE6244 module](Breakout_TLE6244) integrated low side switch (never actually fabricated)
|
2019-01-22 08:25:00 -08:00
|
|
|
* [TLE8810ED module](TLE8110ED_breakout_board) integrated low side switch (fabricated, not tested)
|
2019-01-05 15:40:08 -08:00
|
|
|
* [MC33816](Common_Rail_MC33816) common rail driver (never actually fabricated)
|
|
|
|
* [LM1949](Low-Z_LM1949) low impedance injector driver (never actually fabricated)
|
2019-04-26 19:07:45 -07:00
|
|
|
|
|
|
|
New modules are being added to https://github.com/rusefi/hw_modular
|
|
|
|
|
2019-01-05 15:40:08 -08:00
|
|
|
Above mentioned modules are known to work unless stated otherwise
|
2018-12-14 17:10:00 -08:00
|
|
|
|
|
|
|
### Frankenstein
|
|
|
|
|
|
|
|
[Our older ECU board](frankenstein)
|
|
|
|
|
2018-12-14 16:08:32 -08:00
|
|
|
# More info
|
2017-02-14 17:02:17 -08:00
|
|
|
|
2019-02-02 17:55:55 -08:00
|
|
|
![IBOM](../misc/www/images/ibom_icon.png) [Interactive Html Boms](https://rusefi.com/docs/ibom/)
|
|
|
|
|
2018-12-14 16:08:32 -08:00
|
|
|
See [Hardware status forum thread](http://rusefi.com/forum/viewtopic.php?f=4&t=260)
|
|
|
|
todo: move hardware status content into git
|
2019-01-18 18:53:21 -08:00
|
|
|
|
2019-01-19 08:31:42 -08:00
|
|
|
# Important note
|
|
|
|
rusEfi uses KICAD 4 only.
|
|
|
|
We are unhappy with how each major version of KiCAD
|
|
|
|
seems to break backwords compatibility in a major way and we plan to skip KiCAD version 5
|
|
|
|
and evaluate KICAD version 6 once it's available.
|
|
|
|
|
2019-01-18 18:53:21 -08:00
|
|
|
|
|
|
|
# Important note
|
|
|
|
|
|
|
|
We now use submodules:
|
|
|
|
|
|
|
|
`git submodule update --init`
|
|
|
|
|
|
|
|
|