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

Logger ID provided by Stroud?

Home Forums Mayfly Data Logger Logger ID provided by Stroud?

Viewing 3 reply threads
  • Author
    Posts
    • #13254
      jbiddle
      Participant

        Hello all,

        This is my first time attempting to set-up a Mayfly (with the Campbell OBS3+ sensor) and I have almost no experience so please bare with me.

        I’ve been following the steps as laid out in the in Mayfly sensor station manual, and right now I’m attempting to upload the DRWI_CitSci.ino sketch. The directions on the github page here: https://github.com/EnviroDIY/ModularSensors/blob/master/examples/DRWI_CitSci/ReadMe.md#set-the-logger-id

        say to “Change the “XXXX” in this section of code to the loggerID assigned by Stroud:
        // Logger ID, also becomes the prefix for the name of the data file on SD card
        const char *LoggerID = “XXXX”;”

        I’m not quite sure where I can find out what my logger ID is. Any help?

      • #13255
        Sara Damiano
        Moderator

          If you’re not working with Stroud, you get to assign your logger any ID you want it to have. We often use the Mayfly serial number or a numeric count of it being the nth logger we’ve deployed. You might also want to put your site name in the logger id, since it will end up as your file name. You could also call it “Bob” if you’d prefer. 🙂

        • #13256
          Sara Damiano
          Moderator

            I’m sorry the directions for that example are confusing – it was originally written for people directly working with Stroud and being assigned loggers by us. If you’re making your own logger outside of Stroud, you don’t have to worry about Stroud assigning your logger a number.

            • #13257
              jbiddle
              Participant

                Ah, well that makes perfect sense. I thought somewhere along the line Stroud had produced an ID for this specific logger, but this makes it much simpler. Thank you.

              • #13261
                jbiddle
                Participant

                  While I have your attention, I have a second question if you’re ale to help.

                  I am now trying to edit the UUIDs in the sketch for each of my variables, except I don’t have the CTD sensor as part of this system. Can I simply remove those lines in the sketch for the CTD sensor, or should I leave them in place with the default UUIDs that are provided?

              • #13264
                Sara Damiano
                Moderator

                  If you don’t have a CTD attached, you should remove all the lines for the CTD. If you don’t remove them, your logger will waste time trying to communicate with a sensor that doesn’t exist and you’ll be wasting bandwidth sending empty values to the data portal.

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