-
Shannon Hicks replied to the topic Recommended microSD card in the forum Mayfly Data Logger 2 months, 2 weeks ago
I personally haven’t used any Sandisk Ultras with our loggers, so I can’t say how it performs. This guy did a really great test last year with a variety of microSD cards and summarized his findings (particularly on idle current) in a really helpful list: https://neurotechhub.wustl.edu/micro-sd-card-low-power-showdown-part-ii/
-
nick replied to the topic Recommended microSD card in the forum Mayfly Data Logger 2 months, 2 weeks ago
Have you had success with the Sandisk ultras? https://www.bhphotovideo.com/c/product/1593899-REG/sandisk_sdsqua4_032g_an6ia_imaging_ultra_32gb.html
Looks like they are the next step from the basic Sandisk. thanks
-
Shannon Hicks replied to the topic Recommended microSD card in the forum Mayfly Data Logger 2 months, 2 weeks ago
Genuine Sandisk and Kingston cards have served us well, not drawing excessive power when the board is sleeping, and being reliable over many years in field deployments. What we’ve seen issues with is generic cards from random manufacturers because they either fail and corrupt the data after a short time, or they draw 5 or 10 times more power…[Read more]
-
nick started the topic Recommended microSD card in the forum Mayfly Data Logger 2 months, 2 weeks ago
Hi,
Is there a new recommended micro sd card? It is getting harder to find regular SanDisk 8 or 16gb cards. From what I read on the forum, higher capacity cards might draw more power. These cards are from third party sellers that I don’t really trust: Amazon.com: Sandisk SDSDQM-016G-B35 16GB MicroSDHC Memory Card, Class 4 (RETAIL PACKAGE) :…[Read more]
-
James_NZ commented on the post, New Zealand Scientists Test Pollutant Monitoring Using EnviroDIY Hardware 2 months, 2 weeks ago
I came here to share the news but Scott beat me to it! I really want to thank everyone for all the help and support provided along the way! This really is a fantastic community. I am now with AquaWatch […]
-
marbles started the topic Permit Requirements for installations in the forum Miscellaneous 2 months, 2 weeks ago
Hi,
I am doing my first installations outside the vicinity of my University campus. I have obtained permission form the local water agency and an conservation org associated with the creek where we will be doing installations. I am wondering if there are any additional permits that are required for installations that follow the outline in the…[Read more]
-
Scott Ensign wrote a new post 2 months, 3 weeks 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 2 months, 3 weeks ago
-
Sara Damiano replied to the topic Unable to Compile Error Message in the forum Mayfly Data Logger 3 months 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 3 months 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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 3 months, 1 week 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] - Load More
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of