pino-tech.eu

Products => SoilWatch 10 => Topic started by: mastassociatisrl on February 15, 2018, 10:33:27 AM

Title: Delay time in milliseconds for Soilwatch10
Post by: mastassociatisrl on February 15, 2018, 10:33:27 AM
Can it's possible set the delay time in 900000 milliseconds?
Title: Re: Delay time in milliseconds for Soilwatch10
Post by: pinolec on February 15, 2018, 11:33:25 AM
Hi,

It should be possible. Paste some code and we will have look.
Title: Re: Delay time in milliseconds for Soilwatch10
Post by: mastassociatisrl on February 16, 2018, 07:44:18 AM
// print mapped results to the serial monitor:
Serial.print("Moisture value = " );
Serial.println(mappedValue);
 
// wait 500 milliseconds before the next loop
delay(900000);
}
Title: Re: Delay time in milliseconds for Soilwatch10
Post by: pinolec on February 16, 2018, 10:04:35 AM
It works perfectly for me. It delays reads by 15 minutes.