Access Temp Probe port

Do you have a question on how to do something.
Ask in here.
Post Reply
Diverjoe
Posts: 33
Joined: Thu Nov 24, 2016 7:19 am

Access Temp Probe port

Post by Diverjoe »

I have a non-contact water level sensor that I am trying to get to work with my RA. I have scoured the forum and have not been able to find any code snippets. But I have read in several places that both the ATO ports and the "extra" temp probes can be re-purposed. I have looked at the schematic and can see that the temp probes' pinouts match the sensor's pins and when you plug it in, it supplies the necessary power to the sensor as the led on the sensor goes on and off as you move it across the outside of a container of water. I also know that the sensor show ~5v or 0v depending on water level on the data wire. I have tried analogread(T2_PROBE) and digital read, but the info is the same number. I think i am needing the pin number that T2 and T3 are connected to on the arduino???

TIA

https://www dot solidrop dot net/product/non-contact-12-24vdc-open-collector-water-level-sensor.html

http://www dot ebay dot com/itm/12-24V-Non-contact-Tank-Liquid-Water-Level-Detect-Sensor-Switch-Container-DC-5V-/311701843126?hash=item4892e0acb6:g:IFcAAOSwLF1X3-VN
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Access Temp Probe port

Post by rimai »

You are going to have a hard time reading through the temp pin.
It uses one wire protocol, which sets it up as output with high pull-up.
You are better off using the ATO pins which are already setup as input.
Roberto.
Diverjoe
Posts: 33
Joined: Thu Nov 24, 2016 7:19 am

Re: Access Temp Probe port

Post by Diverjoe »

Aren't the level sensors that come with the RA+ simply switches?
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Access Temp Probe port

Post by rimai »

Yes. The ato ports are setup as digital inputs.
Roberto.
Post Reply