![]()
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
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 more
Community Activity See all activity
Scott Ensign commented on the post, Reliable, Low-Cost Methods for Sensor Deployment in Estuaries 6 hours, 3 minutes ago
In addition to the sensor data published from this project (https://doi.org/10.6073/pasta/54fecf9652c2e4d93e92d64388e6c3eb), the results of the particle source tracking are published here:
okamran replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 days, 4 hours ago
Hey! Sorry for the late response but I tried running a few of the different ModularSensor versions, and it seemed that v0.36.0 works for DRWI_7080LTE!
I initially started with v0.37.0 and v0.34.0, but those had issues with the libraries working together, naming issues, etc.
v0.35.0 was able to compile but recorded -9999 values for both the…[Read more]
David Clini became a registered member 2 weeks ago
David Clini
@davidclini
Scott Ensign wrote a new post 2 weeks, 5 days ago
Stream Sleuths
This column was first published by Berks Nature, and is reprinted with permission. By Regan Moll-Dohm, Director of Communications, Berks […]
Shannon Hicks replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 2 weeks, 6 days ago
If you’re having trouble getting all the libraries to work happily together, you could try downloading all of the ModularSensors dependency libraries from the release files on github:https://github.com/EnviroDIY/ModularSensors/releases
You can scroll down that page and find the zip file at the bottom of each release summary (under the “Assets”…[Read more]
Shannon Hicks replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 weeks ago
Are the 3 solder jumpers on the back of your 6-pin screw terminal board soldered properly? We noticed a few of them came from the factory with no solder on them, so I soldered them in the “Default” position before shipping them out, but there’s a chance yours might have been missed. You can also try closing solder jumper SJ25 on the back of t…[Read more]
okamran replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 weeks ago
kwolfe:
So far I haven’t been able to get the turbidity sensor to show up in b_address_change, but a little while ago I did run the DRWI_SIM7080LTE sketch using the clarivue (before I muddled up my libraries), and the clarivue was recording and sending data over even though, at that time, it ALSO never showed up on b_address_change. So perhaps it…[Read more]
kwolfe replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 weeks ago
Did you get your turbidity sensor issue resolved? We are having an issue with out ClariVue turbidity sensor not being recognized by the Mayfly board. Running b_address_change.ino doesn’t find any sensors. Our Hydros 21 continues to to work. We have our 6-pin multipurpose screw terminal wired as shown in Shannon’s pic. We have the jumper set to…[Read more]
okamran replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 weeks, 3 days ago
Thank you! After replacing my current libraries folder with a more recent version from the github, I got the Hydros 21 to show up, but not the Clarivue even after moving the white pin to S1. Also, now when trying to upload DRWI_SIM7080LTE, I’m getting compilation errors like “EnviroDIY_ModularSensors/src/LoggerModem.h:46:10: fatal error:…[Read more]
Shannon Hicks replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 3 weeks, 6 days ago
The b_address_change sketch you attached looks like an older version, it doesn’t match the latest example you can find on our Github: https://github.com/EnviroDIY/Arduino-SDI-12
So make sure you’re using the latest Arduino-SDI-12 library files (download that directory from Github and replace whatever is currently in that folder on your PC. And…[Read more]