I'm struggling to understand how I should connect the 2-wire NTC temp sensors, can you provide some direction.
I have (2) of the NTC 2-wire sensors I purchased with the kit, I want to use one for water temp and one for transmission temp. They have a blue wire and a white wire. Can I connect this to the Adc pins (A8/A9) or do I have to use the AdcVcc pins (A20/B8). Which wire is the signal and which is ground?
Matthew
(I think I need to use the AdcVcc pins)
NTC Temp Sensor Connections
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: NTC Temp Sensor Connections
One wire should be connected to Ground, and second wire to AdcVccX input (it will not work with AdcX input).
Wire colours does not matter (it is resistance sensor).
Wire colours does not matter (it is resistance sensor).
Re: NTC Temp Sensor Connections
Thanks.ArT wrote:One wire should be connected to Ground, and second wire to AdcVccX input (it will not work with AdcX input).
Wire colours does not matter (it is resistance sensor).
Help me understand something. The manual indicates that the AdcX inputs also support NTC type sensors. I presume then, that would be a 3-wire sensor that gets power from another source?
-
ArT
- Posts: 1602
- Joined: Wed Mar 25, 2015 8:54 am
- Location: Warsaw, Poland
- Has thanked: 61 times
- Been thanked: 171 times
Re: NTC Temp Sensor Connections
AdcX support NTC sensors which are already powered from ECU (with pullup) so you already have voltage signal which may be connected to AdcX input.
If NTC sensor is not connected then you have only resistance and it requires pullup to functional, so AdcVccX should be used.
AdcVccX inputs are with pullups to +5V (single wire for sensor power and measurement)
AdcX inputs are voltage inputs (without pullup, single wire is only for voltage measurement)
If NTC sensor is not connected then you have only resistance and it requires pullup to functional, so AdcVccX should be used.
AdcVccX inputs are with pullups to +5V (single wire for sensor power and measurement)
AdcX inputs are voltage inputs (without pullup, single wire is only for voltage measurement)