Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, a web toolkit designed to help citizens, conservation practitioners, municipal decision-makers, researchers, educators, and students advance knowledge and stewardship of fresh water. New to EnviroDIY? Start here

Reply To: Help connecting Arduino MEGA with Teros 12 Sensor

Home Forums Other Data Loggers Help connecting Arduino MEGA with Teros 12 Sensor Reply To: Help connecting Arduino MEGA with Teros 12 Sensor

#14779
Shannon Hicks
Moderator

    The 10HS soil sensor has a simple analog voltage output that is easy to measure with an Arduino board by doing an analog voltage measurement.  The Teros 12 has a digital output in either TTL or SDI-12 format.  I’d recommend SDI-12, especially if you’re going to have more than one sensor connected to the same board, since then you can assign a different address to each one.  The simplest library to do all of this is our SDI-12 library.