![]()
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
cameron light replied to the topic loggingInterval being ignored on v1.1 board. Logs every minute no matter what. in the forum Mayfly Data Logger 9 months ago
Hello, I encountered this same issue recently and this was the fix! Going down to Modular Sensors v0.34.0 as well as older versions of tinygsm and sdfat.
Sara Damiano replied to the topic Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 9 months, 1 week ago
If you’re only running the sketches from Modular Sensors, you should delete all of your libraries and download the bundle from the ModularSensors release page: https://github.com/EnviroDIY/ModularSensors/releases/tag/v0.37.0 (Direct download link:…[Read more]
cameron light replied to the topic Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 9 months, 1 week ago
Another difficulty, I’ve realized that the clock is stopping with the off switch.
Using the example scripts ‘adjust’ and ‘now’ I realized the clock is keeping time when the board is off. Is there a chance I have altered some of the base functionalities that come with the mayfly?
Joshua Dotto became a registered member 9 months, 1 week ago
Joshua Dotto
@jdotto2
cameron light replied to the topic Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 9 months, 1 week ago
Sorry, I’d also like to clarify what I meant by ‘started from scratch’
I just deleted all libraries and redownloaded them from the link in the readme in the libraries repo.
cameron light started the topic Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 9 months, 1 week ago
I have successfully used this sketch and this computer to program a different mayfly logger, but am now getting missing libraries error message for TinyGSMenums.h and ANBSensorModbus.h.
Does anyone know why this might be? Is it possible that I could have done damage to the mayfly board uploading lots of experimental sketches over the past month…[Read more]
neilh20 replied to the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 9 months, 2 weeks ago
@cameronlight, I had a suggestion to try replit.com – enabled an account and it allows 10apps to be built free.
I tried “Create a curl script with Oauth2 access to post 3 values to google sheets”
I was logged into my google account, for latter testing. When asked to allow replit permissions pretty have to allow it all it seems, p…[Read more]
neilh20 replied to the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 9 months, 2 weeks ago
Oh very interesting needing to be clear about security of readings. Hard to do but a requirement for some property owners.
I was interested in doing something with sheets, however it was to learn about Oauth2 security as I remember. Obviously security access for google is core to the simplicity of their interfaces/APIs – but how does it work.…[Read more]
Shannon Hicks replied to the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 9 months, 2 weeks ago
The Sodaq_DS3231 library should work with the current Mayfly boards. Here’s an example from a few years ago that does basic microSD card logging of the onboard sensors and doesn’t rely on ModularSensors: https://github.com/EnviroDIY/EnviroDIY_Mayfly_Logger/blob/master/examples/mayfly1_TempHumidLight_simpleLogger/mayfly1_TempHumidLight_simpleLogger.ino
cameron light replied to the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 9 months, 2 weeks ago
Apologies, this is a link for the repo https://github.com/WEN-Research-Group/Mayfly-to-Sheets