I am trying to get a Decagon GS3 soil water content/temperature/EC probe to communicate with a DT80-v2. The firmware on the DT80 is V9.08 and the probe information says it can be used in continuous mode and uses SDI12 v. 1.3 . I set the probe ID to 1 and hooked it up to D5 (ground in digital ground) and the 12V power. It should return a single string of 3 variables. When I call the probe it returns using dEX with a direct command - SDI12SEND 5 "1I!" - I get *no response.
I also tried to send a program using dEX which calls the probe in two ways, but it returns:
DT80> dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R1)
dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R2)
dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R3)
dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R1)
dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R2)
dataTaker 80 E80 - Serial device not responding (5SDI12:AD1:R3)
SDI12_1 NotYetSet %
SDI12_2 NotYetSet oC
SDI12_3 NotYetSet uS cm-1
5SDI12 NotYetSet
5SDI12 NotYetSet
5SDI12 NotYetSet
I double checked the address, it is definitely set to 1. I am wondering whether the probe is receiving power. What am I doing wrong?