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

Water Monitoring in remote locations with a solar Particle Electron

Home Forums Environmental Sensors Water Monitoring in remote locations with a solar Particle Electron

Viewing 2 reply threads
  • Author
    Posts
    • #12675
      colemanjj
      Participant

        The Spudnik project is designed to monitor water quality and other environmental parameters in remote locations, report over the cell network and post the monitoring data to Ubidots and the Particle console.

        The project is described, hardware identified, and the code posted at:
        https://github.com/colemanjj/Spudnik-07

        The initial deployment of this project in northern Minnesota has been working continuously since June 2018 without maintenance. As we enter winter, temperatures have been below freezing every day since November 7th with a low of -22C. Future implementations will incorporate water depth sensors and experiment with other battery types for cold conditions.
        john

      • #12676
        neilh20
        Participant

          Nice write up on github thankyou. I’ve got the ParticleIO WiFi going for one project. Particularly interesting your TDS references thanks.

        • #12701
          colemanjj
          Participant

            neilh,
            The TDS code currently posted by DFROBOT for the Gravity: Analog TDS Sensor/Meter for Arduino is a total re-write since I downloaded it. The code I downloaded about 6 months ago had an error in it (applied temperature correction to the raw analog voltage) The updated code is much more modular (a bunch of functions) and seems to have the TDS calculation correct now, with temperature correction applied after calculating electrical conductivity. I haven’t tried the new code but it seems to use the same multi-nomial equation to convert from voltage to electrical conductivity. I’m not sure where they got the coefficients for the equation but I developed my own equation from running the DFROBOT sensor side-by-side with a Onset HOBO U24 logger for about 3 months. I’m going to run my DFROBOT sensors side-by-side with Onset loggers for the foreseeable future because I’m not sure if there is variation in response between individual DFROBOT sensors.
            BTW, the DFROBOT TDS sensor seems like it might be stable over long periods. I’ve been sampling the same one at 15 minute intervals since June and haven’t seen anything weird. I won’t know for sure about stability ’till I download the Onset logger in the spring to compare to the DFROBOT sensor data.

        Viewing 2 reply threads
        • You must be logged in to reply to this topic.