![]()
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
Elizabeth Watson started the topic Cannot Connect to Internet with SIM in the forum Mayfly Data Logger 2 years, 2 months ago
I’ve completed two Mayfly loggers, each with a ClariVUE 10 turbidity sensor connected. I used the DRWI_DigiLTE sketch to set the Logger ID, arrange the variable list, and input the UUIDs. However, I keep getting the message “could not wake modem for clock sync” on both Mayflys. The data for the sensor is shown on the serial monitor and it states…[Read more]
Elizabeth Watson replied to the topic Error Compiling for Mayfly; ModularSensors in the forum Mayfly Data Logger 2 years, 2 months ago
Hello!
Thank you for your response! I finally have the sketch uploaded.
I am now having an issue with the cellular connection. When I ran the sketch, it said “could not wake modem for clock sync” and then it let me know that it would be saving to the SD instead. How can I fix this?
I tried making sure everything was in the correct placement…[Read more]
nick started the topic Continous HAB monitoring in the forum Mayfly Data Logger 2 years, 2 months ago
Hi,
Has anyone setup their Mayfly data logger to monitor HABs in ponds/lakes? Right now, we are manually collecting the samples and trying to see if doing continuous monitoring would be beneficial.
Thank you.
Sara Damiano replied to the topic Error Compiling for Mayfly; ModularSensors in the forum Mayfly Data Logger 2 years, 2 months ago
You need to either upgrade your ModularSensors library from 0.34.0 to 0.35.0 or downgrade your SD fat library from 2.2.3 to 2.1.2.
All the dependent libraries are updated all of the time and not all versions match with each other. It’s best to download the libraries as a package from the ModularSensors releases page on GitHub. That zip file…[Read more]
Elizabeth Watson started the topic Error Compiling for Mayfly; ModularSensors in the forum Mayfly Data Logger 2 years, 2 months ago
Hello,
I’m currently trying to change the logger ID, input the variable list, and input the UUID List, but the sketch (DRWI_DigiLTE) keeps failing to compile. I’ll include both the error message as well as the sketch. I am at a loss with how to fix this and would appreciate any thoughts/suggestions! Thank you!
Elizabeth Watson became a registered member 2 years, 2 months ago
Elizabeth Watson
@drisannasmama
Dave F became a registered member 2 years, 2 months ago
Dave F
@dave_ef
Scott Ensign replied to the topic Fetching MMW data from one sensor? in the forum Monitor My Watershed 2 years, 2 months ago
@tahicksonstthomas-edu: @srdamiano developed a way to query the Monitor My Watershed database for a specific parameter and specific time/date range. This is a huge improvement over using the Download button to retrieve your data, because you can limit the timeframe of data being retrieved and thus speed up the response. See Sara’s code here for R…[Read more]
marbles replied to the topic Email alerts rough draft. Free to use in the forum Miscellaneous 2 years, 2 months ago
Hey Scott Thank you the suggesion! I am finishing up a django web-app so folks can implement alarms with rain pauses without any coding. I will be sure to include srgdamiano‘s code to make things more efficient!
Here is a demo of the alarm app if anyone is intersted!
https://drive.google.com/file/d/1pJZPLYKRPVoxTfKJQ0nbDjkDVVvbkRvg/view?usp=sharing
Scott Ensign replied to the topic Email alerts rough draft. Free to use in the forum Miscellaneous 2 years, 2 months ago
Hi Andrew. Thanks for sharing this code; I hope others have been able to implement this. @brianjastram recently asked if an “alarm” feature would be built into Monitor My Watershed (hopefully someday as resources allow). Until then, I suggested that your code might benefit from the work @srgdamiano did to specify parameter and time/date range…[Read more]