-
Scott Ensign wrote a new post 2 hours, 26 minutes ago
New Zealand Scientists Test Pollutant Monitoring Using EnviroDIY Hardware
Google Earth Image including data from AirbusLandsat / CopernicusData SIO, NOAA, U.S. Navy, NGA, GEBCOData LDEO-Columbia, NSF, NOAA Researchers in […] -
marbles replied to the topic Free alarm system for monitormywatershed *updated* in the forum Miscellaneous 5 hours, 57 minutes ago
-
Sara Damiano replied to the topic Unable to Compile Error Message in the forum Mayfly Data Logger 1 week, 4 days ago
How and when did you download all of your libraries?
-
YorkCoMWS started the topic Unable to Compile Error Message in the forum Mayfly Data Logger 1 week, 6 days ago
We are trying to build our Enviro DIY station and we are receiving an error message I have included a link to a Google Doc explaining what is happening. https://docs.google.com/document/d/1xJArzqxf2qV04srhP44BCOmxX2UbeiryKiBTQ6nuIMg/edit?usp=sharing
-
neilh20 commented on the post, Mayfly Data Logger gets OSHWA Certification 2 weeks, 2 days ago
Hello Shannon, really appreciate that it has been open source design from the beginning. Files at https://github.com/EnviroDIY/EnviroDIY_Mayfly_Logger/tree/master/hardware/Mayfly_v1p1 The really outstanding […]
-
nick replied to the topic Continous HAB monitoring in the forum Mayfly Data Logger 2 weeks, 3 days 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 2 weeks, 3 days 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 2 weeks, 3 days 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 2 weeks, 3 days 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 2 weeks, 3 days 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%7C854This is what my full code looks without tinygsm:
#define XBEE_PWR…
-
Sara Damiano replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 2 weeks, 3 days 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 2 weeks, 3 days ago
Thank you for your response.
I think it’s the master branch.Also, this is what I am trying to do.
DigiXBeeWifi modemXBWF(&Serial1, powerPin, statusPin, false,
modemResetPin, modemSleepRqPin,
ssid, pwd, false);Client* netClient = nullptr;
MqttClient* mqttClient = nullptr;void setup() {
Serial.begin(9600);
Serial1.begin(9600);
delay(2000);if…
-
Sara Damiano replied to the topic DigiXBeeWifi class mqtt codeflow example in the forum Mayfly Data Logger 2 weeks, 3 days 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 2 weeks, 3 days 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 weeks, 5 days 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]
-
Sara Damiano replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 weeks, 5 days ago
Use 3.3V to power the WiFi bee and make sure that you’re adapter uses 3.3V logic. The 0.5A most USB ports can provide should be enough for the WiFi bee without browning out. You are seeing the lights on the bee go on, right?
This script worked for me to force the baud rate on three different WiFi Bee’s. The script forces the baud rate and th…[Read more]
-
GChafe replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 2 weeks, 5 days ago
I’ve tried some more witht hat code and no luck. So I decided to confrim the AT firmware and I’m not sure if I did or not. Using a USB to TTL I connected directly to the Wifif Bee and used Putty. I did see some text and a brownout warning on the screen. So I used the TTL for RX and TX and I connected a 3.7V Lipo battery to VCC and GND and also the…[Read more]
-
Regina Fletcher commented on the post, Floodzilla Gauge Network: Community-Designed Flood Monitoring 2 weeks, 6 days ago
@ensign Thanks for the great question. So prior to 2018, SVPA was building its own sensors. After 2018 the program began using Senix Brand ultrasonic sensors on a private MTS system, reading to configured […]
-
BAE became a registered member 2 weeks, 6 days ago
-
GChafe replied to the topic Wifi Bee AT Firmware and Baud Rates in the forum Mayfly Data Logger 3 weeks ago
Thank you very much Sara. I have tried something like that before (but likely not quite rightly coded). This failed to switch baud rates too unfortunately. I have tried this on 3 out of 4 wifi bees that I have (but just one with you sketch so far) and no luck, that’s how I ended up asking about the firmware.
Did your sketch in a hurry, so will…[Read more] - Load More
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of