![]()
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
nick replied to the topic Continous HAB monitoring in the forum Mayfly Data Logger 15 hours, 50 minutes ago
Hi, I’m ready to get my sensors out for this year to start data logging, but I’m stilling having the interval reporting issues with both the CTD and ClariVUE10 sensor. Could the libraries be causing these issues? Are the three sensors, CTD, ClarieVue10, and C-FLUOR Phycocyanin overloading the logger? Is there an updated libraries available? I’m…[Read more]
marbles replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 17 hours, 25 minutes ago
I forgot, there is also a documentation page here: https://www.strawberrycreek.org/night-heron-docs/
marbles replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 17 hours, 50 minutes ago
Hi Scott,
Yes the Alarm System in running quite well. We actually just caught a broken fire hydrant discharging upstream of one of our mayfly stations with it an hour ago. I’ll check out the repo to see if there’s anything that could benefit the alert system!
I have a paper that talks bout some of the anomaly detection methods I’ve been working…[Read more]
Scott Ensign replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 18 hours, 2 minutes ago
@andrewglaros3 and @brianjastram,
<span style=”font-weight: 400;”>Any success or updates to report setting up this alarm system? Perhaps this alarm system could benefit from the </span><span style=”font-weight: 400;”>data extraction tools from the Time Series Visualization endpoint</span><span style=”font-weight: 400;”> developed by @srgdamiano?</…
Sabin replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 19 hours, 25 minutes ago
Thank you for your response.
I used TinyGSM directly and got into this problem. I was deploying broker locally,, the code on the inside check for dns lookup.. Currently I commented this code out and tinygsm works.
https://github.com/issues/created?issue=vshymanskyy%7CTinyGSM%7C854
This is what my full code looks without tinygsm:
[Read more]
Sara Damiano replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 19 hours, 37 minutes ago
Are you using anything else from the Modular Sensors library? Post your entire sketch as code (use the <> button to post as code)? Are you setting the host and port for the mqttClient? (
mqttClient.setServer(ip, port)) Use your local IP there. If you do that, I don’t see why you’re not getting a connection even with the bad DL setting in the e…[Read more]Sabin replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 20 hours, 15 minutes ago
Thank you for your response.
I think it’s the master branch.
Also, this is what I am trying to do.
[Read more]
Sara Damiano replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 20 hours, 35 minutes ago
Ooooh.. yup, there’s a bug in DigiXBeeWifi.cpp. I’ll look into it.
Exactly which version of the library are you using (release, master branch, develop branch)?
For now, you may be able to get it working by commenting out lines ~303-310 in src/modems/DigiXBeeWifi.cpp, the section starting with “set the destination IP to 0”
Sabin started the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 21 hours, 4 minutes ago
I am trying to make mayfly work as publisher, send data to broker running on raspberry pi. I am using Xbee s6b wifi modem.
While using this class to create client that I could pass into pubsub or arduinomqtt as constructor variable. But, DigiXbeeWifi class would always reset my DL to 0.0.0.0 which I set using xctu to correct broker address and…[Read more]
Sara Damiano replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 days, 20 hours ago
If that doesn’t compile for you, update your TinyGSM library or just delete lines 87-92 to remove the forceModemBaud command, which needs the version of TinyGSM within the last few weeks.
It it’s working for you, comment out the section that resets the modem to defaults (lines 107-126) and run it one more time to get the modem to 9600. It should…[Read more]