1
1
# Start Here
2
2
3
- _This page is intended to help ease a new user into the world of rusEFI_
3
+ **This page is intended to help ease a new user into the world of rusEFI**
4
4
5
5
## First things first
6
6
@@ -17,24 +17,79 @@ RusEFI is also still very much in development, the dev team provide no guarantee
17
17
18
18
## Identifying your hardware requirements
19
19
20
- You are going to need to know
20
+ You are going to need to know technical details about below referenced items.
21
21
22
- Hall or VR
22
+ ### Camshaft position sensor (optional)
23
23
24
- High or low impedance injectors and flow rate
24
+ - VVT
25
25
26
- Trigger style
26
+ ### Crankshaft position sensor
27
27
28
- NTC sensor curves
28
+ - is it Hall or Variable Reluctance (VR) sensor?
29
+ To answer look at [ Vault of Sensors] ( Vault-Of-Sensors )
29
30
30
- MAF
31
+ #### Trigger style
31
32
32
- MAP
33
+ Is the trigger wheel of your engine contained in [ All-Supported-triggers ] ( All-Supported-Triggers )
33
34
34
- Ignition coils
35
+ ### injectors and flow rate
36
+
37
+ - is a High or low impedance injector?
38
+ - what is the flow rate?
39
+
40
+ To answer look at Fuel-Injectors] ( Fuel-Injectors.md )
41
+
42
+ ### Temperature sensors
43
+
44
+ - Oil temperature
45
+ - Cooling fluid temperature
46
+ - air intake temperature
47
+
48
+ - NTC sensor curves
49
+
50
+ To answer look at [ Temperature-Sensing] ( Temperature-Sensing )
51
+
52
+ ### Air Intake sensor
53
+
54
+ - MAF please see [ MAF] ( MAF )
55
+ - MAP
56
+
57
+ ### Idle Air Control Valve (IACV)
58
+
59
+ To answer look at [ Idle Control] ( Idle-Control )
60
+
61
+ ### Lambda sensor
62
+
63
+ - ** wide band oxygen sensor required**
64
+
65
+ please see [ Wide-Band-Sensors] ( Wide-Band-Sensors.md )
66
+
67
+ ### Speed sensor
68
+
69
+ ### Throttle control
70
+
71
+ ### Ignition coils
72
+
73
+ ### Engine characteristics
74
+
75
+ - total number of sensors
76
+ - number of cylinders
77
+ - turbocharged or natural aspiration
78
+ - single or dual spark
79
+
80
+ ### ECU connector(s)
81
+
82
+ - number of pins
83
+ - shape of connector
35
84
36
85
## What rusEFI board is correct for your engine?
37
86
87
+ - Select from available Plug-andPlay ECUs
88
+
89
+ OR
90
+
91
+ - build your own custom ECU from a [ supported MCU kit] ( stm32-readme )
92
+
38
93
## Getting help
39
94
40
95
[ xxx] ( HOWTO-ask-questions )
0 commit comments