Forum >ESP8266, set static IP
ArduinoGeneral

ESP8266, set static IP

userHead Piero78 2016-03-07 05:09:48 1435 Views1 Replies
Hi, I work with a ESP8266 module with the ESP8266 Arduino library. It works good, but now, I want to set a static IP address.
And the question is, how can I do it? I've searched the documentation of the library but I don't find them.
Anyone can help me?
Thanks.
2016-03-07 23:21:20 Hey Piero78,

I found something related to how to disable DHCP in its AT command list. Page 26.

13. AT+CWDHCP – Enable/Disable DHCP

And also command 23-28 are also related.
userHeadPic Leff