-
I haven't tested it yet and i'm starting tests now, but there's any chance that this lib works on ESP32?
If it doesn't, what are the modifications that should be done?
Thank you.
-
The SDI-12 is a software driver using a port bit as a line driver.
For the Mayfly mega1284, this makes the port bit line driver drive the line between 0 and 3.3V. The SDI-12 specification is to drive…
-
Hi duff,
is this library support for STM32L073? i'm using Keil IDE MDK-5 from ST,
sensors that i use is 5TE from decagon,
any hint?
thanks for warmly welcome,
dhanang.
-
Example, a `0.06` becomes `0.0599`
```
947033174.016 DEBUG sdi-12 sendCommand(1D0!): '1+0.06+207+23.3-0.06-0.03+0.09'
Sensor 208 (DS-2): 0.0599
```
-
Add Wio Terminal to the Arduino-SDI12 library
-
We should have the option for Loom to act as a datalogger, responding to SDI12 requests. Here is the example from the SDI12 library for responding to requests: https://github.com/EnviroDIY/Arduino-SDI…
-
Add CRC capability to a command and response.
The CRC adds reliability to the message, for the response any corruption is detected, ~ and discarded.
SDI-12_version-1_4-Jan-30-2021.pdf has a sectio…
-
### Observed Behavior
I noticed that capture image quality with 2.1 is better then with 2.4 version.
This only seems the case with HDCAM 1080i50 MXF capture. capture in MP4 format seems fine.
Verti…
-
Hi,
I'm trying to retrieve measurement from a SDI-12 device.
The instrument is directly connected to Teensy.
The example seems to hangs.
I simply add a Serial.print as first line on loop func, b…
-
### Problem Overview
#### Refresher on Interrupts
- The problem is a conflict between the SoftwareSerial library packaged with the Arduino IDE and the SDI-12 library.
- Both libraries use pin change …