here is my code
Code: Select all
AT
OK
AT+RST
OK
WIFI DISCONNECT
ets Jan 8 2013,rst cause:2, boot mode:(3,7)
load 0x40100000, len 1396, room 16
tail 4
chksum 0x89
load 0x3ffe8000, len 776, room 4
tail 4
chksum 0xe8
load 0x3ffe8308, len 540, room 4
tail 8
chksum 0xc0
csum 0xc0
2nd boot version : 1.4(b1)
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000
òn't use rtc mem data
rlŽƒrlÌÿ
Ai-Thinker Technology Co.,Ltd.
ready
WIFI CONNECTED
WIFI GOT IP
AT+CIPSTATUS
STATUS:2
OK
AT+CIPSTART="TCP","iot.espressif.cn",8000
ERROR
AT+CIFSR
+CIFSR:APIP,"192.168.4.1"
+CIFSR:APMAC,"1a:fe:34:d6:59:01"
+CIFSR:STAIP,"192.168.43.148"
+CIFSR:STAMAC,"18:fe:34:d6:59:01"
my main problem is :
1. AT+RST, when i tried to reset the module, my wifi is still connected and got ip address from my previous AT+CWJAP instruction. why ? i thought the module will reset and there is no AT command left in there.
2. AT+CIPSTART, always error but sometimes work(only once).
could you please help me ? im really struggling here. thank you