-
Sara Damiano replied to the topic esp32-bee-wifi-bluetooth in the forum Infrastructure and Equipment 1 years, 4 months ago
The processor on the Mayfly isn’t clocked fast enough for reliable two-way communication at 115200. It’s pretty reliable at talking at that speed (ie, to the serial monitor), but when listening at that speed, it drops and garbles too many characters to be usable.
I don’t know why you had problems compiling the sketch. It compiles and runs for me…[Read more]
-
Sara Damiano replied to the topic Registration using a second organization in the forum Monitor My Watershed 1 years, 4 months ago
Are you singned in as the same user for both sites? Right now, a user can only be associated with a single organization.
-
Sara Damiano replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 4 months ago
I think the bests solution would be to create a new “module” (h/cpp) for the Teros 12.
-
Sara Damiano replied to the topic Get MMW data in real time? in the forum Monitor My Watershed 1 years, 4 months ago
We’re actively working on getting funding to further develop an efficient data access API.
-
Sara Damiano replied to the topic Get MMW data in real time? in the forum Monitor My Watershed 1 years, 5 months ago
I have a jupyter notebook showing how I get data here: https://gist.github.com/SRGDamia1/d5bf4b651756a19a6df1a653b9493a6e
-
Sara Damiano replied to the topic Data download not working in the forum Monitor My Watershed 1 years, 6 months ago
I don’t know whether the data is lost or not. I’ll look into it.
-
Sara Damiano replied to the topic Where do you go to get ManageMyWaterShed status in the forum Monitor My Watershed 1 years, 6 months ago
Monitor My Watershed’s visualizations were down for a while, but should now be fixed. We don’t currently have a specific page to go to to check the website status.
-
Sara Damiano replied to the topic Data download not working in the forum Monitor My Watershed 1 years, 6 months ago
Can you try again? There was a hot-fix yesterday that caused trouble, but it was reverted this morning. The download is working for me right now.
-
Sara Damiano replied to the topic Power Issues After Storm in the forum Infrastructure and Equipment 1 years, 7 months ago
Why did you decide to keep the power to your shield/Atlas sensors on all of the time?
-
Sara Damiano replied to the topic Modem Alternatives (Verizon certified) in the forum Mayfly Data Logger 1 years, 7 months ago
As of a few years ago, the Skywire were _NOT_ compatible with the Mayfly. They use the XBee footprint, but they’ve re-arranged some of the pins so that it won’t work with the Mayfly – 0.5 or 1.x. At the time, each Skywire variant used slightly different pin-outs so you couldn’t even exchange between them directly.
I don’t know of any other…[Read more]
-
Sara Damiano replied to the topic SDI-12 sensors wake-up time after powering up in the forum Environmental Sensors 1 years, 7 months ago
Oh, your right, that’s from the break. I’m not sure about the power line.
-
Sara Damiano replied to the topic SDI-12 sensors wake-up time after powering up in the forum Environmental Sensors 1 years, 7 months ago
100ms
-
Sara Damiano replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 1 years, 8 months ago
@w3asa Did you look at this example: https://github.com/EnviroDIY/ModularSensors/tree/master/examples/DRWI_Mayfly1. I think it’s almost exactly what you want.
-
Sara Damiano replied to the topic Grove 4 pin terminal board in the forum Mayfly Data Logger 1 years, 8 months ago
To close the jumper on the Mayfly, you need a soldering iron. If you don’t have access to one of those, you might need to go back to the trinket.
You could also order a replacement pendant logger from Onset: https://www.onsetcomp.com/products/data-loggers/ua-003-64
-
Sara Damiano replied to the topic Secure Connection SSL help in the forum Mayfly Data Logger 1 years, 8 months ago
I don’t know if the Mayfly is powerful enough for any of the SSL libraries, but you shouldn’t need one. The SIM7080G itself can handle the layers of secure connection. The Mayfly should only need to tell it to use the secure connection. Look in the examples for secure connections in the TinyGSM library. Essentially all you need to do is call
TinyGs…
[Read more] -
Sara Damiano replied to the topic Provisional to Final Data in the forum Monitor My Watershed 1 years, 8 months 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 1 years, 8 months 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 1 years, 8 months 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 1 years, 9 months 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 1 years, 11 months 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.
- Load More