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
BrianJastram replied to the topic Registering a new site on MMW in the forum Monitor My Watershed 8 months ago
I tried registering a new site yesterday and today with no luck.
I also just paid for a subscription so that would be out of the way.
Any suggestions for registering a new site?
Thanks.
kwolfe replied to the topic Get MMW data in real time? in the forum Monitor My Watershed 8 months ago
Does this code still return real time sensor data? The code looks like it is working correctly on my machine but returns an empty DataFrame.
Thanks!
kwolfe became a registered member 8 months ago
kwolfe
@kwolfe
MMP became a registered member 8 months ago
MMP
@mmp
Sara Damiano replied to the topic Latest supported Sensors for the Mayfly stations in the forum Mayfly Data Logger 8 months ago
The list Shannon shared for ModularSensors should be up-to-date. But the Mayfly itself can interface with many, many more sensors that are supported by libraries other than ModularSensors. We couldn’t make a comprehensive list – almost any sensor that can work in an Arduino environment can be used with the Mayfly.
Anthony Aufdenkampe replied to the topic BMP388 Repository not found. in the forum Mayfly Data Logger 8 months ago
Hi @brianjastram,
We noticed that same issue back in Sep with issue #455 Disappeared github.com/MartinL , and @srgdamiano posted a fix to the master branch with commit <tt>db7bfb0.</tt>
If you point your
platformio.ini
file to the repo’s master branch, it should work. Unfortunately, that hasn’t been rolled into a new release yet, so it’s not yet…[Read more]BrianJastram started the topic BMP388 Repository not found. in the forum Mayfly Data Logger 8 months ago
When I get this error in VS Code
<div>
<div>”Resolving mayfly dependencies…</div>
<div>Library Manager: Installing git+https://github.com/MartinL1/BMP388_DEV.git</div>
<div>git version 2.39.3 (Apple Git-145)</div>
<div>Cloning into ‘/Users/brianjastram/.platformio/.cache/tmp/pkg-installing-ngqqp4lc’…</div>
<div>remote: Repository not…[Read more]
Shannon Hicks replied to the topic SDI 12 compilation error in the forum Mayfly Data Logger 8 months ago
Did you download the libraries.zip file correctly from this page carefully following the instructions in the Readme: https://github.com/EnviroDIY/Libraries
and then confirm that all 42 folders are in your Arduino/libraries folder (not nested into a sub-folder called “Arduino/libraries/libraries”) and that the folders contain actual files are…[Read more]
WAEngineering started the topic SDI 12 compilation error in the forum Mayfly Data Logger 8 months ago
I am using the Mayfly logger board and trying to connect it to the wifi to communicate the data from the DF robot turbidity sensor with another board using the Wi-Fi Bee module with the example code provided with it. My issue is that whenever I compile, it says this: SDI12_ExtInts.h: No such file or directory. Putting the file in my…[Read more]
Noori Nagra replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 8 months, 1 weeks ago
Wow, thank you so much! I am very grateful for all of the help.