-
Heather Brooks replied to the topic Add Variable for Atlas Sci Sensor in the forum Environmental Sensors 3 months ago
Hi Fiona, @srgdamiano may be able to help you with this. There is also a pathway within the Monitor My Watershed site itself for making sensor requests. I’ll describe it here in case it is also helpful to others.
When adding a new sensor to a site on MonitorMW, if you don’t see what you need in the Add New Sensor modal window, scroll to the…[Read more]
-
Scott Ensign replied to the topic Email alerts rough draft. Free to use in the forum Miscellaneous 4 months, 3 weeks ago
Hi Andrew. Thanks for sharing this code; I hope others have been able to implement this. @brianjastram recently asked if an “alarm” feature would be built into Monitor My Watershed (hopefully someday as resources allow). Until then, I suggested that your code might benefit from the work @srgdamiano did to specify parameter and time/date range…[Read more]
-
Scott Ensign replied to the topic Parameter Alarm Function in the forum Monitor My Watershed 4 months, 3 weeks ago
Brian, note that @andrewglaros3 developed a similar function here. That python code might be enhanced by targeting a more precise time period with each call to Monitor My Watershed, and @srgdamiano developed python (and R) code to do just that. See her Github repo on this: https://gist.github.com/SRGDamia1
-
Anthony Aufdenkampe replied to the topic BMP388 Repository not found. in the forum Mayfly Data Logger 8 months, 3 weeks ago
Hi @brianjastram,
We noticed that same issue back in Sep with issue #455 Disappeared github.com/MartinL , and @srgdamiano posted a fix to the master branch with commit <tt>db7bfb0.</tt>
If you point your
platformio.ini
file to the repo’s master branch, it should work. Unfortunately, that hasn’t been rolled into a new release yet, so it’s not yet…[Read more] -
Braedon replied to the topic Programming and troubleshooting Apogee SP-710 sensor in the forum Environmental Sensors 9 months, 1 weeks ago
<p class=”user-nicename”>@srgdamiano do you by chance see where I am going wrong?</p>
-
Scott Ensign replied to the topic Changes coming January 1, 2024 for Monitor My Watershed users in the forum Monitor My Watershed 10 months, 4 weeks ago
@neilh20 Thanks for your questions. Please refer to the Terms of Use for details concerning use of Monitor My Watershed. @srgdamiano commented on the likely cause of missing data from September 26. We are continuing to improve Monitor My Watershed’s response time and performance; we will share details in early 2024.
-
Matt Barney replied to the topic LTEBee conflict with NeoSWSerial? in the forum Mayfly Data Logger 1 years ago
Great, thanks @srgdamiano! Got it working on my desktop; now will deploy into the field.
One small change: The lib_deps line I used to grab the latest ModularSensors was:
envirodiy/EnviroDIY_ModularSensors
(without a version number).
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 2 months ago
@srgdamiano Sorry to bother you on this, but I still need help understanding the issues I’ve had with the Teros library.
-
Sedhead started the topic Mayfly sketch compiles, seems to upload, but doesn't in the forum Mayfly Data Logger 1 years, 3 months ago
I am using VSCode and Platformio to upload sketches to my Mayfly boards. The sketches compiled and uploaded fine two weeks ago. Today, when I went to deploy the sensors, the code compiled fine and it even looked like it uploaded fine, except that the upload was way too fast. Usually there is a bit of a lag as the code is being written to the…[Read more]
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 3 months ago
@srgdamiano were you able to look at the cpp code?
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 4 months ago
@srgdamiano could I get your help with these h/cpp files I created for the Teros 12 sensors? I am having some issues with my sensors not getting values other than -9999 when I have multiple Teros 12 sensors connected. When I use the Teros 11 modules, they all record together, which leads me to believe I set up my h/cpp files wrong. Could I get…[Read more]
-
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 4 months ago
@srgdamiano would you know if the XBee Pro S3B modules can be used with the ModularSensors library? I know how to send data over them using Serial1.print(), but I would like to use these 900 MHz modules with ModularSensors if that is possible. Thanks!
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 4 months ago
@srgdamiano I made a header and cpp file for the Teros 12 by copying the 11 files and adjusting them. When I try to use it, the outputs recorded to my SD card are all -9999 values, and the column headers for the variables are never added (but it will add the headers for the other variables besides the Teros). I get the same problem when I use the…[Read more]
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 4 months ago
@srgdamiano would you know how to best approach this?
-
Sedhead replied to the topic Get MMW data in real time? in the forum Monitor My Watershed 1 years, 5 months ago
Thanks so much @srgdamiano. I noticed your comment “This endpoint serves as a temporary access point between the shut-down of the WoFpy service and the development of a more efficient and permanent service.” Are you aware of anything in the works to create this “more efficient and permanent service”? That being said, I think I can see how to do…[Read more]
-
Sedhead started the topic Get MMW data in real time? in the forum Monitor My Watershed 1 years, 5 months ago
Is it possible to get data from an MMW sensor in real time from the website, not by downloading the data as a .csv? I’m looking for a way to grab data from some sensors and then plot them on a custom web app for our university.
Thanks!
-
neilh20 replied to the topic Systems not recognized from 12th( v0.15.0?) in the forum Monitor My Watershed 1 years, 6 months ago
Well, I’m back at my desk, with a Mayfly and powered it up, and I’m posting to
Host: monitormywatershed.org
and getting
— Response Code — 301 waited 326 mS Timeout 8000
If I change it to
Host: data.envirodiy.org
— Response Code — 201 waited 577 mS Timeout 8000
From https://github.com/ODM2/ODM2DataSharingPortal/issues/542
-
Anthony Aufdenkampe replied to the topic Secure Connection SSL help in the forum Mayfly Data Logger 1 years, 8 months ago
@ldecicco, last autumn I started working on a somewhat similar task using the same radio module, but for posting to Azure EventHub.
As @srgdamiano mentioned, the key is to add HTTPS capabilities using the <span class=”lang:default decode:true crayon-inline “>TinyGsmClientSecure client(modem)</span> . Doing that worked for me and I was able to…[Read more]
-
Shannon Hicks replied to the topic Trouble locating information on new LTEBee in the forum Mayfly Data Logger 1 years, 8 months ago
I think @srgdamiano should be able to help, since she has the best understanding of the libraries and commands used with the sim7080.
-
James_NZ replied to the topic Please Help! Meter CTD Gen2 being blocked by Yosemitech 511-a in the forum Environmental Sensors 1 years, 9 months ago
Hi @shicks and @srgdamiano. You’re not going to believe it but the addition of the build flag below has fixed my problem, at least for the Gen2 sensors.
-D MS_SDI12_NON_CONCURRENT
I am certain it is this build flag and not the voltage pin (previously set to 5v) because I uploaded my script prior to switching the voltage pin over and it su…[Read more]
- Load More