Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes about internal vs external MAP sensors #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion wiring/Sensor_wiring.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,12 @@ Analog sensors provide data such as temperatures, throttle position and O2 readi
### Notes
* Use of 2 wire temperature sensors is **highly** recommended. Whilst 1 wire sensors will work, they are almost always considerably less accurate. Running a dedicated ground wire back to the ECU from the sensor is also recomended.
* The external MAP sensor in the above diagram is optional and may be omitted if the onboard MAP is used. Alternatively an external Baro sensor may be added in the same was as an external MAP
* A 3 wire variable TPS is required. On/Off type throttle switches are not suitable
* There are a few benefits to using the onboard MAP sensor:
* Its calibration is already set up for Speeduino boards
* Some cars already run a vacuum line to the ECU
* No need to worry about signal interference
* An external MAP can provide benefits as well:
* Some cars come with a MAP sensor already attached to the intake
* Less worry about kinking / leaking vacuum line
* Many existing MAP sensors are mounted directly to the intake manifold
* A 3 wire variable TPS is required. On/Off type throttle switches are not suitable