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
Dirt Crew (TCE) became a registered member 1 years, 4 months ago
Dirt Crew (TCE)
@abdihussein
Matt Barney replied to the topic Sampling Feature UUID for manual data upload in the forum Mayfly Data Logger 1 years, 4 months ago
Thank you!
Sara Damiano replied to the topic Sampling Feature UUID for manual data upload in the forum Mayfly Data Logger 1 years, 4 months 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 years, 4 months 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 years, 4 months ago
Jon Van G
@vangray
Zoe Tressel became a registered member 1 years, 4 months ago
Zoe Tressel
@ztresse
Braedon replied to the topic How to determine battery and power supply in the forum Mayfly Data Logger 1 years, 4 months ago
Great idea! Thanks @shicks!
neilh20 replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 1 years, 4 months 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 1 years, 4 months 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 1 years, 4 months 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]