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

Sara Damiano

Forum Replies Created

Viewing 10 posts - 451 through 460 (of 465 total)
  • Author
    Posts
  • in reply to: Problem downloading Mayfly libraries #2234
    Sara Damiano
    Moderator

      I tried to re-word the instructions on GitHub a little and get the link to the zip right so maybe it’s a little less confusing.

      in reply to: Problem downloading Mayfly libraries #2233
      Sara Damiano
      Moderator

        I’m sorry for the hassle. You also cannot use the Arduino IDE’s library manager to directly import the libraries; using “add zip library…” won’t work. You have to follow the longer instructions for manual installation because there are multiple libraries in the same zip. That is, you have to extract (unzip) the libraries.zip file into another folder on you computer and then copy all of the sub-folders into “..\<you>\DOCUMENTS\Arduino\libraries” or where ever your sketchbook libraries are stored on your computer.

        in reply to: Recording data from pressure sensors on an SD card #2190
        Sara Damiano
        Moderator

          If you would like your sensors added to the ModularSensors library, please create an issue for them there!

          in reply to: inconsistent Results #2178
          Sara Damiano
          Moderator

            Please, like Shannon suggested, copy in your actual code using the “Add Code Snippet” button and actually attach your raw data, not a picture of it. Also, like Shannon said, please plot your EA and temperature to see how they look. And, again, like Shannon said, explain:

            How were you testing the sensor? Was is installed outside or in a controlled environment? What kind of results were you expecting and what makes you think something is inconsistent?

            in reply to: Setting the real time clock #2171
            Sara Damiano
            Moderator

              I got and accepted your pull request. The fix is in the library now.

              in reply to: Logging Mayfly with Decagon SDI-12 Sensor #2139
              Sara Damiano
              Moderator

                One more thing: If you’re going to use your Mayfly as a logger, make sure you set the real time clock first! I’ve written a sketch and tiny executable to synchronize the Mayfly with your computer clock. You can find it here: https://github.com/EnviroDIY/Sodaq_DS3231/tree/master/examples/PCsync

                in reply to: Logging Mayfly with Decagon SDI-12 Sensor #2138
                Sara Damiano
                Moderator

                  Yup, doing the soldering will make your 3.5mm jack connection much prettier and more secure than using the screw terminals. If you’re skilled with a soldering iron, it’s the way to go.

                  If you’re skill-less and solder-less like I am, the jacks with screw terminals are a solution.

                  in reply to: Logging Mayfly with Decagon SDI-12 Sensor #2137
                  Sara Damiano
                  Moderator

                    If you would prefer, you can also look into the Modular Sensors library, which has functions already built into it for getting data from a Decagon CTD, a Decagon ES2, and a Decagon 5TM and then logging that data to a SD card.

                    If you downloaded the full package of libraries I mentioned in #2134, the Modular Sensors library is already included in it. If not, you download the zip at https://github.com/EnviroDIY/ModularSensors/archive/master.zip and unzip that for the Arduino IDE or install in PlatformIO using “pio lib -g install https://github.com/EnviroDIY/ModularSensors.git&#8221;.

                    in reply to: Logging Mayfly with Decagon SDI-12 Sensor #2136
                    Sara Damiano
                    Moderator

                      Now that your sensor is connected and has an address set, you can get data from it using code like this:

                      Once you have an array of values from the sensor, you can save them to an SD card or anything you’d like.

                      in reply to: Logging Mayfly with Decagon SDI-12 Sensor #2135
                      Sara Damiano
                      Moderator

                        The next step is to set the SDI-12 address of the sensor. Communication with the sensor depends on its 1-character alphanumeric address (1-9, A-Z, a-z). Unfortunately, Decagon ships all of its sensors programmed to an SDI-12 address of 0, which cannot be used to get measurements from the sensor.

                        Within the SDI-12 library on GitHub, there is an example with instructions for changing the address. Find it here: https://github.com/EnviroDIY/Arduino-SDI-12/tree/master/examples/b_address_change

                      Viewing 10 posts - 451 through 460 (of 465 total)