Hi, I'm developing some installations that are trying to track micro-fluctuations in some analog sensors, specifically for detecting changes in mycelium signals, using a resistive soil moisture sensor.
I'm trying to figure out a recommended ADC for this purpose. I've been working with the ADS-1232 but no luck getting any readings from this — the documentation examples seems scant and out-of-date and more importantly, it seems designed for load cells.
Same with the HX711 with Load Cells.
There seem to be some breakouts on Adafruit that might support this with 16-bit to 18-bit resolution (might be okay), but perhaps some problems with the sample rate. Right now, I'm using 20 SPS in my installation.
Anyhow, if anyone here has some advice for me the check out, that'd be appreciated.
Either of the linked ADCs is worth trying. Especially with the 18 bit sensor, you will need to take great care with shielded wiring and shielded sample enclosures, in order to reduce external noise pickup. 24 bit resolution is probably out of the question.
It will be no problem with either to sample at 20 SPS. The stated rate figures are the maximum achievable.
Forget about adding external A/Ds. A 4-bit A/D is already overkill for those toy sensors.
The sensor is nothing more than two metal sticks in the ground. It will react/drift with soil nutrients and corrosion of the sticks. Basically useless to measure soil moisture.
A capacitive soil moisture sensor will do better than that resistive one.
Leo..
And he uses the ADC-24, which is, unfortunately, a data-logger and can't do the live data processing in software code, which is what I aim to improve with my artwork & experiments.
ADC-24 specs here:
I do know these resistive sensors aren't the best ones to ultimately to use, for a more pure scientific approach, and I'm hoping to transition to some of the electrodes in the paper that you sent — thanks for this, haven't read this material, which looks like it's the similar sensor setup that Adamantsky used for his studies.
It takes me awhile to wade through the science papers, since I'm an artist-coder rather than a scientist, but there are the best source materials to work from.
My idea is to solidify the higher-resolution / better ADC first, and move towards a solid circuit with other sensors installation that I'm making and then tackle a better mycelium sensor.