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
nick started the topic Continous HAB monitoring in the forum Mayfly Data Logger 4 months ago
Hi,
Has anyone setup their Mayfly data logger to monitor HABs in ponds/lakes? Right now, we are manually collecting the samples and trying to see if doing continuous monitoring would be beneficial.
Thank you.
Sara Damiano replied to the topic Error Compiling for Mayfly; ModularSensors in the forum Mayfly Data Logger 4 months ago
You need to either upgrade your ModularSensors library from 0.34.0 to 0.35.0 or downgrade your SD fat library from 2.2.3 to 2.1.2.
All the dependent libraries are updated all of the time and not all versions match with each other. It’s best to download the libraries as a package from the ModularSensors releases page on GitHub. That zip file…[Read more]
Elizabeth Watson started the topic Error Compiling for Mayfly; ModularSensors in the forum Mayfly Data Logger 4 months ago
Hello,
I’m currently trying to change the logger ID, input the variable list, and input the UUID List, but the sketch (DRWI_DigiLTE) keeps failing to compile. I’ll include both the error message as well as the sketch. I am at a loss with how to fix this and would appreciate any thoughts/suggestions! Thank you!
Elizabeth Watson became a registered member 4 months ago
Elizabeth Watson
@drisannasmama
Dave F became a registered member 4 months, 1 weeks ago
Dave F
@dave_ef
Scott Ensign replied to the topic Fetching MMW data from one sensor? in the forum Monitor My Watershed 4 months, 1 weeks ago
@tahicksonstthomas-edu: @srdamiano developed a way to query the Monitor My Watershed database for a specific parameter and specific time/date range. This is a huge improvement over using the Download button to retrieve your data, because you can limit the timeframe of data being retrieved and thus speed up the response. See Sara’s code here for R…[Read more]
marbles replied to the topic Email alerts rough draft. Free to use in the forum Miscellaneous 4 months, 1 weeks ago
Hey Scott Thank you the suggesion! I am finishing up a django web-app so folks can implement alarms with rain pauses without any coding. I will be sure to include srgdamiano‘s code to make things more efficient!
Here is a demo of the alarm app if anyone is intersted!
https://drive.google.com/file/d/1pJZPLYKRPVoxTfKJQ0nbDjkDVVvbkRvg/view?usp=sharing
Scott Ensign replied to the topic Email alerts rough draft. Free to use in the forum Miscellaneous 4 months, 1 weeks ago
Hi Andrew. Thanks for sharing this code; I hope others have been able to implement this. @brianjastram recently asked if an “alarm” feature would be built into Monitor My Watershed (hopefully someday as resources allow). Until then, I suggested that your code might benefit from the work @srgdamiano did to specify parameter and time/date range…[Read more]
Scott Ensign replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 4 months, 1 weeks ago
Brian, note that @andrewglaros3 developed a similar function here. That python code might be enhanced by targeting a more precise time period with each call to Monitor My Watershed, and @srgdamiano developed python (and R) code to do just that. See her Github repo on this: https://gist.github.com/SRGDamia1
Scott Ensign replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 4 months, 1 weeks ago
Hi Brian. We’ve discussed adding this feature for a long time. I didn’t see this noted as a Github issue, so I added it here. Feel free to add suggestions to that issue.