seems I found another bug - maybe it is related to previous bug. Seems, that when there is a static IP and dhcp disabled, the module has sometimes problem to connect to the tcp server. For the at+cipstart it returns no ip and ERROR, even if the module is connected to the Wifi and has IP. Here is the commands trace:
ready
AT+CWJAP?
+CWJAP:"Bob"
OK
AT+CIPMODE=0
OK
AT+CIPMUX=1
OK
AT+CIPSERVER=1,80
OK
AT+CIPSTO=2
OK
AT+CIFSR
+CIFSR:STAIP,"192.168.1.15"
+CIFSR:STAMAC,"18:fe:34:9f:0a:a1"
OK
AT+CIPSTART=1,"TCP","192.168.1.103",8080
no ip
ERROR
Without any change in the network after one minute, it connects OK.
ready
AT+CWJAP?
+CWJAP:"Bob"
OK
AT+CIPMODE=0
OK
AT+CIPMUX=1
OK
AT+CIPSERVER=1,80
OK
AT+CIPSTO=2
OK
AT+CIFSR
+CIFSR:STAIP,"192.168.1.15"
+CIFSR:STAMAC,"18:fe:34:9f:0a:a1"
OK
AT+CIPSTART=1,"TCP","192.168.1.103",8080
1,CONNECT
OK
AT+CIPSEND=1,87
OK
> GET /?ServiceName=NetDvc&v=1.0.0&n=0&t=25.10&h=35.70&b=3.9&p=6 HTTP/1.1Host: sensor0
SEND OK
AT+CIPCLOSE=1
1,CLOSED
OK
RobertStatistics: Posted by rgregor — Mon Feb 16, 2015 8:58 pm
]]>