![]()
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. ![]()
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
Community Activity See all activity
WFUWater replied to the topic Reading -9999 on all Sensors in the forum Mayfly Data Logger 1 year, 8 months ago
Hi Shannon, thank you again. We were finally able to get a voltmeter and test the connection. There is voltage being applied to the sensors when the channel scanning sketch is running, but the program still says no sensor detected and to check the physical connection. We have tested both sensors. Could there be an issue with continuity?
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
The warnings you posted above seem to indicate that there’s a clash with the Sodaq DS3231 library. Did you by chance happen to install that library separately into your Arduino/libraries folder? ModularSensors already includes its own version of the DS3231 library which will conflict with the Sodaq library if they both exist on the same computer.
JK_WCCD replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
I have modified the sketch by replacing the UUID list in the original NoCellular sketch with my UUID list from Monitor My Watershed.
Chief Dudu became a registered member 1 year, 8 months ago
Chief Dudu
@chiefdudu
Maged became a registered member 1 year, 8 months ago
Maged
@twtmaged
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
Are you trying to use the that NoCellular sketch as-is, or have you modified it before attempting to upload it?
JK_WCCD replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
I am using Arduino 1.8.19
I checked the libraries using your method and I do see all the examples and the sketches under the ModularSensors list.
I now ran into another problem which I believe is related to the DS3231 clock. I was able to set the time correctly using the directions from this page – 4. Preparing the Mayfly Data Logger – E…[Read more]
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
The unzipped folders go into your MyDocumenrs/Arduino/libraries folder. Make sure they aren’t nested within a second ‘libraries’ folder within the first one. What version of the IDE are you using?
A good way to check that your libraries are installed correctly is to look at the built-in examples. In the ARduino IDE, go to the File dropdown me…[Read more]
JK_WCCD replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
Yes, I believe I have. It looks like I downloaded all recommended EnviroDIY libraries (47). Do I need to do anything with them once I have them in my library folder? Do I need to install all of them in Arduino somehow?
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 1 year, 8 months ago
Have you installed all the supporting libraries into your Arduino/libraries folder? There should be either 32 folders worth of libraries, or 47, depending on whether you downloaded all the recommended EnviroDIY libraries, or just the ModularSensors dependencies.