ESP8266 Developer Zone The Official ESP8266 Forum 2017-10-13T05:15:59+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=6873 2017-10-13T05:15:39+08:00 2017-10-13T05:15:39+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6873&p=16407#p16407 <![CDATA[Re: AT+UART_DEF not keeped in memory after reboot]]>
Thank you very much.

Regards,

Eliott.

Statistics: Posted by Eliott — Fri Oct 13, 2017 5:15 am


]]>
2017-10-12T15:17:44+08:00 2017-10-12T15:17:44+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6873&p=16390#p16390 <![CDATA[Re: AT+UART_DEF not keeped in memory after reboot]]> Statistics: Posted by Her Mary — Thu Oct 12, 2017 3:17 pm


]]>
2017-10-12T01:07:21+08:00 2017-10-12T01:07:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6873&p=16378#p16378 <![CDATA[Re: AT+UART_DEF not keeped in memory after reboot]]>
I usually flash with a 4Mbit flash instead of 32Mbit as mounted.

With the correct flash configutation size an binary the baudrate stay configured.

But I don't know what I miss because now I'm unable to change DHCP configuration and I got very strange IP:

Code:

AT<CR><LF>

AT<CR><LF>
<CR><LF>
OK<CR><LF>

AT+GMR<CR><LF>

AT+GMR<CR><LF>
AT version:1.4.0.0(May  5 2017 16:10:59)<CR><LF>
SDK version:2.1.0(116b762)<CR><LF>
compile time:May  5 2017 16:37:53<CR><LF>
OK<CR><LF>

AT+CWDHCP_DEF=0,1<CR><LF>

AT+CWDHCP_DEF=0,1<CR><LF>
<CR><LF>
ERROR<CR><LF>

AT+CWDHCPS_DEF?<CR><LF>

AT+CWDHCPS_DEF?<CR><LF>
+CWDHCPS_DEF:0,0.0.0.0,0.0.0.0<CR><LF>
OK<CR><LF>

AT+CWLAP<CR><LF>

AT+CWLAP<CR><LF>
+CWLAP:(4,"Livebox-EE7A",-75,"f4:6b:ef:20:ee:7a",1,-94,0)<CR><LF>
+CWLAP:(3,"FreeBox_Hutin",-80,"00:24:d4:c9:95:6c",4,-105,0)<CR><LF>
+CWLAP:(0,"FreeWifi",-80,"00:24:d4:c9:95:6d",4,-105,0)<CR><LF>
+CWLAP:(5,"FreeWifi_secure",-80,"00:24:d4:c9:95:6e",4,-105,0)<CR><LF>
+CWLAP:(3,"Livebox-B968",-84,"ac:84:c9:13:b9:68",6,-86,0)<CR><LF>
+CWLAP:(2,"SFR_8320",-88,"44:ce:7d:7e:83:24",6,-71,0)<CR><LF>
+CWLAP:(4,"4G-TPLINK",-64,"10:fe:ed:e6:7c:04",9,-105,0)<CR><LF>
+CWLAP:(4,"Livebox-6EFE",-89,"f4:6b:ef:12:6e:fe",11,-94,0)<CR><LF>
<CR><LF>
OK<CR><LF>

AT+CWJAP_DEF="4G-TPLINK","gjpw4PC72D86xht","10:FE:ED:E6:7C:04"<CR><LF>

AT+CWJAP_DEF="4G-TPLINK","xxxx","10:FE:ED:E6:7C:04"<CR><LF>
WIFI CONNECTED<CR><LF>
WIFI GOT IP<CR><LF>
<CR><LF>
OK<CR><LF>

AT+CIPSTA?<CR><LF>

AT+CIPSTA?<CR><LF>
+CIPSTA:ip:"52.71.45.84"<CR><LF>
+CIPSTA:gateway:"52.71.45.1"<CR><LF>
+CIPSTA:netmask:"255.255.255.0"<CR><LF>
<CR><LF>
OK<CR><LF>


Thank you for help.

Regards,

Eliott.

Statistics: Posted by Eliott — Thu Oct 12, 2017 1:07 am


]]>
2017-10-11T13:36:35+08:00 2017-10-11T13:36:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6873&p=16364#p16364 <![CDATA[Re: AT+UART_DEF not keeped in memory after reboot]]> Which bin files are downloaded into your flash, and have you selected the correct flash size while downloading?

Statistics: Posted by Her Mary — Wed Oct 11, 2017 1:36 pm


]]>
2017-10-13T05:15:59+08:00 2017-10-11T06:32:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6873&p=16354#p16354 <![CDATA[[SOLVED] AT+UART_DEF not keeped in memory after reboot]]>
when I use the command

Code:

AT+UART_DEF=xxxx,8,1,0,0<CR><LF>
my device is immediately at the good baurdate but when I reboot it the last baudrate is set.

Sometime the baudrate is at the good value afte reseting but in random cases.

Do I have to wait or send other command to set the baudrate defenitely ?

This is a bug ?

AT version:1.4.0.0(May 5 2017 16:10:59)<CR><LF>
SDK version:2.1.0(116b762)<CR><LF>
compile time:May 5 2017 16:37:48<CR><LF>

Regards,

Eliott.

Statistics: Posted by Eliott — Wed Oct 11, 2017 6:32 am


]]>