![]()
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 about licenses and attribution
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water. Our EnviroDIY Mayfly Data Logger is user programmable and Arduino IDE compatible.
Get sketches, libraries, and documentation to help you program your Mayfly.
Share your data and access data from around the world on Monitor My Watershed®.
Have a question about DIY environmental monitoring? Share it with EnviroDIY members.
![]()
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 about licenses and attribution
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Websites store cookies to enhance functionality and personalize your experience. You can manage your preferences, but blocking some cookies may impact site performance and services
Essential cookies enable basic functions and are necessary for the proper function of the website.
CleanTalk offers effective spam protection and website security solutions to enhance user experience.
Service URL: cleantalk.org (opens in a new window)
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
WooCommerce is a customizable eCommerce platform for building online stores using WordPress.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
SourceBuster is used by WooCommerce for order attribution based on user source.
You can find more information in our Cookie Policy and Privacy Policy.
Community Activity See all activity
Jasper became a registered member 1 month ago
Jasper
@jasper
Al DeLuca became a registered member 1 month ago
Al DeLuca
@adeluca
Omid became a registered member 1 month ago
Omid
@omidnikrou
Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger 1 month ago
Never mind. The wifi worked. I used
AT+CWMODE?and change it from SoftAP to Station mode.But I am struggling to use this to connect to mqtt broker.
Sabin started the topic EspressifESP32 in the forum Mayfly Data Logger 1 month ago
How to connect to Wifi while using this in Mayfly data logger?
I have been trying this codebase or even the one with tinygsm library but nothing works. Is there any pre-configuration that is needed to be done?
[Read more]
caroline@wachusett started the topic Mayfly MicroSD card not recording properly in the forum Mayfly Data Logger 1 month, 1 week ago
Hello,
We’ve had a Mayfly station that had the Mayfly board (version 1.1a) replaced in April of 2025. We download the data monthly and the board has been working well up until this spring. When I checked the data for April, the microSD card (8 GB SanDisk Edge) had multiple file extensions I have never seen (see photo from May 6th). The microSD…[Read more]
Sara Damiano replied to the topic Secure Client for DigiXbee in the forum Mayfly Data Logger 1 month, 3 weeks ago
The ESP32 does. It’s also a currently supported product and very widely available. You can get very cheap ESP32 breakout boards in a variety of shapes and sizes. There are several flavors depending on how much power you need, but they can all do a basic secure post request. You could even use the older, even cheaper ESP8266.
If you’re usi…[Read more]
Sabin replied to the topic Secure Client for DigiXbee in the forum Mayfly Data Logger 1 month, 3 weeks ago
Thanks for the reply.
So, how do I even do POST request to server running on the web? Are there any Wifi modules that are alternative to Xbee that supports SecureClient?
Sara Damiano replied to the topic Secure Client for DigiXbee in the forum Mayfly Data Logger 1 month, 3 weeks ago
No. The S6B (wifi) does not support secure clients.
Sabin started the topic Secure Client for DigiXbee in the forum Mayfly Data Logger 1 month, 3 weeks ago
I am trying to send post request to playgrond.hydroserver.org – which requires Secure Client. Does secure client really works for DigiXbee S6b?