The use of the ESP8266 in the world of IoT

User avatar
By mjtimblin
#7148 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!
User avatar
By villTech
#7156 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.
User avatar
By mjtimblin
#7238
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! :)