ntruchsess / arduino_uip

UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
489 stars 212 forks source link

Enc28j60 can't connect to server occasionally #173

Open nihanarslan opened 7 years ago

nihanarslan commented 7 years ago

Hello!

I am trying to get temperature and humidity datas and send them to server every two minutes. Actually I tried it at home yesterday and everything was looking allright for about two hours. But when I tried it at company today it did not work good. When I couldn't send data I add a code to reset it and try again. But it takes too much time. The two minute time becoming around 3-5 minutes. what could be reason and what should I do to fix it.

Note: I can ping it. It seems there is no ethernet connection problem..

Any help would be appreciated! ^^