Hi everyone,
I am trying to read the signal output out of the stock turbo (boost) pressure sensor, which is also connected to a stock analog boost gauge that came with my car.
The sensor is a 3 wire sensor; 12v supply, ground and signal output. The signal output varies from 0-5 volts. I know what voltage corresponds to what pressure reading so that's fine.
For example when there is power to the sensor the analog gauge reads 0 PSI and voltmeter reads 2.3 volts.
The issues are as follows:
- With the gauge connected to the sensor, I try to also read the signal output from the sensor with an Arduino analog input pin, the readings however are very erratic. They jump from 2.3 volts to 3.3 volts erratically and not stable at all.
Voltmeter reads the voltage as a stable voltage of 2.3 volts.
- When I disconnect the gauge completely and apply power to the sensor it really should read 2.3 volts at 0 PSI but it reads more like 3.5 volts, that's about 1 volts more! This measurement is taken using my voltmeter.
Any ideas on first of all how to rectify the erratic readings and then any ideas why the voltage doesn't read correctly without the gauge connected?
Any help is much appreciated.
Thanks.