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
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
WFUWater replied to the topic Reading -9999 on all Sensors in the forum Mayfly Data Logger 2 weeks, 2 days ago
Unfortunately, we do not have any other boards. Would it be worth it to purchase a new one? Or is there more troubleshooting we could do with the current setup?
Shannon Hicks replied to the topic Reading -9999 on all Sensors in the forum Mayfly Data Logger 2 weeks, 3 days ago
Do you happen to have a spare Mayfly board, or any other Arduino-type board that you could run the sketch on?
WFUWater replied to the topic Reading -9999 on all Sensors in the forum Mayfly Data Logger 2 weeks, 3 days 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 2 weeks, 3 days 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 2 weeks, 4 days 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 2 weeks, 5 days ago
Chief Dudu
@chiefdudu
Maged became a registered member 3 weeks, 1 days ago
Maged
@twtmaged
Shannon Hicks replied to the topic Error Compiling for board EnviroDIY Mayfly 1284p in the forum Mayfly Data Logger 3 weeks, 3 days 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 3 weeks, 4 days 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 3 weeks, 4 days 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]