-
Erika replied to the topic Arduino datalogger only gives data for last connected sensor in the forum Other Data Loggers 3 years, 4 months ago
I noticed in a different example file (I think it was e_continuous_measurement) the getResults function used an “R” command instead of the “D” command and that seemed to fix the problem.
I changed
command += "D";
to
command += "R";
and now it’s getting data from all of the sensors. However, I can’t find an “R” command in the 5TM documentation…[Read more]
-
Erika started the topic Arduino datalogger only gives data for last connected sensor in the forum Other Data Loggers 3 years, 4 months ago
Hello,
I am trying to set up a datalogger for continuous measurements of twelve 5TM moisture sensors. Eventually I want to read this data into LabView to sync with data from some other sensors. For right now I’m just having trouble getting the sensors to read properly.
I’m currently testing four sensors using the sample code k_concurrent_logger.…[Read more]
-
Erika became a registered member 3 years, 4 months ago