-
neilh20 replied to the topic Clock Sync for Mayfly v1.0 in the forum Mayfly Data Logger 2 years, 9 months ago
@mbarney just wondering did that work for you with the Mayfly1.0 . Do you have any changes you made to the program. Many thanks
-
Shannon Hicks replied to the topic How to change the default setting of 5 min data send interval in the forum Monitor My Watershed 2 years, 9 months ago
Changing the interval in that line should work, unless you’ve got something else in your code that’s’ interfering with that. What example sketch did you use for your code?
As for delayed transmission of multiple samples, we haven’t felt the need to do that on any of our stations so it’s not a feature we’ve implemented in our code, but I think…[Read more]
-
Vinay Ayala replied to the topic How to change the default setting of 5 min data send interval in the forum Monitor My Watershed 2 years, 9 months ago
Shannon I am using const uint8_t loggingInterval field and changed it to 10 min 30 min but it is still sending every 5 min to MMW. I wonder if there is another filed I am missing…also is ther a code to collect every 5 min but send every hour or so
-
Shannon Hicks replied to the topic Editing MMW Data Record in the forum Monitor My Watershed 2 years, 9 months ago
Unfortunately, there’s currently no way to trim out unwanted datapoints from MMW, but perhaps @aufdenkampe can comment about future changes to the site that might allow this.
-
Shannon Hicks replied to the topic How to change the default setting of 5 min data send interval in the forum Monitor My Watershed 2 years, 9 months ago
The transmission rate is determined by whatever you put in the sketch of your logger. I don’t know what sketch you’re starting with, but if you’re using one of our examples that we include with the ModularSensors library, then there’s a line about 50 lines down that says this: const uint8_t loggingInterval = 5;
So 5 is the number of minutes…[Read more]
-
James_NZ started the topic Editing MMW Data Record in the forum Monitor My Watershed 2 years, 9 months ago
Hi all,
Is there any way to edit the data record for a site on MMW? I have had some problems with one site and would like to delete a section of the data record that is erroneous. I can’t seem to find an option to do this anywhere?
Regards,
James
-
Vinay Ayala started the topic How to change the default setting of 5 min data send interval in the forum Monitor My Watershed 2 years, 9 months ago
Hello looks like the default setting to send data from data logger to MMW is 5 min… can we change this to other time intervals? How can we do it
-
neilh20 replied to the topic Deep Cycle 12v Battery Recommendations in the forum Mayfly Data Logger 2 years, 9 months ago
edit to the above email: Sorry I don’t have any experience with the 12V batteries, or 12V to 5V.
I would note that the Mayfly1.0 charger is different than 0.5b, and I’m seeing that it wants a slightly higher+5V than the Mayfly 0.5b for it to do a 0.5A charge of the LiIon battery. I am using USB charging monitor “USB Meter” to monitor the charge…[Read more]
-
neilh20 replied to the topic Deep Cycle 12v Battery Recommendations in the forum Mayfly Data Logger 2 years, 9 months ago
I’m also deeply into power analysis as the way of keeping everything going. I was working with some engineering students and got them to do a spreadsheet, which I modified and added and can be used to build a budget for the power that you think you need, and what the power consumers might be. I then look for the major user of the power, and let…[Read more]
-
Cal replied to the topic Deep Cycle 12v Battery Recommendations in the forum Mayfly Data Logger 2 years, 9 months ago
After struggling with power problems for years and buying several brands of 12v batteries and also using multiple batteries in parallel, I discovered I was looking in the wrong area. The solution for me was to find where power was being used and replacing inefficient modules with efficient ones. And the problems I found were surprising and p…[Read more]
-
dan@wachusett started the topic Deep Cycle 12v Battery Recommendations in the forum Mayfly Data Logger 2 years, 9 months ago
Can anyone recommend a good 12v deep cycle battery for use with the Mayfly 0.5 board. I have a station that gets very little sun and would like to be able to power it for long periods of time and swap out the battery a couple times a year. I did some looking around and the variation of specs and pricing made me unsure of which would be the most…[Read more]
-
dan@wachusett started the topic Monitoring Buoy on Reservoir/Lake in the forum Infrastructure and Equipment 2 years, 9 months ago
My agency is interested in developing a Mayfly based monitoring buoy for short-term deployment (days or weeks) on a reservoir. I figured I would reach out on the forum to see if anyone here has tried doing this and has any design tips/advice. Any photos, schematics, or parts lists would help enormously.
Thanks in advance!
Dan
-
neilh20 started the topic RS485 Schematic in the forum Mayfly Data Logger 2 years, 9 months ago
HI @shicks, just wondering could you post the schematic/parts on the “RS-485 Half-shield”
https://www.envirodiy.org/product/envirodiy-rs-485-half-shield-pack-of-5/ Says “Product expected to be in stock and ready for purchase in mid-October.”
Do you have any availability on it, and also when there might be a working +12V boost ~ very broadly Q2…[Read more]
-
Matt Barney replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
Thanks for the schematic – that is helpful. I removed the solder blob using solder wick and re-added it to the res-div position, but it wasn’t pretty; it looks like I overheated the board a bit, but it still works. Later, I found a different technique in this video, which I’ll share here for anyone else who needs it.
-
Shannon Hicks replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
Sounds like modifying your Grove cable to connect the resistor pair to your differential input is your best bet. Here’s a schematic of the multi-purpose screw terminal board if that helps. The gray area on the 3 solder jumpers in the schematic shows the default position of the jumpers. If you’re putting resistors in R1 and R2, you’ll want to ch…[Read more]
-
Matt Barney replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
FYI, Turner tech support tells me that Signal Ground and Supply Ground must be “Kept separate so that noise isn’t injected into the response.”
-
Matt Barney replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
Thanks Shannon. I’m not positive that I need to use differential measurement… I’m approaching the edge of my knowledge as a non-EE. Turner doesn’t specify whether it’s OK to connect signal and power grounds to the same point — maybe I’ll ask their tech support. But when the sensor is on, I’m measuring around 13 mV between its signal ground and…[Read more]
-
Shannon Hicks replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
Hi Matt, sorry I didn’t see your original post from last week. You are correct in how the resistor divider works, we have several sensors that have a 0-5v DC output, so dividing it in half makes it safe to read with the 3.3v-based circuitry of the Mayfly’s ADS1115. However, you can also use mismatched resistors to create a divider for s…[Read more]
-
Ken became a registered member 2 years, 9 months ago
-
Matt Barney replied to the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
After probing the screw term adapter, I don’t think that it will work for my purposes as I described above. If I’m correct, the way the adapter’s voltage divider works is this: When the S1 jumper is set to Res-Div and two matched resistors are installed on the S1 side of the adapter, the voltage output on the Grove’s D1 pin will be half of the…[Read more]
- Load More