-
Cheryl Nolan started the topic Mayfly Drivers May Not Have Auto Installed in the forum Mayfly Data Logger 4 years, 1 months ago
I’ve been following along with the YouTube Mayfly Workshop Day 1 and got through to the end where we hook up the Mayfly for the first time and Shannon mentioned that if ‘Port’ in Arduino Tools pull down menu is greyed out then your drivers aren’t installed. That’s what happened to me. I did get a pop up message as soon as I plugged my Mayfly in so…[Read more]
-
Sara Damiano replied to the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 4 years, 1 months ago
Could it possibly be a problem with the temperature inside your logger box rather than the water temperature? Maybe Shannon can pipe in and confirm, but I remember that we used to have issues like this when we were using black boxes with clear lids facing summer sun. I think the Mayfly’s ADC starts acting up when it gets too hot. Are you re…[Read more]
-
ggraves replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 1 months ago
Thanks, @srgdamiano and @shicks! After working through the code, what seemed to work was actually placing the sensor sleep commands in my getdata() function. For whatever reason it didn’t work too well in the systemSleep function as it seemed to stall my sensors and not allow enough time to wakeup the sensors for reading. Still working on cleaning…[Read more]
-
neilh20 replied to the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 4 years, 1 months ago
Hi James, very interesting. I wonder which Analog port on the mayfly you are using, ADS1115.?
One test I do, to verify the sensors response, is put the sensor in a simulated stationery stream, (jug of water) with a solar aspect, stable power supply voltage, and measure water temperature and water temperature together and see what it…[Read more]
-
James_NZ started the topic DFRobot Gravity KIT0139 Depth Sensor – Routine Interference? in the forum Environmental Sensors 4 years, 1 months ago
Hi Everyone,
I am testing a number of low-cost sensors, one of them being the DFRobot Gravity KIT0130 water level sensor (~40USD) (https://www.dfrobot.com/product-1863.html). This requires 12-24V so we link it to an external solar panel circuit (i.e. a standard battery/solar panel/solar regulator set up), with the current being converted to…[Read more]
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 1 months 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, 1 months ago
The online shop is awesome news for those of us building stations in quantity! Thank you Shannon and SWRC!
Matt
Trout Unlimited
-
Scott Ensign started the topic Sampling frequency for Monitor My Watershed in the forum Monitor My Watershed 4 years, 1 months ago
A participant in our recent CUAHSI-sponsored EnviroDIY Workshop is wondering if it is possible to report data to Monitor My Watershed at 1 second intervals. Has anyone tried this?
-
Shannon Hicks replied to the topic miniSD card slot in the forum Mayfly Data Logger 4 years, 1 months ago
Here’s an update for this topic: we’ve implemented the online shop here on EnviroDIY to sell 5-packs of various products, including the vertical microSD card adapter board. All prices include shipping (to US addresses only). Restocking items on Amazon has been extremely slow lately, so if anyone wants to buy Mayfly boards, kits, or ac…[Read more]
-
Sara Damiano replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 1 months ago
Also, with PlatformIO version 5 you can now specify the owner along with the library name in the lib_deps section so you’re sure you get the right one.
-
Sara Damiano replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 1 months ago
I’m sorry for being late on this.
It’s definitely something with the newest versions of PlatformIO and the very weird part is that for me *sometimes* it works and other times it does.
What I’ve usually ended up doing is putting *everything* into the lib_deps section.
lib_deps = envirodiy/EnviroDIY_ModularSensors @…
-
Anthony Aufdenkampe replied to the topic Rain Gauge Tip Data Without Rain in the forum Mayfly Data Logger 4 years, 2 months ago
@brianjastram, I’m glad to hear that replacing the cable with a shorter length worked!
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 2 months ago
-
Madan became a registered member 4 years, 2 months ago
-
John Ignosh became a registered member 4 years, 2 months ago
-
BrianJastram replied to the topic Rain Gauge Tip Data Without Rain in the forum Mayfly Data Logger 4 years, 2 months ago
Shannon, great job moving the science forward. It seems like your line of experimentation could lead to a simpler way to count rain gauge tips and transmit the data to MMW possibly without using a ProTrinket. Maybe if a tip happens while a cellular transmission is happening the transmission could be interrupted, the tip could be counted, and then…[Read more]
-
LittleManistee replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 2 months ago
I’ve been experiencing exactly the same thing Matt described. Atom and Platform IO quit working for me, gave the same compile error. I uninstalled them and then they would not reinstall. So I loaded VSC and Platform IO and got the same compile error. Matt sent me instructions on how and where to manually put the libraries in my project file…[Read more]
-
Alicia Veach became a registered member 4 years, 2 months ago
-
benkerr became a registered member 4 years, 2 months ago
-
Matt Barney replied to the topic PlatformIO not downloading all ModularSensors dependencies in the forum Mayfly Data Logger 4 years, 2 months 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…
- Load More