My arduino mega will upload the data to server for every 10 seconds, after a few upload the ethernet shield W5100 will hang for about 4 to 10 seconds and failed to upload the data to server. After the few seconds hanged, the arduino back to normal and the problem come again and keep repeat the same.
May i know what is the problem and how to fix it?
do you stop() the client?
The server may limit your uploading.
yes, added the cleint.stop() , the arduino still hang for about 6 to 8 seconds once the connection failed. is it possible to reduce it or release it immediately?
it should work. every 10 seconds should not be a problem. can you show your sketch?