![]()
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
BrianJastram replied to the topic AM2315C Compatibility in the forum Monitor My Watershed 2 years, 3 months ago
Thank you for your advice. I changed the I2C address at line 34 in the AOSongAM2315.cpp. I got this output ..
Current logger time is 2024-05-13T15:02:43-06:00
———————–
EnviroDIY Mayfly at EnviroDIY Mayfly reports batteryVoltage is 4.715 volt
SensirionSHT4x at I2C_0x44 reports relativeHumidity is 39.09 percent
signalPercent is…[Read more]
GasD replied to the topic depth sensors for water wells in the forum Environmental Sensors 2 years, 3 months ago
Hi!
I have quite the same projects ! But still wondering wich is the best solutions.
I had good results with MaxBotix products, but they are limited to 15 meters max. So it’s seems a better option for surface water than underground water.
What have you chosen finaly ?
Gaspard Demorcy
rhouck replied to the topic Hydros 21 and Serial Comms in the forum Mayfly Data Logger 2 years, 3 months ago
Thank you, Scott. I am not used to this forum and got a bit mixed up.
Scott Ensign replied to the topic Hydros 21 and Serial Comms in the forum Mayfly Data Logger 2 years, 3 months ago
@rhouck, @damiano moved this post to a new thread here. I noticed that you reposted to a different thread. Please reply to this thread.
Faith E became a registered member 2 years, 3 months ago
Faith E
@fechiejile
Sara Damiano replied to the topic Hydros 21 and Serial Comms in the forum Mayfly Data Logger 2 years, 4 months ago
I know nothing about rosserial. Are you using Hardware Serial with it? Serial or Serial1? Are you using some type of software serial (SoftwareSerial, AltSoftSerial, NeoSWSerial)? Very quickly skimming the rosserial docs and code, it looks like it has some specific boards that are supported and the 1284p in the Mayfly may not be 100%…[Read more]
rhouck replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 4 months ago
Hello, my senior project team at Lake Superior State University is using the Mayfly board with the Hydros 21 CTD sensor.
We are using the ModularSensors library and we’re wondering if there is a power cycle taking place that could affect any serial communication. There are no issues with communication or connection when sending data from the…[Read more]
rhouck became a registered member 2 years, 4 months ago
rhouck
@rhouck
Shannon Hicks replied to the topic AM2315C Compatibility in the forum Monitor My Watershed 2 years, 4 months ago
I’m not familiar with the new C model, but I did use the older, now-discontinued one awhile back. Without digging into the manual and the library too deep, I’m guessing it might be an I2C address issue? The old model used 0xB8 whereas the new one uses 0x38. So go into the ModularSensors/src/sensors folder and edit AOSongAM2315.cpp, find line 34…[Read more]
BrianJastram started the topic AM2315C Compatibility in the forum Monitor My Watershed 2 years, 4 months ago
EnviroDIY Modular Sensors has the AOSongAM2315 but not the new AM2315C. I have the AM2315C. Is there a way for me to integrate the newer AM2315C sensor into my Mayfly project? I have the wiring ready. I have successfully tested the sensor and received good values using an example program so I know the sensor works but when I use the AOSongAM2315.h…[Read more]