Home › Forums › Environmental Sensors › Atlas Scientific sensors now an option on Data Sharing Portal › Reply To: 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 ; ^^ Use this when working from an official release of the library https://github.com/EnviroDIY/ModularSensors.git#atlas ; ^^ Use this when if you want to pull 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!