- Arduino Board ver. : UNO R3
- Arduino IDE ver : 1.0.6
- My Goal: Making fast web client with arduino
(be able to send request to my web server with short intervals under 1000ms) - My problem:
I'm using basic example "web client repeat".
but It does NOT work under 1000ms intervals even though I change the code.
this part >> const unsigned long postingInterval = 10L * 1000L;
I want to make arduino web client send request with the intervals at least 500ms.
What do I do?
*my web server has no problem because I confirmed that my Iphone client can send request very fast(about 500ms)
My code is exactly same at http://arduino.cc/en/Tutorial/WiFiWebClientRepeating