The problem is that I try to connect two ESP8266, one operate in Station mode and the second in AP mode. The problem is that, sometimes the connection is made, also I can send and receive data, however, it is lost and I cannot connect again, I'll describe the procedure:
1:
Code: Select all
AT+CWMODE=1
OK
AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 816, room 16
tail 0
chksum 0x8d
load 0x3ffe8000, len 788, room 8
tail 12
chksum 0xcf
ho 0 tail 12 room 4
load 0x3ffe8314, len 288, room 12
tail 4
chksum 0xcf
csum 0xcf
2nd boot version : 1.2
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1
rl\0x8e\0x82\0xff
Ai-Thinker Technology Co. Ltd.
ready
AT+CIPMUX=1
OK
AT+CIPSERVER=1
OK
AT+CIFSR
+CIFSR:STAIP,"172.168.0.40"
+CIFSR:STAMAC,"18:fe:34:98:3a:4f"
OK
2:
Code: Select all
OK
AT+CWMODE=2
OK
AT+RST
OK
ets Jan 8 2013,rst cause:4, boot mode:(3,7)
wdt reset
load 0x40100000, len 816, room 16
tail 0
chksum 0x8d
load 0x3ffe8000, len 788, room 8
tail 12
chksum 0xcf
ho 0 tail 12 room 4
load 0x3ffe8314, len 288, room 12
tail 4
chksum 0xcf
csum 0xcf
2nd boot version : 1.2
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 4Mbit
jump to run user1
r\0x18\0x02\0x8e\0x1b\0xd1
Ai-Thinker Technology Co. Ltd.
ready
AT+CIPSTART="TCP","173.168.0.40",333
ERROR
CLOSED
In both the AT+GMR output is:
Code: Select all
AT+GMR
AT version:0.21.0.0
SDK version:0.9.5
OK
Thanks for help!