Skip to content

Latest commit

 

History

History

examples

Examples using the SDI-12 Library

  • Example A
    • Gets sensor information from a single attached sensor and prints it to the serial port
    • GitHub
  • Example B
    • Allows you to change the address of your SDI-12 Sensor
    • GitHub
  • Example C
    • Checks all addresses for active sensors, and prints their status to the serial port
    • GitHub
  • Example D
    • Checks all addresses for active sensors, and logs data for each sensor every minute
    • GitHub
  • Example E
    • Checks all addresses for active sensors, and requests continuous data output from all of the sensors
    • GitHub
  • Example F
    • Issues a data request to a single specified sensor
    • GitHub
  • Example G
    • Demonstrates using the Arduino as a command terminal for SDI-12 sensors.
    • GitHub
  • Example H
    • Demonstrates using SDI-12 in slave mode
    • GitHub
  • Example I
    • Shows code for an Arduino-based USB dongle to translate between SDI-12 and a PC
    • GitHub
  • Example J
    • Shows how to use an external PCInt library to call the interrupts for this library.
    • GitHub
  • Example K
    • Shows how to request concurrent measurements
    • GitHub
  • Example L
    • Shows how to verify the CRC of received data
    • GitHub