-
Matt Barney replied to the topic Broken links to example code in the forum Mayfly Data Logger 3 years, 9 months ago
Hi @heather, Thanks for following up. All looks good to me!
Matt
-
Matt Barney replied to the topic Add Sensor button not working on MonitorMyWatershed in the forum Mayfly Data Logger 3 years, 9 months ago
I was curious whether opening Developer Tools (in Chrome) would show any insight to this problem. To my surprise, the Add Sensor button worked while I had DT open! One time I had to refresh the page while DT was open in order to get the Add Sensor dialog to display. Might be a workaround until the problem gets fixed.
-
Matt Barney started the topic Duplicate ModularSensors libraries in PIO in the forum Mayfly Data Logger 3 years, 10 months ago
When you include
lib_deps = EnviroDIY_ModularSensors
in platformio.ini, PlatformIO consults its registry to install the library and its dependencies. However, I just noticed that there are two in the registry: one under envirodiy and one under srgdamia1. Presumably envirodiy is the correct one? While it is possible to specify a library…[Read more]
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 3 years, 11 months ago
This issue is fixed in the latest PIO dev version. Details can be found in the PIO issue thread.
Matt
-
Matt Barney replied to the topic Board Basics in the forum Mayfly Data Logger 3 years, 11 months ago
I can recommend the Mayfly Hardware page, along with the Features and Jumper Settings links found there.
As far as reading and writing to the various pins in code, I’d suggest the Mayfly Software page, and particularly the LearnEnviroDIY link there, which is a series of detailed tutorials to get you started.
Good luck,
Matt
-
Matt Barney replied to the topic Connectors for 20-pin headers in the forum Mayfly Data Logger 3 years, 11 months ago
Thanks. I have a couple of protoshields now, as well as some 2×10 male headers, so I’ve got options to work with!
Matt
-
Matt Barney replied to the topic Battery Capacity /Fuel Gauge in the forum Mayfly Data Logger 3 years, 12 months ago
Interesting -thanks Neil. I may try that fuel gauge as well.
Matt
-
Matt Barney replied to the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 4 years ago
It would be interesting to see if the anomalies in sync with periods when the Mayfly’s battery voltage is peaking, i.e., during maximum solar input.
It sounds like you have the sensor on a separate circuit from the Mayfly. If that’s the case, should the grounds tied together between these two circuits? I’m not an electrical engineer, so I don’t…[Read more]
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
Thank you, Sara, for the additional tips for working around this PIO issue. I haven’t gotten a response yet on their github issues page, so need to post it on their community forum for others who are experiencing the same issue.
Matt
-
Matt Barney replied to the topic miniSD card slot in the forum Mayfly Data Logger 4 years ago
The online shop is awesome news for those of us building stations in quantity! Thank you Shannon and SWRC!
Matt
Trout Unlimited
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
Update: This looks to me like a PIO issue. Reverting to earlier versions of PlatformIO IDE, it works; i.e., it downloads all ModularSensors’ dependencies as expected, and my project compiles successfully. This is using a ‘minimal’ platformio.ini file that looks like this:
[env:mayfly] platform = atmelavr board = mayfly framework = arduino lib_deps…
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
Yes, that works for sure; I had to do so last week just to get a couple of Mayfly loggers built and shipped out to the field. Now I’m revisiting the issue in order to get my dev environment back in order.
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
Hi Beth,
Thank you for sharing your experiences! I’ve tried those things too, and I’ve definitely had them work for me in the past. I thought I had gotten pretty good at smacking PIO around and getting it to behave, but today is apparently not that day…I’ve repeatedly restarted VSCode, created brand new projects, as well as cleaning out the…[Read more]
-
Matt Barney started the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years ago
I recently began having the following problem: Any new PIO project I create will fail to compile, beginning with this error:
.piolibdepsmayflyEnviroDIY_ModularSensorssrcmodemsDigiXBeeWifi.h:37:27: fatal error: TinyGsmClient.h: No such file or directory
Indeed, the TinyGSM library is missing from .piolibdepsmayfly, where PlatformIO should have…[Read more]
-
Matt Barney replied to the topic Monitoring power consumption in the forum Mayfly Data Logger 4 years, 1 months ago
Thanks for sharing this good work, Neil. This does get technical, and I have a lot to learn, but your experiences will be helpful. For the short term, our team is primarily interested in knowing approximately what the limits are, for a given site, for a given set of sensors, whether the available solar power will keep our stations running for the…[Read more]
-
Matt Barney replied to the topic Monitoring power consumption in the forum Mayfly Data Logger 4 years, 1 months ago
Interesting, thanks Jim. I’ve been wondering whether one of our problem stations has a charge controller chip that’s impeding its charging, so we’re preparing to swap out the Mayfly to troubleshoot.
-Matt
-
Matt Barney started the topic Purchasing Yosemitech Sensors in the forum Environmental Sensors 4 years, 1 months ago
Hi,
Has anyone purchased Yosemitech sensors recently? If so, from where? I’m hoping there may be a US source, as I’ve heard it’s tough to get them at the moment because they’re subject to export tariffs. @aufdenkampe?
Thank you!
Matt
-
Matt Barney replied to the topic Monitoring power consumption in the forum Mayfly Data Logger 4 years, 1 months ago
It looks like this power sensor from Adafruit could work: https://www.adafruit.com/product/4226
This sensor, with accompanying library from Adafruit, returns milliamps, millivolts, and milliwatts via I2C, so seems promising.
This is new territory for me, so if anyone has insights or advice, I’m happy to hear it!
Matt
-
Matt Barney started the topic Monitoring power consumption in the forum Mayfly Data Logger 4 years, 1 months ago
I’m wondering what techniques people have used to monitor power consumption by their Mayfly installations in the field. On the desktop, I suppose you can measure the current being drawn from the battery by using a multimeter, though I haven’t done that yet. And you can measure the current drawn by a sensor during its operation as well. Ideally, it…[Read more]
- Load More