ESP8266 Developer ZoneThe Official ESP8266 Forum2016-10-13T11:00:30+08:00https://bbs.espressif.com:443/feed.php?f=16&t=28472016-10-13T11:00:30+08:002016-10-13T11:00:30+08:00https://bbs.espressif.com:443/viewtopic.php?t=2847&p=10139#p10139Are you using an old AT command firmware? I tried with firmware based on the nonOS SDK v.2.0.0
Statistics: Posted by Guest — Thu Oct 13, 2016 11:00 am
]]>2016-10-11T16:43:54+08:002016-10-11T16:43:54+08:00https://bbs.espressif.com:443/viewtopic.php?t=2847&p=10119#p10119 Here is the complete initialization:
OK AT+CWSAP_CUR="CraftBot_RC0A80115","devicepassword",1,4
OK AT+CIPMUX=1
OK AT+CIPSERVER=1,80
OK ATE1
OK AT+GMR
AT version:1.3.0.0(Jul 14 2016 18:54:01) SDK version:2.0.0(656edbf) compile time:Jul 19 2016 18:43:55 OK AT+CIPSTART=4,"UDP","0",0,80,2
4,CONNECT
OK
Statistics: Posted by hjani — Tue Oct 11, 2016 4:43 pm
]]>2016-10-08T14:36:24+08:002016-10-08T14:36:24+08:00https://bbs.espressif.com:443/viewtopic.php?t=2847&p=10081#p10081Can you provide information on the SDK version you are using or the output of AT+GMR command?
Also, please describe your setup if possible. How are your devices connected? Also, what is the time interval between getting 0, CLOSED and +IPD,0 command? Is it in the order of seconds? Or is it in the milliseconds range?
Statistics: Posted by Guest — Sat Oct 08, 2016 2:36 pm
]]>2016-10-06T18:33:53+08:002016-10-06T18:33:53+08:00https://bbs.espressif.com:443/viewtopic.php?t=2847&p=10063#p10063 As the subject states I receive an IPD command after an unexpected tcp connection close on the channel 0 for example. Is it a normal behavior?
+IPD,0,10:#GETSTATE AT+CIPSEND=0,21
OK >
Recv 21 bytes
+IPD,4,11:#CRAFTBOT?
SEND OK AT+CIPSEND=4,19
OK >
Recv 19 bytes
SEND OK 0,CLOSED
+IPD,0,10:#GETSTATE AT+CIPSEND=0,21
link is not valid
ERROR 0,CLOSED 0,CONNECT
+IPD,0,10:#GETSTATE AT+CIPSEND=0,21
OK >
Recv 21 bytes
SEND OK
Statistics: Posted by hjani — Thu Oct 06, 2016 6:33 pm