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
Get daily or weekly digests of EnviroDIY blog and forum activity. We will never sell or share your information.
Community Activity See all activity
Matt Barney replied to the topic Sampling Feature UUID for manual data upload in the forum Mayfly Data Logger 1 week, 2 days ago
Thank you!
Sara Damiano replied to the topic Sampling Feature UUID for manual data upload in the forum Mayfly Data Logger 1 week, 2 days ago
You need to set the sampling feature UUID for the logger. If you have an EnviroDIYPublisher, this happens automatically, but without the publisher, you need to add it.
So after you set the logger pins in line 283 (
dataLogger.setLoggerPins()
), add the linedataLogger.setSamplingFeatureUUID(samplingFeature);
Matt Barney started the topic Sampling Feature UUID for manual data upload in the forum Mayfly Data Logger 1 week, 3 days ago
I have a colleague for whom I programmed a Mayfly without any modem-related code because this station has no cellular service nor modem, so they upload data to MMW manually from the SD card. However, the data file being written to the card does not contain the Sampling Feature UUID, so they have to add that to the data file manually before it can…[Read more]
Jon Van G became a registered member 1 week, 5 days ago
Jon Van G
@vangray
Zoe Tressel became a registered member 2 weeks, 1 day ago
Zoe Tressel
@ztresse
Braedon replied to the topic How to determine battery and power supply in the forum Mayfly Data Logger 2 weeks, 6 days ago
Great idea! Thanks @shicks!
neilh20 replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 weeks, 6 days ago
Many thanks got it. I appreciate the effort and detail that goes into producing a new production run. The pogo pin connector is great and so simple.
Got the .pdf – I copied the .jpg instead of more intelligently clicking it to get the .pdf!
Just wondering if you have any thoughts on changing the Vbat Rs to 1M / 270K for better noise i…[Read more]
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 3 weeks ago
The only differences between the v1.1 revA and revB are this:
The ICSP jack was a 2×3, 0.5″ pitch male pin header on Mayfly v1.1 revA.
The ICSP jack is now uses Tag-Connect pads for use with Pogo pins for ICSP programming for the Mayfly v1.1 revB.
And with the revA boards, there was a circuit design change after manufacturing that required me to…[Read more]
Shannon Hicks replied to the topic How to determine battery and power supply in the forum Mayfly Data Logger 3 weeks ago
If you’ve got 4 heated sensors that require constant 12 volts, then I don’t think the Mayfly and the standard “battery/solar panel combo” is going to be sufficient. It would be a struggle for the Mayfly to supply the necessary continuous 100ma at 12v for the heaters, in addition to powering the various sensors intermittently. You could have a s…[Read more]
neilh20 replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 3 weeks ago
Hi @shicks, just received two Mayfly 1.1 and noticed they are rev1.1B – just wondering what the differences are from rev1.1A? 🙂
I did pull the circuit diagram from https://www.envirodiy.org/mayfly/hardware/ however the resolution is so low, its not all readable. Just wondering if there is a pdf version. 🙂
I also checked…[Read more]