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

BrianJastram

Forum Replies Created

Viewing 10 posts - 11 through 20 (of 42 total)
  • Author
    Posts
  • in reply to: I am currently unaffiliated with and organization. #16643
    BrianJastram
    Participant

      @heather, Thanks for checking.

      Both accounts were set up before the mid-December release. The personal account was around 8/13/19 and the organizational account was around 10/3/19.

      BrianJastram
      Participant

        If they wrote to the SD card in the lab but not the field could it be a power supply issue?

        in reply to: Connecting Bare Wire Sensor to Jack Adapter #15213
        BrianJastram
        Participant

          Shannon, yes, the outer jacket color I received is black. Good to know about the possibility of sensor damage or bricking.

          in reply to: Connecting Bare Wire Sensor to Jack Adapter #15211
          BrianJastram
          Participant

            They did not give me a pinout, I just did trial and error of figure it out. I think next time I’ll purchase a stereo jack adaptor and try connecting it to the Mayfly that way.

            in reply to: Connecting Bare Wire Sensor to Jack Adapter #15209
            BrianJastram
            Participant

              Shannon, I received 3 Meter CTD-10 (HYDROS 21) sensors this week and they did change the wire colors. For me brown is power (VCC) and orange is data (D2). I also had to use the b_address_change sketch to change the SDI-12 address from 0 to 1.

              in reply to: Calculated Variable Celsius to Fahrenheit DS18 #15145
              BrianJastram
              Participant

                There should be no u in Maxium in line 194.

                in reply to: Calculated Variable Celsius to Fahrenheit DS18 #15144
                BrianJastram
                Participant

                  Yes, thank you. Here it is.

                  in reply to: Calculated Variable Celsius to Fahrenheit DS18 #15142
                  BrianJastram
                  Participant

                    I tried just DS18Temp but that didn’t work.
                    The Celsius temperature from the DS18 is a reasonable 22.25 degrees.

                    in reply to: Calculated Variable Celsius to Fahrenheit DS18 #15139
                    BrianJastram
                    Participant

                      Now I got it to be 33.8 F by replacing
                      float TempF = TempCFromMaxiumDS18_Temp*1.8+32 with
                      float TempF = true*1.8+32

                      in reply to: Calculated Variable Celsius to Fahrenheit DS18 #15138
                      BrianJastram
                      Participant

                        Awesome, thank you. That solved the error. I was wondering about my variable array because I saw the format of the variable array in the baro_rho_correction sketch and it was more bare bones.
                        Now I’m puzzling on the -17966.20 Degree F output I’m seeing in the serial monitor. I tried adding true to the ds18->getValue(true) but that didn’t work.

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