![]()
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
kwolfe replied to the topic Get MMW data in real time? in the forum Monitor My Watershed 2 years, 6 months ago
Does this code still return real time sensor data? The code looks like it is working correctly on my machine but returns an empty DataFrame.
Thanks!
kwolfe became a registered member 2 years, 6 months ago
kwolfe
@kwolfe
MMP became a registered member 2 years, 6 months ago
MMP
@mmp
Sara Damiano replied to the topic Latest supported Sensors for the Mayfly stations in the forum Mayfly Data Logger 2 years, 6 months ago
The list Shannon shared for ModularSensors should be up-to-date. But the Mayfly itself can interface with many, many more sensors that are supported by libraries other than ModularSensors. We couldn’t make a comprehensive list – almost any sensor that can work in an Arduino environment can be used with the Mayfly.
Anthony Aufdenkampe replied to the topic BMP388 Repository not found. in the forum Mayfly Data Logger 2 years, 6 months ago
Hi @brianjastram,
We noticed that same issue back in Sep with issue #455 Disappeared github.com/MartinL , and @srgdamiano posted a fix to the master branch with commit <tt>db7bfb0.</tt>
If you point your
platformio.inifile to the repo’s master branch, it should work. Unfortunately, that hasn’t been rolled into a new release yet, so it’s not yet…[Read more]BrianJastram started the topic BMP388 Repository not found. in the forum Mayfly Data Logger 2 years, 6 months ago
When I get this error in VS Code
<div>
<div>”Resolving mayfly dependencies…</div>
<div>Library Manager: Installing git+https://github.com/MartinL1/BMP388_DEV.git</div>
<div>git version 2.39.3 (Apple Git-145)</div>
<div>Cloning into ‘/Users/brianjastram/.platformio/.cache/tmp/pkg-installing-ngqqp4lc’…</div>
<div>remote: Repository not…[Read more]
Shannon Hicks replied to the topic SDI 12 compilation error in the forum Mayfly Data Logger 2 years, 6 months ago
Did you download the libraries.zip file correctly from this page carefully following the instructions in the Readme: https://github.com/EnviroDIY/Libraries
and then confirm that all 42 folders are in your Arduino/libraries folder (not nested into a sub-folder called “Arduino/libraries/libraries”) and that the folders contain actual files are…[Read more]
WAEngineering started the topic SDI 12 compilation error in the forum Mayfly Data Logger 2 years, 6 months ago
I am using the Mayfly logger board and trying to connect it to the wifi to communicate the data from the DF robot turbidity sensor with another board using the Wi-Fi Bee module with the example code provided with it. My issue is that whenever I compile, it says this: SDI12_ExtInts.h: No such file or directory. Putting the file in my…[Read more]
Noori Nagra replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 2 years, 6 months ago
Wow, thank you so much! I am very grateful for all of the help.
Shannon Hicks replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 2 years, 6 months ago
The example code for a CTD/OBS3/SIM7080 station can be found here: https://github.com/EnviroDIY/ModularSensors/tree/master/examples/DRWI_SIM7080LTE
The only changes you’ll have to make is to enter the turbidity sensor calibration information in the correct place (lines 157 to 186), give the logger a unique name in line 59, and enter your UUID…[Read more]