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

Shannon Hicks

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 562 total)
  • Author
    Posts
  • Shannon Hicks
    Moderator

      Thanks for the update.  We’re looking into it, my guess is there’s a conflict between two libraries that is causing some issues, so we’ll have to dig into it and narrow it down.

      in reply to: Continous HAB monitoring #18796
      Shannon Hicks
      Moderator

        There’s information on this page, in Section 6.2 about the holes for the cable glands: https://www.envirodiy.org/knowledge-base/building-an-envirodiy-monitoring-station/

        As mentioned on that page, the 1/2″ NPT cable glands require you to drill a 23/32” hole and tap it with a 1/2″ NPT tap.  I don’t know what the diameter of the cable for your sensor is, but it’s probably between 0.2″ and 0.35″ so you can probably use McMaster-Carr part number 69915K54.   The larger gland that comes with the EnviroDIY kit is for cables 0.24″ to 0.47″ (part number 69915K53)  because of the rubber molded 3.5mm stereo plug on the end of the CTD cables.  If your Turner cable is larger than 0.35″ you’ll need to use the larger size.

        Shannon Hicks
        Moderator

          That’s one of the older, now-discontinued Xbee models.  Have you used that module before or is it completely new and unused?  We had many of them die after about a year of service.  Did you modify the SJ19 solder jumper on the back of the Mayfly to change the bee status pin from the usual Bee pin 12 to Bee pin 13.  I see you have it listed correctly in your sketch, but the jumper also has to be changed.   Have you tried running the sketch without the modem attached at all, to see if it sleeps and wakes appropriately (maybe set it to 5 minute interval instead of 15 so you don’t have to wait quite so long during testing).  It might also help to manually set the RTC first in case you haven’t successfully made a cell connection with that board yet to sync the clock.

          Shannon Hicks
          Moderator

            What modem are you using with this setup?

            in reply to: Reading -9999 on all Sensors #18780
            Shannon Hicks
            Moderator

              Can you email me at mayfly@envirodiy.org, I have a few other questions about the software libraries and hardware combinations for your setup.

              in reply to: Reading -9999 on all Sensors #18776
              Shannon Hicks
              Moderator

                Do you happen to have a spare Mayfly board, or any other Arduino-type board that you could run the sketch on?

                in reply to: Error Compiling for board EnviroDIY Mayfly 1284p #18774
                Shannon Hicks
                Moderator

                  The warnings you posted above seem to indicate that there’s a clash with the Sodaq DS3231 library.  Did you by chance happen to install that library separately into your Arduino/libraries folder?  ModularSensors already includes its own version of the DS3231 library which will conflict with the Sodaq library if they both exist on the same computer.

                  in reply to: Error Compiling for board EnviroDIY Mayfly 1284p #18767
                  Shannon Hicks
                  Moderator

                    Are you trying to use the that NoCellular sketch as-is, or have you modified it before attempting to upload it?

                    in reply to: Error Compiling for board EnviroDIY Mayfly 1284p #18765
                    Shannon Hicks
                    Moderator

                      The unzipped folders go into your MyDocumenrs/Arduino/libraries folder.  Make sure they aren’t nested within a second ‘libraries’ folder within the first one.  What version of the IDE are you using?

                      A good way to check that your libraries are installed correctly is to look at the built-in examples.  In the ARduino IDE, go to the File dropdown menu, then select examples.  You should see the basic Arduino example, then some more complex ones, but keep scrolling to the bottom and you should see lots of other ones like Adafruit and ModularSensors and SDI12.  The sketch you’re trying to use should be included under the ModularSensors list.  If you don’t see it, then your libraries aren’t installed correctly.

                      If your libraries are correct, there should be more information in the error window that will tell you what is causing the problem.  If you still get the error, copy that full error message into your post.

                      in reply to: Error Compiling for board EnviroDIY Mayfly 1284p #18763
                      Shannon Hicks
                      Moderator

                        Have you installed all the supporting libraries into your Arduino/libraries folder?  There should be either 32 folders worth of libraries, or 47, depending on whether you downloaded all the recommended EnviroDIY libraries, or just the ModularSensors dependencies.

                      Viewing 10 posts - 1 through 10 (of 562 total)