Closed Oxyandy closed 6 years ago
I just (minutes ago) added some quick fix to do a bit more active reconnects.
However, if you're getting them Beacon timeout so quickly and so often, there may be some other issue here. The beacon timeout is a common reason to disconnect. But common as in a few times a week maybe a few times per day. Not as frequent as you describe them. The "No AP found" is something else I just found out yesterday. ESP32 has an event to signal "STAstart", which will fire when the wifi module is online and stable. On the ESP32 this will take between 30 and 450 msec (on my test node). If you're trying to so some wifi related stuff inbetween starting wifi mode and doing something with the wifi, it will result in strange issues. For example:
The ESP8266 does not have such a STAstart event. But you could add some delay in the function that actually sets the mode to WIFI_STA
A delay of 250 msec is almost always fine.
There are other new insights into wifi that I should use and the wifi code has become too complex in the last few weeks. So there should be a simple redesign (or redesign to simplicity) to the wifi code. I will work on that for the next couple of days and then release it.
So please test the last version of the code (or wait 3 hours and you'll have the fresh 025 build)
And sometimes it also helps to restart the accesspoint, since beacon timeout should not happen that often, even though there is some logic error in the current code.
I will try the 025 build.. I can back track this error ??? Introduced somewhere in the last month... Is an instant issue, as soon as setting up Wifi tried different makes & model routers & my Android phone's hotspot, consistent problem all routers Downgrade firmware to pre-CRC fail, this issue is gone, Wifi works fine.
ESP_Easy_mega-20180425_normal_ESP8266_1024.bin Full erase before flash Opened Serial Monitor, cold booted.. AP is not showing anywhere, tried my PC, Routers & Mobile Phone.. Cold boot & tried again, no AP "ESP_Easy_0" found to configure Wifi Tried again, waited.... Confirmed enough times, no access point visible Time for step 2, see log below this one - Serial Setup
INIT : Booting version: mega-20180425 (ESP82xx Core 2_4_0)
73 : INIT : Warm boot #2
75 : FS : Mounting...
81 : FS : Mount successful, used 75802 bytes of 113201
379 : CRC : program checksum ...OK
386 : CRC : SecuritySettings CRC ...OK
404 : INIT : Free RAM:20400
405 : INIT : I2C
405 : INIT : SPI not enabled
419 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_4_0)
419 : WIFI : Switch on WiFi
420 : WIFI : Set WiFi to STA
422 : WIFI : No valid wifi settings
423 : WIFI : Connection Failed
525 : WIFI : Set WiFi to AP
1415 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
1422 : WD : Uptime 0 ConnectFailures 0 FreeMem 18144
31421 : WD : Uptime 1 ConnectFailures 0 FreeMem 18376
61421 : WD : Uptime 1 ConnectFailures 0 FreeMem 18376
>wifissid MAD_MOB
Ok
361421 : WD : Uptime 6 ConnectFailures 0 FreeMem 18376
>wifikey 12345676
Ok
>save
383973 : FILE : Saved config.dat
384274 : FILE : Saved security.dat
Ok
384275 : WIFI : Set WiFi to AP+STA
384402 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
391421 : WD : Uptime 7 ConnectFailures 0 FreeMem 17240
Wifidisconnect Wificonnect does nothing, just serial response OK Time for Cold Boot
INIT : Booting version: mega-20180425 (ESP82xx Core 2_4_0)
76 : RTC : Checksum error on reading RTC user var
76 : INIT : Warm boot #2147483657
78 : FS : Mounting...
85 : FS : Mount successful, used 75802 bytes of 113201
380 : CRC : program checksum ...OK
387 : CRC : SecuritySettings CRC ...OK
404 : INIT : Free RAM:20416
404 : INIT : I2C
405 : INIT : SPI not enabled
418 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_4_0)
419 : WIFI : Switch on WiFi
419 : WIFI : Set WiFi to STA
426 : WD : Uptime 0 ConnectFailures 0 FreeMem 19744
427 : WIFI : Connecting MAD_MOB attempt #0
2568 : WIFI : Disconnected! Reason: '(201) No AP found' Connected for 2140 ms
2568 : WIFI : Connection Failed
2669 : WIFI : Set WiFi to AP
3558 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
Serial "Reset" - Try again No AP visible
Wifidisconnect & Wificonnect Even Cold boot -- Nothing changed
Ok, may patch may have broken things regarding the AP mode. About the errors reported. I just added the reason of disconnect to get more insight on what is happening. Before there may have been WiFi issues, but never logged
Took another known working perfectly module with existing firmware, set as static IP Flashed 0425 over the top Connected differently, not better, could post whole log but quickly I spotted:
Wifi : Detected strange behavior, reset wifi.
WIFI : Disconnected! Reason: '(2) Auth expire' Connected for 1131 ms
WIFI : Disconnected! Reason: '(200) Beacon timeout' Connected for 10 s
WIFI : Disconnected! Reason: '(201) No AP found' Connected for 2146 ms
Trying ESP_Easy_mega-20180425_normal_ESP8266_4096, I setup the wifi via serial, and am seeing this:
520 : WD : Uptime 0 ConnectFailures 0 FreeMem 19728 521 : WIFI : Connecting nl5658az49 attempt #0 2658 : WIFI : Disconnected! Reason: '(201) No AP found' Connected for 2136 ms 2658 : WIFI : Connection Failed 2759 : WIFI : Set WiFi to AP 3648 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1
The ESP_Easy_0 AP is not visible to my laptops or phones.
OK, what was the last version of ESPeasy that simply worked with wifi? Then I will merge that version of wifi code into ESPeasy and will have a look at the event based wifi later on. This is really taking way too much time and it is just leading to more issues.
There is a patch for the static IP issues, which I will use of course. and some other issues that have been bugging ESPeasy for over a month already.
So please, what version did just work?
The best version on my nodes is mega-20180410
Still, that recent? That's after event based wifi, right @TD-er ?
Please report back here more suggestions on releases to pick for the async wifi.
The web interface works very fast so surely the event based wifi. But this version is on core 2.3.0. Maybe it's really one problem 2.4.0 and not event based wifi?
I hade the same problem all working perfectly on 04102018 after upgrade to any version after this one I get a bootloop that I can't even downgrade to previous versions... Need to check how to get out of bootloop on wemos D1.
As far as I understand the 0410 was the last on 2.3 core and after that all versions use 2.4
On Wed, Apr 25, 2018, 09:30 melwinek notifications@github.com wrote:
The web interface works very fast so surely the event based wifi. But this version is on core 2.3.0. Maybe it's really one problem 2.4.0 and not event based wifi?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/letscontrolit/ESPEasy/issues/1312#issuecomment-384187762, or mute the thread https://github.com/notifications/unsubscribe-auth/ADPy_1flYcxggS14s1bzkN96SvwMQAbFks5tsCYSgaJpZM4TiiWg .
If you back-stepped and tried merging 'important' fixes over the top why not ESP_Easy_mega-20180403_normal_ESP8266_1024.bin <- CRC : Settings CRC ...OK #1272 As far as answering the question "OK, what was the last version of ESPeasy that simply worked with wifi?" I would need to test carefully to supply an answer.. Can do.. mega-20180403 Wifi is great, server is super strong (repeatedly pressing F5 on devices page, never crashes or lags)
@sassod You may want to hold the "flash" button during flashing. So press and hold flash, press reset shortly, start writing the firmware while still holding the flash button. After writing firmware, release flash button and press reset.
At least, that's the method I use for NodeMCU. I assume the Wemos D1 also has a reset and a flash button?
I tried a multitude (about 20) of different combinations in the last weeks, all self-compiled, all on Wemos D1 Mini's (about 15 units with different sensors, relays, etc. attached). Combinatiosn I tried included switchign between core versions (2.3.0, 2.4.0, GIT master) and different versions of lwIP (1.4, 1.4 self compiled, 2.0High Bandwith, 2.0 self compiled, 2.0 High memory).
The observations I did were, that the most resent version of ESPEasy (from tonight) with core 2.3.0 and lwIP 1.4 seems to work stable.
Switching to core from GIT or 2.4.0 and using lwIP 2 has issues (does not reconnect / goes directly into AP mode). Switching to lwIP 1.4 self compiled does improve the situation slightly (connects to the network but switches to AP mode 2min. later)
so as far as I can tell it seems to be more related to the core version and lwIP and not the ESPEasy event based Wifi. However these are just not really sophisticated observations from a beginner... but probably it helps to narrow down the issues.
Let me knwo if I can help and/or provide more information! And keep up the grat work!! Really appreciate it!!
Could you also check if it is possible to connect to the setup page and continue the whole process of setup wifi access, when using core 2.3.0 ? (you probably need clean settings for that)
If that's working right now, I will switch back to 2.3.0
as I'm in the office I don't have physical access to the devices right now, but as far as I could see the last days, that worked. switchign to 2.4.0 or git will not bring up the page anymore.
connecting to the setup-page of a running unit (2.3.0 ESPEasy from tonight) work also fine and shows me the actual connected IP.
Clearing and flashing a unit I could try tonight thoug...
PS: what I'm also seeing on my ESP Server (FHEM) is that the messages received often are incomplete when using GIT or 2.4.0 with lwIP 2.0 (Invalid content length (462 != 410))
OK, that's a big help. I will try to get a 'quick and stable' build this evening. This wifi stuff must become stable again asap.
Improvements in speed can always be done later, since I now know what is causing the delays.
I'm flashing a cpuple of units just now with my Core 2.3.0 build from this morning (and ESPEasy master) and see if they run stable throughout the day...
ESPeasy master.... I hope you mean "mega" branch? Master has been renamed to 'legacy' a few days ago.
yes, sure, sorry... told you I'm a beginner ;)
ESP_Easy_mega-20180410_normal_ESP8266_1024 (the last 2.3 core) Access Point shows & connects but is at http://192.168.244.1/setup not the usual http://192.168.4.1 haven't had much time to test it yet...
So what is the plan ? Take mega-20180425 and change compile settings ?
I'm not sure there is already a plan :) But you could try that to see if it helps. Sounds like a good start.
Had problems with AP, Page Title loaded.. not much else, then seemed to lock-up even via serial Cold Boot - Manually set wifi via serial - connected Web server responds & wifi stays connected (now 53 m 21 s) Overall is not as fast as 0403, web-server working OK, but has moments it seems to 'pause' changing state on GPIO14, seems to lag with the display of that state change on serial console For fun I checked the GPIO wrong state, my friendly bug is still there
Even though I have tortured the device, trying to crash it, it has stayed UP (1 hour 30 min) Not one wifi error as I have previously reported UP time = Wifi connect time.. So the change from 2.4 down to core 2.3 = a huge difference
Just for information: I have flashed 6 units about four hours ago. Except one, all of them still up and running (with 2.4.0 or GIT it was less than 5min.). One stopped responding after 2h, but this one I use for HW-Tests (sensors, relaiys, etc), so It's likely an issue of the device and not the SW.
The others are running a build from this morning with core 2.3.0 built wirh Arduino on a Mac with a custom plugin set enabled (32 plugins).
hope this helps...
It helps a lot. At least it somewhat proves my code isn't that horrible ;) And tomorrows build will be 2.3.0 based for sure.
Does the compilation in PlatformIO require any additional settings in current versions? In the past, everything worked without a problem. Now after uploading and resetting, it does not save wifi settings. I give the data, then the countdown, and the button return to the settings. In logs it looks like this: 23059 : WIFI : Set WiFi to AP 31518 : WIFI : Set WiFi to AP+STA 31520 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1 31520 : WIFI : Credentials Changed, retry connection. SSID: lipowo 31606 : WD : Uptime 1 ConnectFailures 0 FreeMem 11640 61606 : WD : Uptime 1 ConnectFailures 0 FreeMem 12560
Hmm that was the reason I switched to 2.4.0, since there is a bug somewhere in 2.3.0 that was fixed in 2.4.0
I have to look into that.
It is interesting that the original compilations work ok, it is only I can not build my own.
I compiled the latest dev tasmota to investigate the 'new' rules, as is of course, Wifi issues.. haha :) Now I have a way of 'testing' the builds since 0403, I am going to build them all since then and compare because 0403 seems blazing fast compared to 0425 Actually 0410 isnt it ? Anyway too tired to do anything else this evening
So 0403 was actually "the best" ?
Hi all, for me yesterday's version works very well. Absolutely no problem with Wifi Wemos D1 - 8266 and 8285.
Just for information: I have uploaded the 1MB blank file firmware. Then loaded latest firmware. Attached to internal AP on 192.168.4.1 Then had to manually type http://192.168.4.1/setup Then I inserted my Wifi cedentials Then recreated all the devices and uploaded the rules. I also made several firmware updates since then both from my own compiler and from pre-build version. Now is solid and stable since yesterady 23:00, so almost 24 hours. I also find it much much faster in Wifi connection then the previous version.
The only problem was that I had to manually type http://192.168.4.1/setup while before this page was appearing automatically. Other than this, is perfect.
This is my log:
107 : INIT : I2C
107 : INIT : SPI not enabled
1216 : INFO : Plugins: 72 [Normal] [Testing] [Development] (ESP82xx Core 2_4_0)
1217 : EVENT: System#Wake
1292 : WIFI : Switch on WiFi
1292 : WIFI : Set WiFi to STA
mode : sta(60:01:94:8e:ba:c9)
add if0
1405 : EVENT: System#Boot
2227 : SYS : 0.00
2229 : EVENT: SysInfoUptime#UptimeDays=0.00
3157 : WIFI : Connecting KeepOut attempt #0
3158 : IP : Static IP : 192.168.1.206 GW: 192.168.1.1 SN: 255.255.255.0 DNS: 8.8.8.8
3173 : IMPT : MQTT 037 Intentional reconnect
3526 : WIFI : Static IP: 192.168.1.206 (ESPT6-16) GW: 192.168.1.1 SN: 255.255.255.0 duration: 3158 ms
3537 : EVENT: WiFi#Connected
3606 : Webserver: start
scandone
state: 0 -> 2 (b0)
state: 2 -> 3 (0)
state: 3 -> 5 (10)
add 0
aid 5
cnt
connected with KeepOut, channel 9
ip:192.168.1.206,mask:255.255.255.0,gw:192.168.1.1
7261 : Current Time Zone: DST time start: 2018-03-25 02:00:00 offset: 120 minSTD time start: 2018-10-28 03:00:00 offset: 60 min
7262 : EVENT: Time#Initialized
7350 : EVENT: Clock#Time=Wed,20:33
7432 : IMPT : MQTT 037 Intentional reconnect
7794 : WIFI : Connected! AP: KeepOut (BC:EE:7B:EF:A3:38) Ch: 9 Duration: 3059 ms
7795 : EVENT: WiFi#ChangedAccesspoint
7877 : WIFI : Static IP: 192.168.1.206 (ESPT6-16) GW: 192.168.1.1 SN: 255.255.255.0
7888 : EVENT: WiFi#Connected
There are some strange log messages, but it works
quick update: running now on 11 units between 5 and 10 hours with mega commit 2fd226d from this morning and core 2.3.0. The only issue I found until now is, that the webpage does not load automatically the first time (eg. login-page) I have to call a page directly (eg. /tools or /login) after this, everything runs smoothly in the web interface.
My wemos D1 works fine with ESPEasy_mega-20180410.
@TD-er said
So 0403 was actually "the best" ?
You maybe still awake, I have just woken... Yes, so far 0403 (pre crc fail), is the best however before I slept I compiled every release which never loaded with 2.3.0 Now I can better evaluate the difference & get back to you.
Well, 'awake' is a bit too optimistic I guess.
I will go to sleep now. Current progress can be seen here: https://github.com/TD-er/ESPEasy/tree/bugfix/wifi_stability
It does seem to work quite OK with ESP32 and ESP8266, but only when using DHCP. For static IP the connection gets lost quite often.
Maybe when built against 2.4.1 it will work. But that's for another day. Now I'll go to bed and I am not merging this into ESPeasy repository. But at least others can play with it if they like.
For 3+ hours I have been testing firmwares compiled on 2.3.0 I have made very specific tests & notes for each, awful results really (overall) until I loaded 20180421, then 20180422 - with these there are noticeable differences 0422 fixes a bug in 0421 which makes it useless.. Not yet finished with 0422
What I do not know.. what is considered acceptable "FreeMem" ? Dangerously low point ? what is considered unacceptable "FreeMem" ?
Acceptable freemen is about 10, but with 2.4.0 we do not get that. The minimum should be > 5k
As is downloaded from Github ESP_Easy_mega-20180426_normal_ESP8266_1024.bin Not really tested, just at this point after flashing While testing other April firmwares compiled with 2.3.0, still had plenty of Wifi errors, so changing from 2.4.0 to 2.3.0 has not solved 'all' those problems, some firmwares the Wifi errors are so bad, I can not load the web server... Others good.. Not tested past 0422 yet, but this log is 0426 just flashed over 0422's config for a quick look, some minor Wifi errors in log, do they look acceptable to you ? will resume more testing later, just got back home.. hungry
INIT : Booting version: mega-20180426 (ESP82xx Core 2_3_0)
79 : INIT : Cold Boot
80 : FS : Mounting...
86 : FS : Mount successful, used 75802 bytes of 113201
367 : CRC : program checksum ...OK
378 : CRC : SecuritySettings CRC ...OK
379 : CRC : binary has changed since last save of Settings
396 : INIT : Free RAM:19456
396 : INIT : I2C
396 : INIT : SPI not enabled
411 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_3_0)
412 : EVENT: System#Wake
416 : WIFI : Switch on WiFi
416 : WIFI : Set WiFi to STA
428 : EVENT: System#Boot
430 : SW : Switch state 0 Output value 0
436 : EVENT: Float_SW#Switch=0.00
1022 : WD : Uptime 0 ConnectFailures 0 FreeMem 19616
1033 : WIFI : Connecting MAD_IOT attempt #0
1034 : IP : Static IP : 192.168.0.225 GW: 192.168.0.254 SN: 255.255.255.0 DNS: 8.8.8.8
1048 : WIFI : Static IP: 192.168.0.225 (ESP-Easy-0) GW: 192.168.0.254 SN: 255.255.255.0 duration: 1034 ms
1059 : EVENT: WiFi#Connected
1065 : Webserver: start
1159 : MQTT : Intentional reconnect
1169 : MQTT : Failed to connect to broker
1510 : MQTT : Intentional reconnect
1517 : MQTT : Failed to connect to broker
11207 : Host unreachable: 0.0.0.0
11208 : Wifi : Detected strange behavior, reset wifi.
11208 : Webserver: stop
11209 : WIFI : Switch off WiFi
11310 : WIFI : Switch on WiFi
11310 : WIFI : Set WiFi to STA
11311 : NTP : NTP host au.pool.ntp.org (0.0.0.0) unreachable
11323 : EVENT: WiFi#Disconnected
11328 : WIFI : Disconnected! Reason: '(4) Assoc expire' Connected for 4063 ms
11336 : WIFI : Connecting MAD_IOT attempt #1
11337 : IP : Static IP : 192.168.0.225 GW: 192.168.0.254 SN: 255.255.255.0 DNS: 8.8.8.8
11344 : WIFI : Static IP: 192.168.0.225 (ESP-Easy-0) GW: 192.168.0.254 SN: 255.255.255.0 duration: 11338 ms
11358 : EVENT: WiFi#Connected
11360 : Webserver: start
11457 : MQTT : Intentional reconnect
11469 : MQTT : Failed to connect to broker
11807 : MQTT : Intentional reconnect
11814 : MQTT : Failed to connect to broker
15639 : WIFI : Connected! AP: MAD_IOT (F4:F2:6D:25:84:C6) Ch: 11 Duration: 2511 ms
15640 : EVENT: WiFi#ChangedAccesspoint
15647 : WIFI : Static IP: 192.168.0.225 (ESP-Easy-0) GW: 192.168.0.254 SN: 255.255.255.0
15657 : EVENT: WiFi#Connected
15818 : Current Time Zone: STD time start: 2018-10-28 03:00:00 offset: 600 min
15819 : EVENT: Time#Initialized
15824 : EVENT: Clock#Time=Thu,18:25
15826 : MQTT : Intentional reconnect
19777 : MQTT : Connected to broker with client ID: ESPClient_5C:CF:7F:72:96:EC
19840 : Subscribed to: domoticz/out
20558 : EVENT: MQTT#Connected
25571 : EVENT: Clock#Time=Thu,18:26
31022 : WD : Uptime 1 ConnectFailures 0 FreeMem 16688
Compiled with your changes from tonight and it seems to run stable with DHCP and static IP. No errors in the log after 1h of run. :-)
@TD-er : just flashed a couple of D1 units with your latest commit from https://github.com/TD-er/ESPEasy/tree/bugfix/wifi_stability compiled with latest GIT core version.... I'll let you know how they behave later today.
I have no idea why my hardware dislikes your wifi stability branch, a snippet
943087 : EVENT: WiFi#Connected
943815 : MQTT : Connected to broker with client ID: ESPClient_5C:CF:7F:72:96:EC
943832 : Subscribed to: domoticz/out
943891 : EVENT: MQTT#Connected
952294 : EVENT: WiFi#Disconnected
952296 : WIFI : Disconnected! Reason: '(200) Beacon timeout' Connected for 9529 ms
952312 : MQTT : Connection lost
952312 : EVENT: MQTT#Disconnected
952902 : WIFI : Connecting MAD_IOT attempt #0
952903 : IP : Static IP : 192.168.0.225 GW: 192.168.0.254 SN: 255.255.255.0 DNS: 8.8.8.8
953025 : EVENT: WiFi#Disconnected
953027 : WIFI : Disconnected! Reason: '(201) No AP found' Connected for 123 ms
953902 : WIFI : Connecting MAD_IOT attempt #1
953903 : IP : Static IP : 192.168.0.225 GW: 192.168.0.254 SN: 255.255.255.0 DNS: 8.8.8.8
956156 : EVENT: WiFi#Disconnected
956158 : WIFI : Disconnected! Reason: '(2) Auth expire' Connected for 2253 ms
956903 : WIFI : Connecting MAD_IOT attempt #2
956904 : IP : Static IP : 192.168.0.225 GW: 192.168.0.254 SN: 255.255.255.0 DNS: 8.8.8.8
959323 : WIFI : Connected! AP: MAD_IOT (F4:F2:6D:25:84:C6) Ch: 11 Duration: 2419 ms
959324 : WIFI : Static IP: 192.168.0.225 (ESP-Easy-0) GW: 192.168.0.254 SN: 255.255.255.0 duration: 1 ms
959452 : EVENT: Time#Set
959454 : EVENT: WiFi#Connected
Flash ESP_Easy_mega-20180403_normal_ESP8266_1024_DOUT.bin then everything just works..
@Oxyandy That's exactly what I saw last night, right before my eyes told me to get some downtime myself.
Static IP + core 2.3.0 and my branch was absolutely not stable. It seems like it does not register itself as "connected + got IP" and thus the MQTT connection does not do its loop() calls and the MQTT broker will disconnect the client. That's how far I got last night. But at least it is a lot more clean than the code of the last few weeks and that's always nice to have. I threw away a lot of code and tried to keep it simple.
quick catchup: after the first units ran fine with your simplified code from tonight I flushed now all test devices (~10). We'll see how it goes.
but already now I can say, that my devices seem to like your code quite good, I see certain reconects from time to time (200&201) but at least they reconnected everytime successfully.
one thing that seems to be important when using lwIP2 make sure you take the high bandwith one, otherwise it seems to loose some data from time to time when there is a lot to send (eg. multiple values in a sensor) and the packets get big therefore. With the high bandwith lwIP this seems to be gone..
webinterface looks speedy also cpu is a bit lower in average and free memory higher.
Version from 2604 Git compiled with core 2.4.1 not reconnect after router restart, after node restart its ok: INIT : Booting version: (ESP82xx Core 2_4_1) 67 : INIT : Warm boot #4 68 : FS : Mounting... 93 : FS : Mount successful, used 75802 bytes of 957314 99 : CRC : No program memory checksum found. Check output of crc2.py 104 : CRC : SecuritySettings CRC ...OK 105 : CRC : binary has changed since last save of Settings 212 : INIT : Free RAM:22576 212 : INIT : I2C 212 : INIT : SPI not enabled 226 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_4_1) 226 : WIFI : Switch on WiFi 226 : WIFI : Set WiFi to STA 228 : WIFI : No valid wifi settings 229 : WIFI : Connection Failed 331 : WIFI : Set WiFi to AP 1221 : WIFI : AP Mode ssid will be ESP_Easy_0 with address 192.168.4.1 1228 : WD : Uptime 0 ConnectFailures 0 FreeMem 20328 >wifissid lipowo Ok >wifikey xxxxxxxxxxxxxxxxxxxxxx Ok >save 94313 : FILE : Saved config.dat 94344 : FILE : Saved security.dat Ok
wificonnect Ok >reboot INIT : Booting version: (ESP82xx Core 2_4_1) 61 : INIT : Warm boot #2 62 : FS : Mounting... 86 : FS : Mount successful, used 75802 bytes of 957314 93 : CRC : No program memory checksum found. Check output of crc2.py 98 : CRC : SecuritySettings CRC ...OK 204 : INIT : Free RAM:22576 205 : INIT : I2C 205 : INIT : SPI not enabled 218 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_4_1) 219 : WIFI : Switch on WiFi 219 : WIFI : Set WiFi to STA 225 : WD : Uptime 0 ConnectFailures 0 FreeMem 21920 226 : WIFI : Connecting lipowo attempt #0 3998 : WIFI : Connected! AP: lipowo (11:11:11:11:11:11) Ch: 6 Duration: 3771 ms 8197 : WIFI : DHCP IP: 192.168.3.212 (ESP-Easy-0) GW: 192.168.3.49 SN: 255.255.255.0 duration: 4199 ms 8200 : Webserver: start 30225 : WD : Uptime 1 ConnectFailures 0 FreeMem 18624 60225 : WD : Uptime 1 ConnectFailures 0 FreeMem 18072 87339 : : Rebooting...
INIT : Booting version: (ESP82xx Core 2_4_1) 63 : INIT : Warm boot #5 64 : FS : Mounting... 89 : FS : Mount successful, used 75802 bytes of 957314 96 : CRC : No program memory checksum found. Check output of crc2.py 100 : CRC : SecuritySettings CRC ...OK 207 : INIT : Free RAM:22576 207 : INIT : I2C 207 : INIT : SPI not enabled 221 : INFO : Plugins: 47 [Normal] (ESP82xx Core 2_4_1) 221 : WIFI : Switch on WiFi 221 : WIFI : Set WiFi to STA 228 : WD : Uptime 0 ConnectFailures 0 FreeMem 21920 228 : WIFI : Connecting lipowo attempt #0 5010 : WIFI : Connected! AP: lipowo (11:11:11:11:11:11) Ch: 6 Duration: 4780 ms 5698 : WIFI : DHCP IP: 192.168.3.212 (ESP-Easy-0) GW: 192.168.3.49 SN: 255.255.255.0 duration: 688 ms 5702 : Webserver: start 30228 : WD : Uptime 1 ConnectFailures 0 FreeMem 18224 2943939 : SYS : 16928.00 2949938 : SYS : -72.00 2957938 : SYS : 49.00 2970232 : WD : Uptime 50 ConnectFailures 0 FreeMem 17000 3000232 : WD : Uptime 50 ConnectFailures 0 FreeMem 17000 3003938 : SYS : 16928.00 3009938 : SYS : -72.00 3017938 : SYS : 50.00 3030232 : WD : Uptime 51 ConnectFailures 0 FreeMem 17000 3039019 : WIFI : Disconnected! Reason: '(200) Beacon timeout' Connected for 50 m 33 s 3039936 : Webserver: stop 3039936 : WIFI : Connecting lipowo attempt #0 3042798 : WIFI : Disconnected! Reason: '(201) No AP found' Connected for 2861 ms 3042799 : WIFI : Connection Failed 3042899 : WIFI : Set WiFi to AP 3043789 : WIFI : AP Mode ssid will be espt_99 with address 192.168.4.1 3060232 : WD : Uptime 51 ConnectFailures 0 FreeMem 16632 3064800 : SYS : 16560.00 3070799 : SYS : 31.00 3078799 : SYS : 51.00 3090232 : WD : Uptime 52 ConnectFailures 0 FreeMem 16632 3120232 : WD : Uptime 52 ConnectFailures 0 FreeMem 16632 3124800 : SYS : 16560.00 3130800 : SYS : 31.00 3138800 : SYS : 52.00 3150232 : WD : Uptime 53 ConnectFailures 0 FreeMem 16632 3180234 : WD : Uptime 53 ConnectFailures 0 FreeMem 16632 3184801 : SYS : 16560.00 3190813 : SYS : 31.00 3198812 : SYS : 53.00 3210234 : WD : Uptime 54 ConnectFailures 0 FreeMem 16632 3240234 : WD : Uptime 54 ConnectFailures 0 FreeMem 16632 3244813 : SYS : 16560.00 3250813 : SYS : 31.00 3258813 : SYS : 54.00 3270234 : WD : Uptime 55 ConnectFailures 0 FreeMem 16632 3300234 : WD : Uptime 55 ConnectFailures 0 FreeMem 16632 3304813 : SYS : 16560.00 3310813 : SYS : 31.00 3318813 : SYS : 55.00 3330234 : WD : Uptime 56 ConnectFailures 0 FreeMem 16632 3360234 : WD : Uptime 56 ConnectFailures 0 FreeMem 16632 3364814 : SYS : 16560.00 3370814 : SYS : 31.00 3378814 : SYS : 56.00 3390234 : WD : Uptime 57 ConnectFailures 0 FreeMem 16632 3420234 : WD : Uptime 57 ConnectFailures 0 FreeMem 16632 3424814 : SYS : 16560.00 3430814 : SYS : 31.00
Summarize of the problem/feature request
'(200) Beacon timeout' & '(201) No AP found' Make using the recent firmwares useless, it happens so quickly I can never load a web page. I happens straight away. Tried virgin devices, Erase_Flash, nothing changes the outcome. Tried 2 routers & even my mobile Android hotspot & restarting routers. Always the same, always instantly a problem. Simply setting Wifissid & Wifikey, save - problem starts, so using DHCP, not tried static etc
System configuration
Sonoff Basic units with 1M flash PCB dated 2017-5-5 TH_V1.1 ESP8266EX I can back track this if it helps ? Not going to back track without being asked to. Last firmware tried mega-20180424 (ESP82xx Core 2_4_0)