ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-06T15:53:43+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2133 2016-05-06T15:53:43+08:00 2016-05-06T15:53:43+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2133&p=6737#p6737 <![CDATA[Re: ISSUE IN AT+CWDHCP and AT+CIPSTA]]>
Try

Code:

AT+CWMODE=3  // set softAP+station mode

AT+CIPSTA="192.168.1.30","192.168.1.1","255.255.255.0" // set IP address of ESP8266 station


Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Fri May 06, 2016 3:53 pm


]]>
2016-05-06T00:40:50+08:00 2016-05-06T00:40:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2133&p=6726#p6726 <![CDATA[ISSUE IN AT+CWDHCP and AT+CIPSTA]]> i am beginner to use esp8266-01 module
i am trying to disable dhcp and set static ip to station
but when i use the command
AT+CWDHCP=2,0
ERROR
it gives error message
similar problem is with at command
AT+CIPSTA="192.168.1.30"
can any one suggest how to solve this problem

Statistics: Posted by jt040 — Fri May 06, 2016 12:40 am


]]>