-
Sara Damiano replied to the topic Provisional to Final Data in the forum Monitor My Watershed 6 months, 2 weeks ago
Unfortunately, there’s not a way currently to change the data level from provisional.
-
Sara Damiano replied to the topic Atlas Scientific Dissolved Oxygen Sensor Not Reading in the forum Environmental Sensors 6 months, 3 weeks ago
It’s been a long time since I played with the Atlas sensors, but from my notes, power cycling them can cause the whole logger to crash. If you want to power down Atlas sensors between readings, you need an I2C isolator. See the warning here: https://envirodiy.github.io/ModularSensors/group__atlas__group.html. The simple logging program should p…[Read more]
-
Sara Damiano replied to the topic Trouble locating information on new LTEBee in the forum Mayfly Data Logger 6 months, 3 weeks ago
The maximum transmission unit (MTU) for TCP is 1500 bytes. That’s why your transmissions over that size are failing. The commands TinyGSM uses for the SIM7080G are too low-level to break it up; you’ll need to do that yourself or submit a PR for TinyGSM. The XBee commands are higher level; it does the break-up for you.
My first guess for the…[Read more]
-
Sara Damiano replied to the topic Please Help! Meter CTD Gen2 being blocked by Yosemitech 511-a in the forum Environmental Sensors 7 months, 3 weeks ago
The ModularSensors library is running the SDI-12 sensors in “concurrent” mode and the modbus communication only happens when initiated by the logger. So the two sensors really should not be trying to talk to the logger at the same time. ModularSensors first asks each sensor to start taking a reading, then goes back and asks each one for its r…[Read more]
-
Sara Damiano replied to the topic SensorModbusMaster in the forum Miscellaneous 9 months, 2 weeks ago
I also responded on GitHub (https://github.com/EnviroDIY/SensorModbusMaster/issues/25), but the endian-ness of your sensor simulator is not compatible. You simulator seems to be sending CDAB mixed-endian. SensorModbusMaster only supports ABCD or DCBA.
-
Sara Damiano replied to the topic wofpy Timeout in the forum Monitor My Watershed 10 months, 2 weeks ago
The WoFpy end-point should be usable. Can you give an example URL that you’re trying?
Are you setting up a system to regularly poll Monitor My Watershed? If this is something you plan do to automatically and frequently, please email help@monitormywatershed.org so we can talk directly with to make sure you’re using the most efficient endpoint possible.
-
Sara Damiano replied to the topic PlatformIO Developer Setup in the forum Mayfly Data Logger 10 months, 2 weeks ago
Can you explain what issues you’re having?
Are you trying to use the library or to modify it? The instructions you linked are for making changes to the library itself.
-
Sara Damiano replied to the topic Connect Arduino data logger and Arduino slave in the forum Other Data Loggers 11 months, 3 weeks ago
There’s an example of using an Arduino as an SDI-12 slave in the Arduino SDI-12 library.
-
Sara Damiano replied to the topic 0.33.0 release testing in the forum Mayfly Data Logger 1 year, 5 months ago
The a-la-carte example isn’t usable as written any more. It got to be too big so I filled it up ugly pre-processor conditionals and snippet markers to use for continuous integration and documentation.
There are virtual functions all over the library, which definitely are eating up memory. I think almost the entire inheritance chain for sensors,…[Read more]
-
Sara Damiano replied to the topic Hydros CTD-10 Regularly Dropping Out (-9999) in the forum Environmental Sensors 1 year, 6 months ago
If the communication works sporadically, it’s more likely to be an electrical issue than a code issue. Coding issues *usually* cause it to not work at all.
The -9999 is the library’s value for a failed reading. When you get in in SDI-12, it most often means the sensor didn’t respond or the response was garbled. Because the Mayfly’s voltage (a…[Read more]
-
Sara Damiano replied to the topic Problems with libraries on the Mayfly Data Logger in the forum Mayfly Data Logger 1 year, 6 months ago
The instructions for manual installation on the https://www.arduino.cc/en/Guide/Libraries are telling you how to find the right location to put the unzipped folder. Once you have the right folder, you cut and past the files. That’s it.
To update libraries, the easiest way is to delete everything in the library folder and re-download.
Can you c…[Read more]
-
Sara Damiano replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 1 year, 8 months ago
Changing the address via the Yosemitech library is not hard. I would strongly recommend you do that rather than mess with two adapters and two serial lines. No matter what, I’m positive that the default addresses are not
0x04
or0x0B
as you have them coded. Those are just my favorite addresses for them.If you really want two separate co…[Read more]
-
Sara Damiano replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 1 year, 8 months ago
There’s no enable pin broken out, so it must have automatic flow control. That’s what you want. This one, right: https://www.amazon.com/ALMOCN-Adapter-Module-Converter-Indicator/dp/B09998FY4X?th=1
You said:
Currently the RS485 wires connected to the Y510-B into the mayfly are as follows: GND to GND, RXD to D11, TXD to D8, and VCC to sv5.
If th…[Read more]
-
Sara Damiano replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 1 year, 8 months ago
Sorry, I coded up the ThingSpeak publisher ages ago only to prove to myself that I could get an MQTT publisher working. I’ve never used it beyond that. I don’t have a paid account so after the trial period I was locked out and I’m not willing to do much testing on an account tied to my personal email.
Anyway, the code for ThingSpeak is in the…[Read more]
-
Sara Damiano replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 1 year, 8 months ago
AltSoftSerial only works on pins 5 and 6. That’s why there’s no place in the code to declare the Tx and Rx pins. It’s strictly limited to those two.
<div dir=”auto”></div>
<div dir=”auto”>Is there a reason you have the two sensors on separate RS485 adapters and power supplies? I’m fairly certain that the two sensors operate on the same supply…[Read more] -
Sara Damiano replied to the topic Uploading file in the forum Mayfly Data Logger 1 year, 8 months ago
It’s been a while since I’ve used Atom. Are you sure the program is compiling without errors and actually being uploaded? If there are errors in the build, it won’t actually be uploaded.
-
Sara Damiano replied to the topic Adding AtlasSci Sensors to MMW in the forum Monitor My Watershed 1 year, 9 months ago
Done. Sorry for the delay. Let me know if you have any issues adding a sensor.
-
Sara Damiano replied to the topic Adding AtlasSci Sensors to MMW in the forum Monitor My Watershed 1 year, 9 months ago
The conductivity probe was already there. I’m adding pH now.
-
Sara Damiano replied to the topic Modular Sensors wifi connection on university (or similar) network in the forum Miscellaneous 2 years, 2 months ago
I’m not sure if it’s possible – or if it is, it’s not going to be easy. When you log in with your phone or your computer, you go through a series of browser pages where you submit form data with your credentials, etc. I would guess that you’d have to manually figure out what the URL for each of those pages is and manually create each of the p…[Read more]
-
Sara Damiano replied to the topic Helium Network- Compatibility with Mayfly in the forum Mayfly Data Logger 2 years, 3 months ago
I haven’t looked into it much, but I would guess that module, and several other bee-shaped LoRaWAN modules would work just fine with the Mayfly. There is *not* any direct support for any sort of radio communication right now in ModularSensors. I would love to have support for it, but still a “someday” feature right now. Right now most of our st…[Read more]
- Load More