Chat freely about anything...

User avatar
By villTech
#3470 just tried.
too bad settings like AT+CIPSTA still not saved in flash memory
AT+RST


OK

ets Jan 8 2013,rst cause:4, boot mode:(3,0)

wdt reset
load 0x40100000, len 24404, room 16
tail 4
chksum 0x5f
load 0x3ffe8000, len 3428, room 4
tail 0
chksum 0x85
load 0x3ffe8d70, len 6624, room 8
tail 8
chksum 0x01
csum 0x01
rl
ready
AT+CIFSR

+CIFSR:APIP,"192.168.4.1"
+CIFSR:APMAC,"1a:fe:34:99:21:62"
+CIFSR:STAIP,"192.168.1.110"
+CIFSR:STAMAC,"18:fe:34:99:21:62"

OK
AT+CIPSTA="192.168.1.111"


OK
AT+CIFSR

+CIFSR:APIP,"192.168.4.1"
+CIFSR:APMAC,"1a:fe:34:99:21:62"
+CIFSR:STAIP,"192.168.1.111"
+CIFSR:STAMAC,"18:fe:34:99:21:62"

OK
AT+CIPSERVER=1,80


ERROR
AT+CIPMUX=1


OK
AT+CIPSERVER=1,80


OK
0,CONNECT

+IPD,0,8:hi£¡£¡£¡
OK
0,CLOSED
AT+RST


OK

ets Jan 8 2013,rst cause:4, boot mode:(3,0)

wdt reset
load 0x40100000, len 24404, room 16
tail 4
chksum 0x5f
load 0x3ffe8000, len 3428, room 4
tail 0
chksum 0x85
load 0x3ffe8d70, len 6624, room 8
tail 8
chksum 0x01
csum 0x01
rl
ready
AT+CIFSR

+CIFSR:APIP,"192.168.4.1"
+CIFSR:APMAC,"1a:fe:34:99:21:62"
+CIFSR:STAIP,"192.168.1.110"
+CIFSR:STAMAC,"18:fe:34:99:21:62"

OK
User avatar
By Didier9
#3478
Athena wrote::roll: :arrow: :arrow: :arrow:

AT_v0.20 is just released http://bbs.espressif.com/viewtopic.php?f=5&t=64
Not only the source code !!! But also the documents!!!!

:idea: :idea: :idea: ;)


Well, a few well needed additions, dhcp on/off being one of them. The documentation is getting better, even though there is still no mention in the manual of which commands are saved to flash and which are not, and as villTech pointed out, some commands really should be saved to flash.

I think this just passed the threshold of usability for my applications.