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
Anthony Aufdenkampe replied to the topic BMP388 Repository not found. in the forum Mayfly Data Logger 10 months, 2 weeks 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 10 months, 2 weeks 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 10 months, 2 weeks 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 10 months, 2 weeks 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 10 months, 2 weeks ago
Wow, thank you so much! I am very grateful for all of the help.
Shannon Hicks replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 10 months, 2 weeks ago
The example code for a CTD/OBS3/SIM7080 station can be found here: https://github.com/EnviroDIY/ModularSensors/tree/master/examples/DRWI_SIM7080LTE
The only changes you’ll have to make is to enter the turbidity sensor calibration information in the correct place (lines 157 to 186), give the logger a unique name in line 59, and enter your UUID…[Read more]
Noori Nagra replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 10 months, 2 weeks ago
A CTD sensor (Decagon) and turbidity sensor (Campbell OBS3).
Shannon Hicks replied to the topic Could not wake modem for clock sync. in the forum Mayfly Data Logger 10 months, 2 weeks ago
It’s likely that you deleted something important and that’s why the code isn’t working properly. What sensors are you trying to use with your logger?
Shannon Hicks replied to the topic Latest supported Sensors for the Mayfly stations in the forum Mayfly Data Logger 10 months, 2 weeks ago
There’s a list of sensors currently supported by the ModularSensors libraries listed on the Github repo for ModularSensors: https://github.com/EnviroDIY/ModularSensors?tab=readme-ov-file#supported-sensors-
RogerS started the topic Latest supported Sensors for the Mayfly stations in the forum Mayfly Data Logger 10 months, 2 weeks ago
What are the latest supported sensors availble for the Mayfly systems? Is there a current list somewhere in the system?