![]()
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
Shannon Hicks replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 1 month, 1 week 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 1 month, 1 week 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 1 month, 1 week 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 1 month, 2 weeks 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 1 month, 2 weeks 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]
okamran replied to the topic No address detected for any sensor in the forum Mayfly Data Logger 1 month, 3 weeks ago
Oh also forgot to mention that I’m fairly certain I’ve switched the meter hydros 21 factory address away from 0 in the past.
okamran started the topic No address detected for any sensor in the forum Monitor My Watershed 1 month, 3 weeks ago
<p data-start=”122″ data-end=”380″>I currently have my Mayfly board set up with a Hydros 21 water depth sensor and a ClarityView 10 turbidity sensor. I’ve been trying to use the Arduino data logging sketches to record data and upload it to the monitoring component of our watershed database.</p>
<p data-start=”387″ data-end=”638″>During testing, I…[Read more]
Winters became a registered member 1 month, 3 weeks ago
Winters
@winters
Sara Damiano replied to the topic Requirements for making a sensor compatible in the forum Environmental Sensors 2 months ago
Using ModularSensors doesn’t necessarily require the sensors to be directly connected to the Mayfly. They could be, but they don’t have to be. In the case of a lot of inexpensive sensors sold as breakout boards, the Mayfly connects and talks directly to the sensor, but most of the not-bare-circuit sensors have black-box layers between the raw…[Read more]
Ted L replied to the topic Requirements for making a sensor compatible in the forum Environmental Sensors 2 months ago
Ok great, thank you for taking a look. Yes I2C is too short range for the applications I have in mind, but I have some experience with RS485 so that sounds like a good option.
I’m not very familiar with your ecosystem, but would using ModularSensors require the Mayfly to be connected directly to the sensor? So if my sensors are natively I2C, I…[Read more]