![]()
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
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]
Scott Ensign replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 2 years, 2 months ago
Brian, note that @andrewglaros3 developed a similar function here. That python code might be enhanced by targeting a more precise time period with each call to Monitor My Watershed, and @srgdamiano developed python (and R) code to do just that. See her Github repo on this: https://gist.github.com/SRGDamia1
Scott Ensign replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 2 years, 2 months ago
Hi Brian. We’ve discussed adding this feature for a long time. I didn’t see this noted as a Github issue, so I added it here. Feel free to add suggestions to that issue.
Chris Basler became a registered member 2 years, 2 months ago
Chris Basler
@cmbasler
Scott Ensign wrote a new post 2 years, 2 months ago
Learn EnviroDIY With Us!
Registration for this workshop has closed. Additional opportunities will be posted the events page when scheduled. Stroud Water Research […]
Dave replied to the topic OTA in the forum Infrastructure and Equipment 2 years, 2 months ago
I download data every couple of months, or as needed. It’s a pain, and I inevitably have overlap of data to clean up.
My current plan allows for 3 month’s data storage (Maker plan), but I notice on the current pricing only 1 month of storage is provided. I’ll get the good news at plan renewal time I’m sure!
I’ll have a look at arduino cloud /…[Read more]
neilh20 replied to the topic OTA in the forum Infrastructure and Equipment 2 years, 2 months ago
Hey thanks for the reference. I’ve also been monitoring blynk .
Do you offload the data regularly? – that seems to be the big gotcha is figuring out how often to download data.
Dave replied to the topic OTA in the forum Infrastructure and Equipment 2 years, 2 months ago
Hi Neil
I had a go at arduino cloud about a year ago.
For price/configurability I ended up switching to Blynk. I’ve had 5 arduino MKR GSM boards function flawlessly for the past year. I think Blynk is aimed at developers, but there was enough sample code for me to get the board running .
That said, the current arduino pricing looks good.
I’ve…[Read more]