pino-tech.eu
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
SMF - Just Installed!
Home
Help
Search
Login
Register
pino-tech.eu
»
Products
»
SoilWatch 10
»
Delay time in milliseconds for Soilwatch10
« previous
next »
Print
Pages: [
1
]
Author
Topic: Delay time in milliseconds for Soilwatch10 (Read 8038 times)
mastassociatisrl
Newbie
Posts: 3
Delay time in milliseconds for Soilwatch10
«
on:
February 15, 2018, 10:33:27 AM »
Can it's possible set the delay time in 900000 milliseconds?
Logged
pinolec
Administrator
Jr. Member
Posts: 99
Re: Delay time in milliseconds for Soilwatch10
«
Reply #1 on:
February 15, 2018, 11:33:25 AM »
Hi,
It should be possible. Paste some code and we will have look.
Logged
mastassociatisrl
Newbie
Posts: 3
Re: Delay time in milliseconds for Soilwatch10
«
Reply #2 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);
}
Logged
pinolec
Administrator
Jr. Member
Posts: 99
Re: Delay time in milliseconds for Soilwatch10
«
Reply #3 on:
February 16, 2018, 10:04:35 AM »
It works perfectly for me. It delays reads by 15 minutes.
Logged
Print
Pages: [
1
]
« previous
next »
pino-tech.eu
»
Products
»
SoilWatch 10
»
Delay time in milliseconds for Soilwatch10