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. New to EnviroDIY?Start here
Atlas Scientific sensors now an option on Data Sharing Portal
@w3asa Hi Jim, I figured I’d address the Atlas Scientific code question in this forum. I sent a pull request to the Modular Sensors library on GitHub yesterday with some messy code that I got to work with temperature, EC, and DO Atlas sensors using I2C, and it looks like @srgdamiano already made a new branch of the Modular Sensors library called “atlas” that includes cleaned up versions of the code. I can get to it now using PlatformIO by changing the “lib_deps” section of my “platform.ini” file to this:
1
2
3
4
5
lib_deps=
;EnviroDIY_ModularSensors
;^^Usethiswhen working from an official release of the library
;^^Usethiswhen ifyou want topull from the develop branch
I’m definitely interested in seeing the code that you’re using as well as your set up in Great Marsh and any tips that you’ve learned while deploying the sensors!