![]()
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 Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 8 months, 4 weeks 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 8 months, 4 weeks ago
Joshua Dotto
@jdotto2
cameron light replied to the topic Missing libraries for DRWI Mayfly1 example in the forum Monitor My Watershed 8 months, 4 weeks 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 8 months, 4 weeks 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 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 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 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, 1 week ago
Apologies, this is a link for the repo https://github.com/WEN-Research-Group/Mayfly-to-Sheets
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, 1 week ago
Hello @neilh20 thanks for the reply!
I’ve uploaded one older script to github.com at https://github.com/WEN-Research-Group because this script is getting the data to Google Sheets, and still using the Modular Sensors ecosystem, but the timing is off and it is never entering sleep. It’s just a single file in a repo.
Here’s the broader problem I…[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, 1 week ago
Hi @cameronlight, gosh fascinating to do some lateral thinking.
You would need to publish your whole program – preferably on a traceable git, like github.com.
The challenge in software is abstracting the complicated stuff (service layers) to make it look simple by encapsulating it into a simple interface.
Its always fascinating when someone…[Read more]