Arduino-SDI-12
Arduino-SDI-12 copied to clipboard
An Arduino library for SDI-12 communication with a wide variety of environmental sensors. This library provides a general software solution, without requiring any additional hardware.
Hello I have started to use Arduino IDE 2.0 Beta but I get compilation errors below, I have tried to compile with Arduino IDE 1.8.13 I get no errors for...
I was wondering if there are plans to make this stm32 compatible, particularly stm32g0 as this is a great replacement for 8 bit microcontrollers.
Do you have any plans to support stm32 platform ? It would be great if you support it. Thanks by Rayleeya
### 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...
Hi All, I've come across a sensor that communicates through SDI-12 and would be great to use a microcontroller to log the data. Has anyone got experience using the CS320...
The changes here resolve a problem encountered when using the "preferences" library. When updating the setting stored in the Preferences I was encountering a Core panic as follows:- "esp32 Guru...
From what I can see the CRC has not been implemented. Being very new to SDI-12, is this because no one uses it or is it some thing that need...
I found I get the following error in the SDI12 receive interrupt:- "esp32 guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory region accessed)" This only occurs when...
Hello, I was looking to add my Adafruit NRF52 bluefruit board and am having trouble setting up the timer registers. The NRF52 has a NRF_TIMER0 type definition where there are...