anik wrote:I am using esp12 and connecting to router by static IP. I find in router's wifi list but not in DHCP list OK becaise it is not DHCP client. But can I connect for infinite time. Is there any lease time if connnected by fixed IP? If any DHCP lease time setting required? I want never to be disconnected.
Hi anik,
From what I know, any regular home routers will have no lease time. You should get the IPAddress.
But for cheap or old routers, sometimes if you power down the router, you could get a different IP address in DHCP. If you are concerned about changing IP address, what I did was program my App to poll the ESP8266 once if you need their status. You can do UDP multicast. Are you using Node JS? Do you have App?