Git Product home page Git Product logo

Comments (3)

mal62 avatar mal62 commented on July 26, 2024

What sort of sensor is it? The reply message from the sensor depends on a number of factor. Eg initial message type (m or c etc) and the type of data request (d0 d1 etc), if I know the sensor I can check out its manual and then diag the range of M instructions and also what the response message will be when you ask For data.

Cheers mal

from arduino-sdi-12.

krishnakulkarni88 avatar krishnakulkarni88 commented on July 26, 2024

Hi, Thanks for the reply I am attaching the link to my sensor manual(https://www.fondriest.com/pdf/sentek_drill_drop_probe_manual.pdf), I am using 3 sensor-1 probe type. when I try with M commands it was not responding for the sensor values but when I try with C commands it was coming but in between the sensor values I was getting value as 1.

from arduino-sdi-12.

mal62 avatar mal62 commented on July 26, 2024

Hi. Firstly I’ve not successfully got the sdi12 library working with my arduino so there are some bits of the puzzle I don’t have answers to.
Regarding your sensor..... it’s not an easy sdi12 one to interrogate as it is super smart and has lots of different data it can provide and not in a single response message. IE to get temp, moisture and salinity you will need to send a M for temp and then data and then a new m for moisture and then data etc etc.
To start simple ... I suggest you build your program and instead of sending a M and the D just sent the identification instruction.
Ie send 0I! .... the sensor will respond (no need to send a D command) with a character string which should include things like maker, model, serial number etc.

This will confirm your code is good and comms to the sensor is ok.
If you want.. send me your program, although im no programming expert.

See if you get the 0I! Working and then send back a update.

I’m assuming your sensor is sdi12 address 0.
Also... have you been able to directly interrogate the probe with the software provided?
Does your probe look like the one in the manual on page 1?
Cheers mal

from arduino-sdi-12.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.