All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn more
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn more
Community Activity See all activity
neilh20 replied to the topic esp32-bee-wifi-bluetooth in the forum Infrastructure and Equipment 1 years, 6 months ago
Thanks for the update with cct – (at least sorry if I didn’t see it the first pass).
Thanks for the reference to the sketch. I tried running the sketch, and I just couldn’t get it to compile – 3hrs trying – sometime I just admit defeat and move on. So I used it as an example with another sketch that I have running and got it working.
So super…[Read more]
Shannon Hicks replied to the topic esp32-bee-wifi-bluetooth in the forum Infrastructure and Equipment 1 years, 6 months ago
There’s a link to the schematic on the item page along with a link to an example sketch on Github.
neilh20 started the topic esp32-bee-wifi-bluetooth in the forum Infrastructure and Equipment 1 years, 6 months ago
For the device https://www.envirodiy.org/product/envirodiy-esp32-bee-wifi-bluetooth-pack-of-5/
Is their a Circuit Diagram available
thanks
DaveG replied to the topic Mayfly version 0.5b data accuracy/validity in the forum Mayfly Data Logger 1 years, 6 months ago
I just reviewed the data during the week of 12/19/22. There was a quite a spell with board temps down to -17 but I didn’t see any evidence of freezing in the data. The turbidity sensors appeared to be recording as normal (didn’t go to zero at all) and the depth didn’t show any big increase (as was illustrated in the troubleshooting s…[Read more]
DaveG replied to the topic Mayfly version 0.5b data accuracy/validity in the forum Mayfly Data Logger 1 years, 6 months ago
Hi Shannon,
Thanks again for such a prompt and thorough reply, yet again.
We have continuous data starting in last July. The variation in depth over four months was consistently in the neighborhood of +265-275mm. There was a period of very cold temps around Christmas and the edge of the stream froze but I don’t think that the probes were e…[Read more]
Shannon Hicks replied to the topic Mayfly version 0.5b data accuracy/validity in the forum Mayfly Data Logger 1 years, 6 months ago
The CTD sensor you have is a digital output sensor, meaning all of the measurement happens onboard the sensor and it outputs a string of 3 numbers, all the Mayfly logger board is doing is capturing those numbers and storing them. If there was a problem with the Mayfly board, then you wouldn’t get the numbers at all, and there’s no calibration or…[Read more]
DaveG replied to the topic Mayfly version 0.5b data accuracy/validity in the forum Mayfly Data Logger 1 years, 6 months ago
Hi,
After collecting nearly a year’s worth of data, it is clear that the depth sensor values are all over the place. I’m attaching a file that shows the variability between the staff gauge and the mayfly depth sensor. There doesn’t seem to be any pattern to the variation that I can determine. I tried graphing the data to see if something wo…[Read more]
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 1 years, 6 months ago
Can a 900 MHz XBee radio be used with the ModularSensors library? I noticed that there is are DigiXBee.cpp and DigiXBee.h files in the modems folder. Can modem objects created with that class be used with the logAndPublishData() function found in most ModularSensor examples that use XBees, or is there a different way of integrating 900 MHz XBee…[Read more]
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 1 years, 6 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, 6 months ago
Okay, sorry I am not very software savvy (especially when it comes to C++). Would you suggest just copying and pasting the Teros 11 sensor files and then just adjusting the copy to handle the Teros 12? I’m not very confident in my abilities to make a new module that captures everything correctly.