Hi everybody,
I'm working on my project witch must send datas to a web server using wifi shield.
I have two tasks to do:
- the first one is to send a GET request every 5 minutes
-the second tasks must listen if a client is connected and make an action if a client is connected to my arduino server.
This two tasks works separately, I have two differnt codes, I'm trying to put together.
What I'd like is, in the loop, to reserve 30 sec for the first task and then 4min and 30 sec for the second task.
I can't use delay() because it can do nothing else at the same time.
Thank you a lot!