ESP8266 Developer Zone The Official ESP8266 Forum 2016-07-15T22:05:48+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=2436 2016-07-15T22:05:48+08:00 2016-07-15T22:05:48+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2436&p=7984#p7984 <![CDATA[Re: 【Feedback】Problem with AT+CIPAP and AT+CIPSTA commands]]> Thank you for your fast response.
You are absolutely right,don't know how I missed that.
Thank you,regards.

Statistics: Posted by N.Jovanovic — Fri Jul 15, 2016 10:05 pm


]]>
2016-07-15T15:54:00+08:00 2016-07-15T15:54:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2436&p=7976#p7976 <![CDATA[Re: Problem with AT+CIPAP and AT+CIPSTA commands]]> Maybe you used the fault command:
your fault command:AT+CIPAP_DEF="192.168.4.1","192.168.4.1","255,255,255,0"
correct commaned :AT+CIPAP_DEF="192.168.4.1","192.168.4.1","255.255.255.0"

please try

Statistics: Posted by ESP_Rubin — Fri Jul 15, 2016 3:54 pm


]]>
2016-07-15T14:44:46+08:00 2016-07-15T14:44:46+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2436&p=7972#p7972 <![CDATA[【Feedback】Problem with AT+CIPAP and AT+CIPSTA commands]]> I am working with ESP-WROOM-02 module,info:

15.7.2016 08:19:04.00 [TX] - AT+GMR<CR><LF>
15.7.2016 08:19:04.03 [RX] - AT+GMR<CR>
<CR><LF>
AT version:0.51.0.0(Nov 19 2015 13:37:56)<CR><LF>
SDK version:1.4.1<CR><LF>
compile time:Nov 20 2015 16:55:54<CR><LF>
OK<CR><LF>

After factory reset,when I query softAP IP address:

15.7.2016 08:19:44.89 [TX] - AT+CIPAP?<CR><LF>
15.7.2016 08:19:44.92 [RX] - AT+CIPAP?<CR>
<CR><LF>
+CIPAP:ip:"192.168.4.1"<CR><LF>
+CIPAP:gateway:"192.168.4.1"<CR><LF>
+CIPAP:netmask:"255.255.255.0"<CR><LF>
<CR><LF>
OK<CR><LF>

This is fine,but when I try to set the IP address:

15.7.2016 08:20:13.40 [TX] - AT+CIPAP_DEF="192.168.4.1","192.168.4.1","255,255,255,0"<CR><LF>
15.7.2016 08:20:13.50 [RX] - AT+CIPAP_DEF="192.168.4.1","192.168.4.1","255,255,255,0"<CR>
<CR><LF>
<CR><LF>
OK<CR><LF>

This looks fine,but when I query IP address again:

15.7.2016 08:20:37.59 [TX] - AT+CIPAP?<CR><LF>
15.7.2016 08:20:37.64 [RX] - AT+CIPAP?<CR>
<CR><LF>
+CIPAP:ip:"192.168.4.1"<CR><LF>
+CIPAP:gateway:"192.168.4.1"<CR><LF>
+CIPAP:netmask:"255.255.255.255"<CR><LF>
<CR><LF>
OK<CR><LF>

As you can see,netmask is not good and it is like this no matter what I write.
The same applies to AT+CIPSTA command.
Is there a solution to this problem?
Regards

Statistics: Posted by N.Jovanovic — Fri Jul 15, 2016 2:44 pm


]]>