From be215ca7ba2ad682db075fd6e4e372b5e1ec1e57 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 14 Jan 2020 13:44:59 +0000 Subject: [PATCH] docs: create wiring/Sensor_wiring --- wiring/Sensor_wiring.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 wiring/Sensor_wiring.md diff --git a/wiring/Sensor_wiring.md b/wiring/Sensor_wiring.md new file mode 100644 index 0000000..a198b8e --- /dev/null +++ b/wiring/Sensor_wiring.md @@ -0,0 +1,17 @@ +--- +title: Analog sensor wiring +description: +published: true +date: 2020-01-14T13:44:54.097Z +tags: wiring, sensors +--- + +# Analog Sensor Wiring +Analog sensors provide data such as temperatures, throttle position and O2 readings to the ECU. The diagram below shows the typical wiring for these sensors. + +![analog_sensors.png](/img/wiring/analog_sensors.png =500x){.align-center} + +### Notes +* Use of 2 wire temperature sensors is **highly** recommended. Whilst 1 wire sensors will work, they are almost always considerably less accurate +* 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 \ No newline at end of file