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 - 451 through 460 (of 580 total)
  • Author
    Posts
  • in reply to: Solar Radiation #2354
    Shannon Hicks
    Moderator

      The code I posted above is for when you use a ADS1115 16-bit ADC. If you’re using a standard Uno or Mega board, you’ll have to use the regular 10-bit ADC, unless you’re planning to use a separate ADS1115 breakout. But assuming you’re okay with the lower resolution of the 10-bit ADC, just use the standard analogRead command and then convert the result to voltage. And because the output of the SP-212 is 1mv = 1 PAR, the measured voltage (in millivolts) is the PAR. The 10-bit resolution of the ADC means you’ll get steps of around 5 PAR (4.89 actually).

      in reply to: How easy to set up? #2349
      Shannon Hicks
      Moderator

        We designed the Mayfly logger system to be very easy to build and deploy. In fact, we’ve been teaching workshops to school groups and citizen scientist programs for the past year and I was actually in Grand Forks, ND earlier this summer where we gave a 2-day workshop at UM-Crookston. With most of our school workshops, we taught middle-school and high-school students some basics of electronics and coding/programming, and then we gave them kits and let them build a logger, assemble everything in the waterproof enclosure, and then show them the tips and techniques needed to successfully deploy the station in a stream. We also talk about maintenance and troubleshooting and how to QA/QC the collected data, and and some general scientific background to help them understand why we’re collecting the data and what the different parameters (turbidity, conductivity, pH) mean in the big picture. This was all part of a pilot program from the EPA to develop workshop materials and teaching curriculum based on the Mayfly board and various sensors. If you’d like, we could send you some of the information when it’s published.

        And as for the circuit boards themselves, they are very simple to use. We can supply the code you need to program the board for most logging deployments (most of it is already available on our Github page), and almost all sensors simply connect to the board with simple jacks or screw terminals, so there’s no soldering or electrical engineering background needed. It gets powered by a small LiPo battery with a small solar panel to keep it continuously charged. The hardest part is making sure the enclosure you mount the sensors in is waterproof, and that you install the sensors in the water in a way that gives reliable data and can withstand floods/ice/mud etc. We use a variety of sensors from low-cost short-term deployable sensors to rugged research-grade sensors that require much less maintenance but cost several times more. So choosing the sensors really depends on your budget, how often you want to maintain them, and the quality of data you want to record. Using the Mayfly is not much harder than any other modular logger/sensor station you could build from other, more expensive commercial hardware options. In the end, you’ve still got to protect a logging device from the weather by putting it in some sort of enclosure along with a source of power, then mount your sensors and hope they can survive whatever flood events will eventually happen. The Mayfly significantly lowers the entry cost for building a station, plus you can use just about any sensor you want from any manufacturer without worrying that it isn’t compatible with a different brand. Plus you can use the Mayfly for any other regular Arduino-type microcontroller project, so it is a very versatile little circuit board.

        in reply to: Eagle/Schematics #2340
        Shannon Hicks
        Moderator

          We haven’t shared the board layout yet, but all of the necessary information is in the schematic. The aux ADC on the Mayfly is the ADS1115. Its Vcc is tied to the 3.3v supply of the board, so it’s not possible for it to sample anything greater than that. You can use the jumpers near the Grove connectors on the board to provide a 5v excitation for external sensors, but the sensor must not return a signal greater than 3.3v. For all of our deployments, we use sensors that have 5v excitation but provide a 0-2.5v return. If your sensor returns 5v, you can simply use a resistor divider to change the voltage to something within the safe range of the ADS1115.

          in reply to: Mayfly Availability #2335
          Shannon Hicks
          Moderator

            Unfortunately we currently don’t have an option for purchasing the Mayfly outside of the US.

            in reply to: Mayfly RS232 Compatability (TTL to RS232 adapter?) #2314
            Shannon Hicks
            Moderator

              There are several different ways you can approach this. The easiest option is to use a Max232 chip like the one you mentioned from Sparkfun (https://www.sparkfun.com/products/11189). If your sensor has a DB-9 connector on the end rather than bare wires, you can use one of these:
              https://www.amazon.com/Ultra-Compact-RS232-Converter-Male/dp/B00OPU2QJ4
              https://www.amazon.com/Ultra-Compact-RS232-Converter-Female/dp/B00OPTOKI0

              There are other ways to do it with discrete components like what Jim mentioned or other more complicated options, but most people will find the the converters listed above will meet their needs. You could use a Grove-to-header cable (http://www.robotshop.com/en/grove-4-pin-female-jumper-wire.html) to connect the Mayfly to the converter.

              in reply to: Battery Charging via USB #2310
              Shannon Hicks
              Moderator

                You haven’t mentioned what battery you are using. But the problem with using a solar panel on the USB port is that the voltage supplied by the panel in direct sunlight will cause a transistor switch on the Mayfly to essentially “disconnect” the battery from the processor power supply and use the voltage from the panel to supply power to the entire board. But since the solar panel can’t supply an adequate current, then the board will be unstable. That’s why there’s a separate “SOLAR” input on the Mayfly. When you use it as intended, the board is powered by the battery at all times, and the charge regulator on the Mayfly will charge the battery whenever there’s sufficient sunlight. It also works best with a 6v solar panel, so unless you have lots of direct sun, your panel will likely be supplying around 4v, which isn’t going to do much, especially if you’ve got it connected to the USB jack instead.

                So I would highly recommend you use a 6v solar panel, and one that is completely waterproof and rugged if you’re using it outdoors. We use panels made by Voltaic Systems (https://www.voltaicsystems.com/2-watt-panel), and you can get a handy bracket for them (https://www.voltaicsystems.com/small-bracket) and an extension cable (https://www.voltaicsystems.com/extension-with-exposed-leads). Just solder a JST connector onto the extension cable, and you’ve got a rugged and weatherproof way to charge the Mayfly. For batteries, a 2200mAh Lipo is usually sufficient and can be charged in less than an hour of sunlight if your Mayfly sleeps or doesn’t have much current draw.

                in reply to: Battery Charging via USB #2299
                Shannon Hicks
                Moderator

                  You say you use these solar panels to power other microcontrollers. Is this a bare solar panel that outputs 6v in full sunlight and 0v in the dark, or is it one of those solarpanel/battery combo things that has a built-in battery so it always outputs a constant even in the dark?

                  in reply to: Battery Charging via USB #2297
                  Shannon Hicks
                  Moderator

                    The solar panel shouldn’t be connected to the USB port. Solar panels should only be connected to the JST jack labeled “SOLAR”. The LiPo charger circuitry on the Mayfly will use the solar panel voltage to charge the battery.

                    If you connect a USB cable to the USB jack, then the charging circuitry will use that voltage, and yes, the battery will be protected from overcharging either way.

                    in reply to: Mayfly Availability #2295
                    Shannon Hicks
                    Moderator

                      The Mayfly boards are back in stock. The Starter Kit inventory is getting low, but more of those are on the way to Amazon and will be in stock next week.

                      in reply to: Mayfly Availability #2289
                      Shannon Hicks
                      Moderator

                        A large number of boards were purchased earlier today and that depleted the inventory. There are still a few starter kits available. I will be shipping more boards and kits to Amazon later this week, and will post here when they are available for purchase again.

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