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

Scott Ensign

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: Help us improve Monitor My Watershed! #16401
    Scott Ensign
    Participant

      Thanks to everyone that contributed to our Survey regarding Monitor My Watershed. We are summarizing the results to inform our future efforts.

      in reply to: Deleting MMW Sites #16385
      Scott Ensign
      Participant

        Jake, I deleted a “test” site of mine last week in MMW and it worked as expected (no error).

        in reply to: Using AltSoftSerial with Mayfly #15838
        Scott Ensign
        Participant

          Problem solved. As Sara has noted before, the AltSoftSerial can only use pin 6 on the Mayfly for receiving and pin 5 for transmitting. So, while the sketch worked with Software Serial as shown above (and would have worked by defining pin 6 for transmitting and pin 5 for receiving), my pairing of the sensor rx and tx wires to the Grove jack was wrong. See lines 17 and 18 above; I swapped the wiring from the sensor to the Grove jack and now get data from the sensor. This is what the  portion of the sketch in question should look like to work with AltSoftSerial:

           

          in reply to: Using AltSoftSerial with Mayfly #15837
          Scott Ensign
          Participant

            I’m struggling to use AltSoftSerial in place of Software Serial to connect an Atlas-Scientific Color sensor to a Mayfly. The script below successfully communicates and reports sensor data as expected with Software Serial (with lines 21 and 26 active instead of lines 22 and 27 as shown below). As shown below I don’t get any data from the sensor. Any advice?

             

            in reply to: How to dump contents of file on SD card to serial #15820
            Scott Ensign
            Participant

              This sketch is also available here: https://github.com/ScottEnsign/SDoutput. I’d welcome input and refinement.

              in reply to: How to dump contents of file on SD card to serial #15665
              Scott Ensign
              Participant

                Hi @Selbig. Here is a very simple sketch that prints a file from the microSD card to the serial monitor. It might be too rudimentary for your purposes, but thought I would share it here. Notice the line “// SD.remove(“datalog.txt”);” is commented out. Uncomment this line to DELETE the file specified instead of printing it to the serial monitor. I find it is helpful for my work to have this option available when I need it.

                 

                Scott Ensign
                Participant

                  Fiona, if you haven’t already found it, check out Adam Gold’s blog about using the Mayfly with Atlas Scientific sensors. Adam’s github has documentation about a carrier board that may involve isolation.

                  in reply to: Hydros-21 Depth Temp Compensation #15324
                  Scott Ensign
                  Participant

                    Hi Dan,

                    We recently did some internal testing of this issue and will post results soon. We don’t have a “fix”, but we did measure this behavior to guide our own interpretation of data.

                    Scott

                    in reply to: Colour Sensors for Water Quality #14903
                    Scott Ensign
                    Participant

                      Hi James,

                      I’ve used Atlas Scientific’s RGB sensor on lagrangian river drifters in the past. The application is written up in Limnology and Oceanography (or see this video abstract of the article). I’m attaching two simple sketches for using this sensor with the Mayfly Data Logger. The first (…AutoMode) just prints R,G,B, and Lux at an interval to the serial monitor. The …ManualMode sketch allows you to interact with the sensor using the commands from the datasheet. Please keep the EnviroDIY community updated on your progress.

                      Thanks,

                      Scott

                      in reply to: Sampling frequency for Monitor My Watershed #14857
                      Scott Ensign
                      Participant

                        Thanks, Neil. That’s helpful to know that ThingSpeak via Modular Sensors might be a better option for this user’s purposes. He has an interesting classroom laboratory application that I’ll encourage him to share if he is able to pilot it at his college.

                      Viewing 10 posts - 11 through 20 (of 23 total)