commit
d8357d4cc9
|
@ -32,6 +32,7 @@
|
|||
"luareset",
|
||||
"MGTE",
|
||||
"Molex",
|
||||
"MOSFET",
|
||||
"MOSI",
|
||||
"Motec",
|
||||
"Multispark",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
### This is a **DEVELOPERS** manual. For the user manual please see [Hardware](Hardware)
|
||||
# Dev Hardware Guidelines
|
||||
|
||||
**This is a **DEVELOPERS** manual. For the user manual please see [Hardware](Hardware)**
|
||||
|
||||
## Summary
|
||||
|
||||
|
@ -62,9 +64,9 @@ Resistors should be listed like this 100R or 2k2
|
|||
|
||||
## Links to specific hardware projects
|
||||
|
||||
#### - [Frankenso](Hardware-Frankenso)
|
||||
### - [Frankenso](Hardware-Frankenso)
|
||||
|
||||
#### - Brain board
|
||||
### - Brain board
|
||||
|
||||

|
||||
The brain board can be the off the shelf STMDiscoveryF4. However the Discovery has several circuits like the analog microphone circuits which change how a particular pin is loaded. We have noticed that this pin loading cause the injector circuits to vary pulse widths. Because of this we have developed a stripped down version of the Discovery board without the extra circuits. Both boards have the same general specifications, same clock rates, same IO headers with the same pin outs, ect.
|
||||
|
@ -83,7 +85,7 @@ Frankenstein is a combination of individual modules, such that you can make sub
|
|||
- 12 low side 1A injector driver module found
|
||||
- 6 high / low side drive .125A capable ignition pre-drivers, for use with external ignitors.
|
||||
- 12 channels op-amp analog input module (TPS, MAP, IAT, ect)
|
||||
- Variable reluctor / Hall input module
|
||||
- Variable reluctance / Hall input module
|
||||
- SD card module
|
||||
- USB FTDI communications module
|
||||
- Example system schematic found here 120px-System_schematic.png
|
||||
|
|
|
@ -63,6 +63,8 @@ Use setAcRequestState to tell rusEFI about CAN-based A/C request.
|
|||
|
||||
#### `setIgnDisabled(value)`
|
||||
|
||||
'setIgnDisabled' function for all kinds of cranking safety systems
|
||||
|
||||
#### ``setAcDisabled(value)``
|
||||
|
||||
Disable/suppress A/C functionality regardless of what and how enables it, an override kind of deal.
|
||||
|
@ -94,10 +96,6 @@ different people, also useful while Lua script editing is available only in TS.
|
|||
|
||||
#### `stopEngine`
|
||||
|
||||
#### `setIgnDisabled`
|
||||
|
||||
'setIgnDisabled' function for all kinds of cranking safety systems
|
||||
|
||||
#### `setSparkSkipRatio`
|
||||
|
||||
setSparkSkipRatio(0) to skip 0% of the ignition events, i.e. no skipping
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# Table of Contents
|
||||
|
||||
[24 pin](#24-pin)
|
||||
|
||||
[30 pin](#30-pin)
|
||||
|
||||
[60 pin superseal](#60-pin)
|
||||
|
@ -37,8 +39,9 @@ Here are some OEM connector part numbers. Bosch & Siemens, German and Japanese,
|
|||
## 24 pin
|
||||
|
||||
Popular aftermarket connector
|
||||
Benelli TNT 1130 (todo: add photo & link)
|
||||
|
||||
APTIV (FORMERLY DELPHI) HCCPHPE24BKA90F
|
||||
APTIV (FORMERLY DELPHI) HCCPHPE24BKA90F & HCCPHPE24GYA90F
|
||||
|
||||
## 30 pin
|
||||
|
||||
|
|
Loading…
Reference in New Issue