-
neilh20 replied to the topic Stability Testing ~ how to do it? in the forum Mayfly Data Logger 3 years, 6 months ago
I’ve created a low cost monitoring console using a Raspberry Pi and FTDI cable. This allows a release debug OUTPUT to be monitored just as if it was on the console and compared to https://monitormywatershed.org/
https://github.com/neilh10/ModularSensors/wiki/Test-monitoring-host
-
Shannon Hicks replied to the topic Problems with OBS3+ in the forum Environmental Sensors 3 years, 7 months ago
There’s not a direct replacement for that sensor, meaning one with the same operating specs and output. There are some alternatives, but most are significantly more expensive, or require different interface hardware (like the Yosemitech sensors), or Turner Cyclops sensors (but require user calibration). Unless you need a turbidity sensor i…[Read more]
-
Ahsan replied to the topic Problems with OBS3+ in the forum Environmental Sensors 3 years, 7 months ago
Thanks , can you suggest alternate of any other company having almost same specs
-
Shannon Hicks replied to the topic Problems with OBS3+ in the forum Environmental Sensors 3 years, 7 months ago
Campbell Scientific discontinued the OBB3+ sensor about a year ago. They have new turbidity sensor models in development, but I’ll let them make the announcement about when it will be ready.
-
Ahsan replied to the topic Problems with OBS3+ in the forum Environmental Sensors 3 years, 7 months ago
#jsterling, I am looking for OBS3+ for my pilot project , went to campbell site but it shows discontinued. Can any support to provide source for OBS3+ or its alternate model
-
Ahsan became a registered member 3 years, 7 months ago
-
asrblr became a registered member 3 years, 7 months ago
-
Matt Barney replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Ok, I see. Thanks so much for taking the time to provide all these details – very helpful!
Best,
MattTrout Unlimited
-
Shannon Hicks replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
No, the Meter Group sensor will not work with Modular Sensors if its address is set to ‘0’. When it’s set to ‘0’, the data string is not in proper SDI12 delimeted format and Modular Sensors won’t be able to see anything. Plus, the only way to get it to take multiple readings would be to turn the sensor power off and back on each time you want t…[Read more]
-
Anthony Aufdenkampe replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Shannon, thanks for those additional details!!!
Matt, from what I read in Shannon’s description, keeping the address set to ‘0’ might result in you only taking 1 measurement for averaging, even if you asked for 6.
-
Matt Barney replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Thank you both for those details!
So to be clear: if I have only 1 SDI-12 sensor on the bus, and it’s at address 0, it should work properly with ModularSensors, even if I’m averaging 6 readings and collecting conductivity, temp, and depth each time. Is that correct?
-
Shannon Hicks replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Meter Group sensors that use SDI12 protocol (like the Hydros 21) come from the factory with a default SDI12 address of ‘0’. Their sensors are programmed to output a serial data string containing the current measurement upon powerup if the address is set to ‘0’. Meter Group’s dataloggers all talk to their sensors like this. You can see it in ac…[Read more]
-
Anthony Aufdenkampe replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Matt, my understanding is that the warning to not use address “0” came from a Meter/Decagon integration manual and from real-world experience. If I’m not mistaken, some sensor manufacturers reserve the “0” address for all sensors to use all the time, even when their address has been changed. This allows for a back-door to poll a line for all the…[Read more]
-
Matt Barney replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Thanks Anthony. That warning is pretty clear. But I wonder why that’s a constraint.
It looks like “0” is a valid address according to the SDI-12 spec, and Meter supports it. Perhaps there’s something in ModularSensors that doesn’t like it. Scanning through the code, I don’t see anything right off.
Matt
-
Anthony Aufdenkampe replied to the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
Matt, unfortunately, I’m nearly sure that it has to be changed.
See the warning in: https://envirodiy.github.io/ModularSensors/group__sensor__hydros21.html#sensor_hydros21_ctor
-
neilh20 replied to the topic SDI-12 & LT500 in the forum Mayfly Data Logger 3 years, 7 months ago
Thanks for the input, ~ Yup that is what did it for interfacing with the LT500. I brought in each change from Dec 1st till I found it
Doesn’t make a lot of sense to me why that impacts the protocol, but in dealing with a bug, the first stage is Detection, 2nd stage is Isolation, 3rd stage is Fixing it.
The Isolation in this case took a couple…[Read more]
-
Sara Damiano replied to the topic Testing power consumption in the forum Mayfly Data Logger 3 years, 7 months ago
I’d put it in the power up, since it’s supposed to happen right away and setting the pin is nearly instant and won’t slow down other things powering up.
-
Sara Damiano replied to the topic SDI-12 & LT500 in the forum Mayfly Data Logger 3 years, 7 months ago
I added 10 extra ms of wake time in v2.1.3. You can revert everything back to the original by adding a second argument of 0 to your send command functions.
-
Matt Barney started the topic Meter Hydros 21 address in the forum Mayfly Data Logger 3 years, 7 months ago
When using the Hydros 21, is there any problem with leaving its SDI address at 0 and updating the address in the code to match? The reason I want to do this is that I have a user who’s purchased the sensor, and I’m preparing to program and ship a Mayfly kit to them. They’re located across the country from me, so I don’t have access to their…[Read more]
-
neilh20 started the topic SDI-12 & LT500 in the forum Mayfly Data Logger 3 years, 7 months ago
Hello @srgdamiano
I really appreciate there is a lot of work that has gone into the layers of SDI-12 protocol. I’m using it to communicate with the Insitu LT500. I only have one as they are expensive and its part of a project that can spare it at the moment. With the Arduino-SDI-12 v2.1.3 release the LT500 response has stopped being decoded, b…[Read more]
- Load More