bportaluri / WiFiEsp

Arduino WiFi library for ESP8266 modules
GNU General Public License v3.0
549 stars 209 forks source link

WIFIESP cannot maintain() the internet connection #153

Open Wadihm89 opened 6 years ago

Wadihm89 commented 6 years ago

i am having an issue with the esp8266 connected to arduino nano , the module connect and i can access pubub and control the arduino from my smart phone from an android app i created. the problem is that after a while sometime 24 hours sometimes 6 hours or so i cannot access the arduino anymore , i have assigned a static ip to the module because i thought it was a dhcp lease error and the same thing happens . the only solution is to reboot the router , then when the router is on a again everything works like a charm. any help please?!!

JAndrassy commented 6 years ago

It is not a problem with the WiFiEsp library. I have a Wemos D1 R2 programmed with Arduino and it is the same. The es8266 makes modbus requests and is connected to Blynk cloud but browser and telnet client can't connect to esp8266 servers in local network until I restart the router. telnet: Unable to connect to remote host: No route to host

Wadihm89 commented 6 years ago

@jandrassy did you manage to resolve it ? because it is driving me crazy

JAndrassy commented 6 years ago

sorry, no