Re: Moisture sensor integration
Re: Moisture sensor integration
liquidsquid793 wrote:Does anyone know of an off-the-shelf means to individually control 4x these big old valves?
liquidsquid793 wrote:The I2C bus [ . . . ] What is normally done?
liquidsquid793 wrote:3. It looks like the moisture sensor boards have two pads for address changes on the I2C bus. It is unclear if they support 4x unique addresses. How many does it support?
liquidsquid793 wrote:Does Clue have a graphics library in the distribution for creating bar-graphs and charts on the display?
liquidsquid793 wrote:6. My plan is to "conformal coat" the sensors (not the probe) with clear Krylon paint. Is there something better to use to keep them from not corroding long-term in a plant pot?
Re: Moisture sensor integration
Re: Moisture sensor integration
adafruit_support_mike wrote:The DRV8871 breakout can handle two 2A signals:
https://www.adafruit.com/product/3190
Officially it's a motor driver, so each half is an H-bridge: the connections can send current either way through a coil. That won't be much use for relay control, but won't hurt.
adafruit_support_mike wrote:liquidsquid793 wrote:The I2C bus [ . . . ] What is normally done?
I2C networks normally use a star topology. There's a single main cable for power, GND, SDA, and SCL, with taps for each device. Sparkfun's Qwiic adapter provides those connections if you want to use STEMMA cables and direct wiring to specific boards:
https://www.adafruit.com/product/4527
And the Multi Port makes it easy to tap in with cables:
https://www.adafruit.com/product/4861
adafruit_support_mike wrote:liquidsquid793 wrote:3. It looks like the moisture sensor boards have two pads for address changes on the I2C bus. It is unclear if they support 4x unique addresses. How many does it support?
Four: each pad is one bit in the I2C address. Connecting them to VCC sets the bits high, and connecting them to GND sets the bits low.
adafruit_support_mike wrote:liquidsquid793 wrote:Does Clue have a graphics library in the distribution for creating bar-graphs and charts on the display?
Not per se, but it does have graphics primitives like text, lines, and rectangles.
adafruit_support_mike wrote:liquidsquid793 wrote:6. My plan is to "conformal coat" the sensors (not the probe) with clear Krylon paint. Is there something better to use to keep them from not corroding long-term in a plant pot?
That would probably be a polyurethane, which can be brittle. Electronics are usually potted in epoxy or silicone, which are more durable and waterproof.
Re: Moisture sensor integration
kevinjwalters wrote:Andreas Speiss talks about the issues with the edges of the capactive soil sensors in a video mentioned on STEMMA soil (capacitive) sensor longevity.
I've been temporarily scuppered by Texas weather (Mouser has a warehouse there) but will eventually get to try out his plastic bag idea.
Re: Moisture sensor integration
liquidsquid793 wrote:It is really hard to get PCBs at home clean enough from soldering flux to make the other two work effectively. Just a thin layer of flux after not washing enough is an avenue for water/corrosion. Organic flux is a nightmare for moisture intrusion.
liquidsquid793 wrote:Krylon actually seems to dissolve it away somewhat. Weird, I know.
Re: Moisture sensor integration
Re: Moisture sensor integration
Re: Moisture sensor integration
liquidsquid793 wrote:Right on the product page for Clue. What I am having trouble with is the manufacturer/part number or datasheet so I can draw a symbol/footprint for the device (Altium, 3D step, etc.)
Re: Moisture sensor integration
Re: Moisture sensor integration
Re: Moisture sensor integration
Re: Moisture sensor integration
ivanhoe011
Nail polish to the rescue... or superglue or epoxy, which btw can be used to seal the whole thing (and epoxy being clear you can still see inside, to know if there's corrosion or anything else funky going on, so it's even better IMHO)
diy_bloke
I can't vouch for all nail polish as i had some that dissolved after a few days. PlastiDip wirks [sic] great
Re: Moisture sensor integration