![]()
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 started 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. Our end goal is a 15-minute sampling cycle that sends data only via POST to a private Google Script webhook.
<p data-path-to-node=”4,0,0″>Here is where we stand. The modem now wakes up and transmits the sensor payload directly to the Google Script webhook.</p>
<p data-path-to-node=”4,0,0″>I believe our issue pertains to the Sleep/Alarm…[Read more]
Sabin became a registered member 9 months, 2 weeks ago
Sabin
@sabin
Tom Clark replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 9 months, 2 weeks ago
I downloaded again today and it did not work. There are 47 sub folders in the directory. Maybe I am using the wrong link like I was with the sketch. I got the library from here https://github.com/envirodiy/libraries?tab=readme-ov-file
PLarsen became a registered member 9 months, 3 weeks ago
PLarsen
@plarsen01
Shannon Hicks replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 9 months, 3 weeks ago
It sounds like you don’t have all the correct library files installed in your Arduino/libraries folder. How many sub-folders do you have in that directory on your computer? When did you last download the ModularSensors library dependency files?
Tom Clark replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 9 months, 4 weeks ago
Thank you for the response. I tried without sketch without making any changes and got the same error:
<p class=”p1″>/Users/tom/Documents/Work/sketch_nov5a/sketch_nov5a.ino: In function ‘void setup()’:</p>
<p class=”p1″>/Users/tom/Documents/Work/sketch_nov5a/sketch_nov5a.ino:326:5: error: ‘loggerClock’ has not been declared</p>
<p…[Read more]
Shannon Hicks replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 10 months ago
That sounds like there’s probably an error in your code that is causing one or more missing functions calls to give an error when compiling. Have you tried compiling the example sketch exactly as it’s written on that github page I linked above, with no edits at all? If you’re successful in compiling that example, then compare your edited s…[Read more]
cameron light became a registered member 10 months ago
cameron light
@cameronlight
Tom Clark replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 10 months ago
Thank you! After switching to the correct sketch I am getting an error saying “logger clock has not been declared”
Darcy Brewer became a registered member 10 months, 1 week ago
Darcy Brewer
@dbrewer4242