![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
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. Our EnviroDIY Mayfly Data Logger is user programmable and Arduino IDE compatible.
Get sketches, libraries, and documentation to help you program your Mayfly.
Share your data and access data from around the world on Monitor My Watershed®.
Have a question about DIY environmental monitoring? Share it with EnviroDIY members.
![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Websites store cookies to enhance functionality and personalize your experience. You can manage your preferences, but blocking some cookies may impact site performance and services
Essential cookies enable basic functions and are necessary for the proper function of the website.
CleanTalk offers effective spam protection and website security solutions to enhance user experience.
Service URL: cleantalk.org (opens in a new window)
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
WooCommerce is a customizable eCommerce platform for building online stores using WordPress.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
SourceBuster is used by WooCommerce for order attribution based on user source.
You can find more information in our Cookie Policy and Privacy Policy.
Community Activity See all activity
Shannon Hicks replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 2 years, 1 month ago
When you did the address changing sketch, did you get a positive result using the serial monitor that showed the channel was changed to something other than 1? Sometimes there’s a glitch where you have to set the channel twice before the change actually happens and it stays on the new channel.
What sketch are you using for the logging sketch…[Read more]
kwolfe replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 2 years, 1 month ago
We tried that but are still getting -9999 values.
Shannon Hicks replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 2 years, 1 month ago
Did you do the example “b_address_change” sketch first, to change the sensor’s default channel from 0 to 1?
kwolfe started the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 2 years, 1 month ago
We are unable to get our Hydros 21 CTD sensor to return data. We are getting -9999 values on both the SD card and the website. All the connections are secure. The SDI-12 address is set as follows:
<div>
<div> const char* hydrosSDI12address = “1”; // The SDI-12 Address of the Hydros 21</div>
<div> const uint8_t hydrosN…[Read more]
marbles replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 2 years, 1 month ago
Hey Brian,
Yay! Glad to hear! I can email you the website link and login credentials.
andrew3000@berkeley.edu
What’s the name of your site? Right now it’s only set up to run on meter hydros 21 sensors but i should be able to add some new ones pretty quick. Also what is the location of the site/name of the town you plan on using for incorporating…[Read more]
BrianJastram replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 2 years, 1 month ago
I’ll try it. How do I log in?
marbles replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 2 years, 1 month ago
@brianjastram I just launched a webapp for this and I am looking for people to use the system and give me feed back. Here is a post with some more info, LMK what you think. https://www.envirodiy.org/topic/free-alarm-system-for-monitormywatershed-updated/
marbles started the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 2 years, 1 month ago
I recently launched an alarm system webapp built on top of monitor my watershed to enable email alerts based on both sensor values and local weather forecasts. Is interested in testing it out and giving me feedback? No downloads or programming needed.
Here is a demonstration video! I will be releasing the source code likely by the end of this…[Read more]
marbles started the topic Free alarm system for monitormywatershed in the forum Monitor My Watershed 2 years, 1 month ago
Howdy folks I recently launched an alarm system webapp built on top of monitor my watershed to enable email alerts based on both sensor values and local weather forecasts. No downloads or programming needed. Is interested in testing it out?
Here is a demonstration video! I will be releasing the code likely by the end of this summer but if you are…[Read more]
Shannon Hicks replied to the topic Continous HAB monitoring in the forum Mayfly Data Logger 2 years, 1 month ago
They are actually Turner Designs Cyclops-7F sensors that we use for measuring chlorophyll and phycocyanin (https://www.turnerdesigns.com/cyclops-7f-submersible-fluorometer). They are supported by the ModularSensors library and there’s more information about them here: https://envirodiy.github.io/ModularSensors/group__sensor__cyclops.html