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: How to get a 5V signal out based on a sensor reading

Home Forums Mayfly Data Logger How to get a 5V signal out based on a sensor reading Reply To: How to get a 5V signal out based on a sensor reading

#15619
Charitha (CJ)
Participant

    I changed the connections as you have suggested. I noticed that D22 gets activated when .logData() function is run. And because the data reading interval is controlled through .logData() I can’t seem to do much. When the CTD is connected to the D4-5 jack, do I still have to have SDI12Power set to 22 in the code below and is this what causes the above issue?

    DecagonCTD ctd(*CTDSDI12address, SDI12Power, SDI12Data, CTDNumberReadings);

    Do i have to edit LoggerBase files to have a longer 5V output?