-->
Page 1 of 2

Static IP

PostPosted: Mon Jan 12, 2015 7:16 pm
by mjtimblin
I am working on a project that uses the ESP8266 module, and I am wondering if it is possible to set up a static IP address on the module so that I don't have to make changes to my router, web server, or code often. Thanks for any help!

Re: Static IP

PostPosted: Mon Jan 12, 2015 10:03 pm
by villTech
sdk v.9.3 introduced a way to set ip address. im using it to set up ip at start so to fix the ip of my esp module.

Re: Static IP

PostPosted: Mon Jan 12, 2015 10:43 pm
by tomyuen
Can you share with me how to set static IP?

Re: Static IP

PostPosted: Tue Jan 13, 2015 5:48 pm
by mjtimblin
villTech wrote:sdk v.9.3 introduced a way to set ip address. im using it to set up ip at start so to fix the ip of my esp module.


Thanks! I will look into that! :)