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

Voltage Threshold for Data Upload Through Cell Network

Home Forums Mayfly Data Logger Voltage Threshold for Data Upload Through Cell Network

Viewing 1 reply thread
  • Author
    Posts
    • #13227
      Jake Lemon
      Participant

        Hi There,

        I have a couple stations that we deployed in forested areas. After a couple weeks the battery voltage settled at around 3.7v, dropping below that at times and rising above at times. When the voltage drops below 3.7v our logger stops sending data through the cell network. Would it be possible to decrease the threshold and see if we can get continuous live data? And if so, do you have code that I can use to make that update?

        Thanks,

        Jake

      • #13229
        Shannon Hicks
        Moderator

          Jake, the stations we installed for you a few months ago were programmed with code that set the low voltage threshold at 3.7, which is fine in areas with lots of sun. But since your stations are more shaded, and you’re in a higher latitude, your battery will probably hover around 3.7 most of the time, so lowering your transmission cutoff threshold will keep your station online more reliably. If you look at the code example below, the command on line 370 sets the transmission cutoff voltage at 3.55v, which is probably a good level for you, though you could probably set it to 3.50 and still be fine.

          https://github.com/EnviroDIY/ModularSensors/blob/master/examples/DRWI_LTE/DRWI_LTE.ino

          You’ll need to update a few other parts in the code to match your individual stations. Like lines 179-191 is where you paste the UUID info from your unique logger station entry on MMW. And change the logger ID on line 47 to your unique logger serial number. And then you need to enter the unique turbidity sensor calibration equation for each station in the appropriate lines 127-129 for low range and 137-139 for high range. You can find that info in the NOTES field of the sensor parameter on the MMW station details.

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.