![]()
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 more
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. ![]()
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 more
Community Activity See all activity
neilh20 replied to the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 3 months, 2 weeks 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]
cameron light started the topic Library alternatives to achieve same goal as dataLogger in Modular Sensors in the forum Mayfly Data Logger 3 months, 2 weeks 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 3 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 3 months, 3 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 4 months ago
PLarsen
@plarsen01
Shannon Hicks replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 4 months 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 4 months 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 4 months, 1 week 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 4 months, 1 week ago
cameron light
@cameronlight
Tom Clark replied to the topic Could not wake modem for clock sync in the forum Mayfly Data Logger 4 months, 1 week ago
Thank you! After switching to the correct sketch I am getting an error saying “logger clock has not been declared”