-
Sara Damiano replied to the topic Parameter Threshold Notifications in the forum Mayfly Data Logger 5 years, 2 months ago
The WoFpy endpoint is here: http://data.wikiwatershed.org/wofpy/
-
Sara Damiano replied to the topic Plotting calculated values in the forum Monitor My Watershed 5 years, 2 months ago
Right now there’s no ability to do units conversions in either ModularSensors or on Monitor My Watershed. Your only option in ModularSensors would be to create a calculated variable that did the units conversion.
On Monitor My Watershed, I think almost all of the temperature variables have the option of being in either C or F, but nearly…[Read more]
-
Dan started the topic Vertical SD card in the forum Miscellaneous 5 years, 2 months ago
Is it possible to buy the vertical micro SD card reader without buying the Mayfly starter kit? Has anyone found an alternate version of this type of reader? I like using small boxes due to the reduced costs, but having the SD card face out is often challenging to work around.
Thanks -
Dan became a registered member 5 years, 2 months ago
-
neilh20 replied to the topic Parameter Threshold Notifications in the forum Mayfly Data Logger 5 years, 2 months ago
To piggy back on this discussion – I’m wondering if anybody (@srgdamiano?) knows if there is a way of doing a POST/GET to request data from the ODM database for the latest row, or be able to access latest readings via WaterML.
The readings POST structure is described…[Read more] -
BrianJastram replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
I checked the SD card from one of my cellular enabled Mayflys and was surprised to find 14 .csvs created in the last 20 days. Some of the breaks (with missing data point) in the .csvs match with a missing data point on MMW. One of the gaps on MMW is between voltage values of differing digits after the decimal, 4.745 and 4.73. So now I’m seeing…[Read more]
-
scroskey became a registered member 5 years, 2 months ago
-
Matt Barney replied to the topic Plotting calculated values in the forum Monitor My Watershed 5 years, 2 months ago
Thank you Sara. I see that the list of calculated variables is curated, so this avenue may not be the best fit for my use case. In particular, what is a non-hacky way for me to display a sensor’s measurements in different units? I’m using the ModularSensors library. Would I need to customize the code for that sensor to do the units conversion?…[Read more]
-
Sara Damiano replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
To turn on the “deep” debugging for the modem, add build flags “-DMS_DIGIXBEECELLULARTRANSPARENT_DEBUG” and “-DMS_DIGIXBEECELLULARTRANSPARENT_DEBUG_DEEP” for cellular or “-DMS_DIGIXBEEWIFI_DEBUG” and “-DMS_DIGIXBEEWIFI_DEBUG_DEEP”. Keep the publisher build flags set. You’d also have to change your serial monitor line endings to just a carriage…[Read more]
-
Sara Damiano replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
The only thing coming to mind right now is possible issues with the json or the content length header. If the length of the json doesn’t match up with the actual size of the json, the send would probably be rejected. (You’d get a 5xx I think.) Unfortunately the only way you’d see that 5xx or details on why the send failed would be to turn on…[Read more]
-
Zoltan became a registered member 5 years, 2 months ago
-
BrianJastram replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
<I added and set the MS_SEND_BUFFER_SIZE to 750.
I’ll keep monitoring the data and keep you informed.
Thanks again. -
BrianJastram replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
<This is the output from the PUBLISHER_DEBUGs
<I’m not aware of any variable numbers getting truncated.------------------------------------------ /---- Line Saved to SD Card ----/ 2019-11-14 15:10:00,-9999.00,4.715,26.75,0,0 Sending data to [ 0 ] data.envirodiy.org Outgoing JSON size: 319 <--EnviroDIYPublisher Connecting client…
-
BrianJastram replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
Answers:
<Yes, 4 separate Mayfly’s
<WiFi is real (no hot-spot)
<3 loggers (2 cell and 1 WiFi) at same office, 4th logger is miles away
<The timing of the holes doesn’t necessarily match up
<I have changed modem settings with XCTU on one modem from airplane mode to Normal operation. I have also updated their firmware to the newest version, 11413
<I…[Read more] -
Sara Damiano replied to the topic SD Data Recording in the forum Other Data Loggers 5 years, 2 months ago
I’d completely forgotten about the filename issue, too. It’s definitely a “gotcha” that’s hard to catch.
-
Sara Damiano replied to the topic Data Dropped Between Mayfly and MMW (2.4%) in the forum Monitor My Watershed 5 years, 2 months ago
Hm. Well, I’m stumped. I have issues all the time with the cellular, but not the Wifi.
I’m sorry; I’m going to throw a zillion questions at you again.
You’re using 4 separate Mayfly’s, right? (ie, you don’t have both the wifi and cellular XBee’s hooked up to the same Mayfly). You’re wifi is connected to “real” wifi, right? (ie, not a…[Read more]
-
Gera replied to the topic SD Data Recording in the forum Other Data Loggers 5 years, 2 months ago
Oh… Well I decided to leave that thread for later because I wanted to focus on getting something recorded on the SD card. I see now the mistakes I did. I would change to SdFat if it makes things better, I was trying to get something to work first. The code is now working for me. Thank you very much! The Filename issue was the only thing that I…[Read more]
-
Sara Damiano replied to the topic SD Data Recording in the forum Other Data Loggers 5 years, 2 months ago
In asking about “your other thread” I meant this: https://www.envirodiy.org/topic/sd-card-recording-data-issue/
You need to make the modifications I mentioned above. You also need to pick a file name that is less than 8 characters, ie, “cond.txt” instead of conductivity.txt. I’d forgotten about the filename issue.
Your new code would be:…[Read more]
-
Gera replied to the topic SD Data Recording in the forum Other Data Loggers 5 years, 2 months ago
Yes, I am using Mayfly. I am using the built-in microSD card slot. My output I get the values in the serial monitor but nothings gets written into the SD card. The last question is kind of confusing to me, but what I am thinking is that you are asking me if I ever put the code of the SD card somewhere else in this code then yeah, but I still get…[Read more]
-
Jrobert became a registered member 5 years, 2 months ago
- Load More