Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Activity

  • Luis Andres Guillen posted an update in the group Data Logger Developers 6 years, 11 months ago

    Hello,
    Does anyone have experience in connecting a Campbell Scientific CS616 Water Content Reflectometer to the Mayfly?
    In that case how do I go about it? How much power would I need to sample every 30 minutes?
    I am new to this field, so all comments and direction are really welcome.
    Thanks,
    Luis Andres Guillen

    • I haven’t used one of those before, but it outputs a square wave that’s frequency is proportional to the soil moisture, so your logger would have to do some frequency measurements and then convert that to VWC using a formula. But that particular sensor has a low (0.7v) output, so you’d probably want to use the CS625 sensor, which is the same as the 616 but has a 3.3v output, which is what the Mayfly would want to see. The sensor needs 5v excitation though, but the Mayfly can provide that if you switch over the jumper. Most of the frequency-counting libraries for Arduino use interrupts, so you’d probably want to use the D10 hardware interrupt pin for reading this sensor. It might also be easier to use a separate frequency-to-voltage chip to do the frequency measurement offboard and simply read the chip’s output voltage with a Mayfly analog pin. Note that the sensor has a maximum VWC of 50%, and I’ve seen levels higher than that in many of my deployments. Are you using this sensor somewhere where you don’t expect high moisture levels? There are other sensors from other manufacturers that cover a wider operating range and have a much more convenient digital output if you’re willing to consider other hardware options.

      • Thank you very much for the information Shannon. I have already several of those sensors, so I wanted to put them into use. I I’ll check which type of water content they have found in the site to see if that is an appropriate sensor. Thanks!