WIFI : Disconnected! Reason: '(200) Beacon timeout'

Moderators: grovkillen, Stuntteam, TD-er

Message
Author
riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#51 Post by riker1 » 27 Dec 2020, 17:36

TD-er wrote: 27 Dec 2020, 17:09 I think we need a bit more info.
How often does this occur?
What have you tried to mitigate this issue?

- Switch to B/G Wifi
- Fix channel on Access point (preferred to use ch 1, 6 or 11)
- Disable 'Eco' mode
- Use access point exclusively for ESP nodes (not shared with other devices)
- Try other orientation of the ESP to try and match antenna polarity with antenna of access point
- Make sure to use proper power supply and cabling
- Add extra capacitor over the 3v3 line and GND
- Make sure your ESP node does have a proper 3v3 voltage regulator (lots of Wemos D1 mini nodes sold currently have a regulator only capable of 150 mA)
Hi thanks for your hints.

problem is, I can not see the gui only send command via serial as it is not pingable

anything I can do with internal commands I tried already, maybe I missed some commands.?
no sonsors attached
plugged with usb to have serial monitor as only information about status so.

it occurs constant so that i can not have agui or http command send to the ESP.

BR T

User avatar
Ath
Normal user
Posts: 3416
Joined: 10 Jun 2018, 12:06
Location: NL

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#52 Post by Ath » 27 Dec 2020, 17:41

Have you tried using another Wemos? This one seems to be broken in some way.
What kind of Wifi antenna is on the Wemos? There are 3 types, AFAICS: PCB Antenna, Ceramic antenna and external antenna (often combined with a ceramic antenna, but needs a 0 ohm resistor soldered on another connection to work)
/Ton (PayPal.me)

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#53 Post by riker1 » 27 Dec 2020, 18:01

Ath wrote: 27 Dec 2020, 17:41 Have you tried using another Wemos? This one seems to be broken in some way.
What kind of Wifi antenna is on the Wemos? There are 3 types, AFAICS: PCB Antenna, Ceramic antenna and external antenna (often combined with a ceramic antenna, but needs a 0 ohm resistor soldered on another connection to work)
It is running fine with tasmota. so I assume hardware is fine.

must be some espeasy setting ?

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#54 Post by TD-er » 27 Dec 2020, 20:08

Sounds like a voltage regulator which may be underpowered.
Please try to find what voltage regulator is used on the board by searching for the markings on the chip.

Also what kind of antenna is used?
PCB or Ceramic antenna? Is it on a module with or without a metal shield covering the ESP?

User avatar
Andrew Mamohin
Normal user
Posts: 95
Joined: 12 Jun 2020, 08:30
Location: Belarus, Gomel
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#55 Post by Andrew Mamohin » 28 Dec 2020, 06:18

All of these solutions don't work. I had three such modules. One of them had previously worked with espeasy. After some firmware this problem appears. These modules work well with other firmware. I just applied them in other projects (not espeasy).
Now I always buy ESP32 - this problem is never with them.
Andy.

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#56 Post by riker1 » 28 Dec 2020, 09:41

Andrew Mamohin wrote: 28 Dec 2020, 06:18 All of these solutions don't work. I had three such modules. One of them had previously worked with espeasy. After some firmware this problem appears. These modules work well with other firmware. I just applied them in other projects (not espeasy).
Now I always buy ESP32 - this problem is never with them.
ok same to me. using them now with tasmota. but there must be a root cause in ESP Easy ?

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#57 Post by riker1 » 28 Dec 2020, 09:53

TD-er wrote: 27 Dec 2020, 20:08 Sounds like a voltage regulator which may be underpowered.
Please try to find what voltage regulator is used on the board by searching for the markings on the chip.

Also what kind of antenna is used?
PCB or Ceramic antenna? Is it on a module with or without a metal shield covering the ESP?
I actually they are working with tasmota.

No antanna attached.

boards:
Wemos D1
robotdynD1r2

tried also with capacitator and antenna, same issue.
PS hi, also not working with ESP_Easy_mega_20201227_test_alt_wifi_ESP8266_4M1M_VCC
Last edited by riker1 on 28 Dec 2020, 12:01, edited 2 times in total.

User avatar
Ath
Normal user
Posts: 3416
Joined: 10 Jun 2018, 12:06
Location: NL

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#58 Post by Ath » 28 Dec 2020, 10:06

There are a few builds with 'alt_wifi' and/or 'beta' in their name, that use alternative wifi settings and/or beta Arduino firmware, you could try one of these to see if the wifi performance improves.
/Ton (PayPal.me)

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#59 Post by riker1 » 28 Dec 2020, 10:17

Ath wrote: 28 Dec 2020, 10:06 There are a few builds with 'alt_wifi' and/or 'beta' in their name, that use alternative wifi settings and/or beta Arduino firmware, you could try one of these to see if the wifi performance improves.

will check

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#60 Post by riker1 » 28 Dec 2020, 12:01

Ath wrote: 28 Dec 2020, 10:06 There are a few builds with 'alt_wifi' and/or 'beta' in their name, that use alternative wifi settings and/or beta Arduino firmware, you could try one of these to see if the wifi performance improves.
hi same error for : o not working with ESP_Easy_mega_20201227_test_alt_wifi_ESP8266_4M1M_VCC

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#61 Post by TD-er » 28 Dec 2020, 12:19

I will have a look at the source code of Tasmota to see if they use special tricks for the wifi.

Things we still may try to do (as in not yet implemented in ESPEasy):
- Use lower TX power
- Wait a bit longer after boot before starting WiFi (to stabilize power before drawing higher current)

riker1
Normal user
Posts: 344
Joined: 26 Dec 2017, 18:02

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#62 Post by riker1 » 28 Dec 2020, 16:46

TD-er wrote: 28 Dec 2020, 12:19 I will have a look at the source code of Tasmota to see if they use special tricks for the wifi.

Things we still may try to do (as in not yet implemented in ESPEasy):
- Use lower TX power
- Wait a bit longer after boot before starting WiFi (to stabilize power before drawing higher current)

great

Modomo
New user
Posts: 3
Joined: 10 Feb 2021, 10:57

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#63 Post by Modomo » 10 Feb 2021, 11:23

Is there any news on this? I'm experiencing the same issues with my NodeMCU V3
1pcs-NodeMCU-V3-Lua-WIFI-module-integration-of-ESP8266-extra-memory-32M-Flash-USB-serial-CH340G.jpg
1pcs-NodeMCU-V3-Lua-WIFI-module-integration-of-ESP8266-extra-memory-32M-Flash-USB-serial-CH340G.jpg (104.44 KiB) Viewed 14778 times
1pcs-NodeMCU-V3-Lua-WIFI-module-integration-of-ESP8266-extra-memory-32M-Flash-USB-serial-CH340G (1).jpg
1pcs-NodeMCU-V3-Lua-WIFI-module-integration-of-ESP8266-extra-memory-32M-Flash-USB-serial-CH340G (1).jpg (62.38 KiB) Viewed 14778 times
I tried ESP_Easy_mega_20210114_normal_alt_wifi_ESP8266_4M1M.bin and ESP_Easy_mega_20210114_normal_ESP8266_4M1M.bin
I can set it up in ap mode and it stops responding to ping and webinterface after being connected to my wifi.

Tasmota works flawless with the device.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#64 Post by TD-er » 10 Feb 2021, 11:32

Perhaps you missed this work-in-progress: https://github.com/letscontrolit/ESPEasy/pull/3473

I can make you a new test build, since I'm very interested in your test results.

Modomo
New user
Posts: 3
Joined: 10 Feb 2021, 10:57

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#65 Post by Modomo » 10 Feb 2021, 12:11

Sure, lets give it a try. The latest test builds on github seem to have been deleted.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#66 Post by TD-er » 10 Feb 2021, 12:14

I just made a new tes build based on the current 'mega' branch:
ESPEasy_ESP82xx_mega-20210114-63-g1b2c1b05.zip
ESPEasy_ESP32_mega-20210114-63-g1b2c1b05.zip

Modomo
New user
Posts: 3
Joined: 10 Feb 2021, 10:57

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#67 Post by Modomo » 10 Feb 2021, 13:17

RSSI: -19 dBm


Firmware ESP_Easy_mega_20210210_normal_ESP8266_4M1M.bin:

Code: Select all

INIT : Booting version:  (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support)
77 : Info   : INIT : Free RAM:34784
78 : Info   : INIT : Warm boot #1 Last Action before Reboot: Intended Reboot: ResetFactory Last systime: 84 - Restart Reason: External System
80 : Info   : FS   : Mounting...
105 : Info   : FS   : Mount successful, used 75802 bytes of 957314
131 : Info   : CRC  : SecuritySettings CRC   ...OK
136 : Info   : WIFI  : Start network scan
2432 : Info   : INIT : Free RAM:30744
2433 : Info   : INIT : I2C
2433 : Info   : INIT : SPI not enabled
2527 : Info   : INFO : Plugins: 47 [Normal] (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support)
2532 : Info   : Webserver: start
2535 : Info   : Time set to 84.000 Time adjusted by 81466.00 msec. Wander: 22.63 msec/second
2536 : Info   : Current Time Zone: STD time start: 1970-10-25 03:00:00 offset: 0 min
2539 : Info   : Local time: 1970-01-01 00:01:24
2555 : Info   : WIFI  : Scan finished, found: 3
2562 : Error  : WIFI : No valid wifi settings
2563 : Info   : WIFI : Set WiFi to AP+STA
3555 : Info   : WIFI : AP Mode ssid will be ESP-Easy with address 192.168.4.1
3895 : Info   : WD   : Uptime 0 ConnectFailures 0 FreeMem 21008 WiFiStatus WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
18027 : Info   : AP Mode: Client connected: 08:11:96:00:00:00 Connected devices: 1
33898 : Info   : WD   : Uptime 1 ConnectFailures 0 FreeMem 19456 WiFiStatus WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
63883 : Info   : WD   : Uptime 1 ConnectFailures 0 FreeMem 17984 WiFiStatus WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
80152 : Info   : WIFI  : Scan result: Wifi DC:39:6F:00:00:00 Ch:1 (-79dBm) WPA2/PSK
80152 : Info   : WIFI : Credentials Changed, retry connection. SSID: Wifi
80153 : Info   : WIFI : Connecting Wifi DC:39:6F:00:00:00 Ch:1 (-79dBm) WPA2/PSK attempt #0
80160 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
83181 : Info   : WIFI : Connected! AP: Wifi (DC:39:6F:00:00:00) Ch: 1 Duration: 1003 ms
83182 : Info   : WIFI : Arduino wifi status: WL_CONNECTED ESPeasy internal wifi status: Conn.
83183 : Info   : WIFI : DHCP IP: 192.168.178.49 (ESP-Easy) GW: 192.168.178.1 SN: 255.255.255.0   duration: 42 ms
83185 : Info   : SaveToFile: free stack: 3552
83262 : Info   : FILE : Saved config.dat
83263 : Info   : SaveToFile: free stack after: 3552
83264 : Info   : SaveToFile: free stack: 3552
83298 : Info   : FILE : Saved security.dat
83300 : Info   : SaveToFile: free stack after: 3552
83302 : Info   : SaveToFile: free stack: 3216
83312 : Info   : FILE : Saved security.dat
83313 : Info   : SaveToFile: free stack after: 3216
83316 : Info   : WIFI : Arduino wifi status: WL_CONNECTED ESPeasy internal wifi status: Conn.
83382 : Info   : firstLoopConnectionsEstablished
90071 : Info   : WIFI : Disconnected! Reason: '(202) Auth fail' Connected for 8811 ms
90072 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
90090 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
93892 : Info   : WD   : Uptime 2 ConnectFailures 0 FreeMem 19952 WiFiStatus WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
123882 : Info   : WD   : Uptime 2 ConnectFailures 0 FreeMem 19624 WiFiStatus WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
153902 : Info   : WD   : Uptime 3 ConnectFailures 0 FreeMem 19912 WiFiStatus WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
161471 : Info   : WIFI : Set WiFi to AP+STA
161631 : Info   : WIFI  : Start network scan
161633 : Info   : WIFI : Arduino wifi status: WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
161645 : Info   : AP Mode: Client disconnected: 08:11:96:00:00:00 Connected devices: 0
161646 : Info   : WIFI : Set WiFi to STA
163836 : Info   : WIFI  : Scan finished, found: 2
163838 : Info   : WIFI  : Scan result: Wifi DC:39:6F:00:00:00 Ch:1 (-74dBm) WPA2/PSK
163839 : Info   : WIFI  : Selected: Wifi DC:39:6F:00:00:00 Ch:1 (-74dBm) WPA2/PSK
163845 : Info   : WIFI : Connecting Wifi DC:39:6F:00:00:00 Ch:1 (-74dBm) WPA2/PSK attempt #0
163851 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
165875 : Info   : WIFI : Connected! AP: Wifi (DC:39:6F:00:00:00) Ch: 1 Duration: 2026 ms
165876 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: Conn.
165927 : Info   : WIFI : DHCP IP: 192.168.178.49 (ESP-Easy) GW: 192.168.178.1 SN: 255.255.255.0   duration: 47 ms
165928 : Info   : WIFI : Arduino wifi status: WL_CONNECTED ESPeasy internal wifi status: Conn.
183877 : Info   : WD   : Uptime 3 ConnectFailures 0 FreeMem 21664 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
213878 : Info   : WD   : Uptime 4 ConnectFailures 0 FreeMem 21664 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
243874 : Info   : WD   : Uptime 4 ConnectFailures 0 FreeMem 20480 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
273876 : Info   : WD   : Uptime 5 ConnectFailures 0 FreeMem 21168 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
Firmware ESP_Easy_mega_20210210_normal_alt_wifi_ESP8266_4M1M.bin

Code: Select all

INIT : Booting version:  (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(a58da79), LWIP: 2.1.2 PUYA support)
76 : Info   : INIT : Free RAM:34736
77 : Info   : INIT : Warm boot #3 Last Action before Reboot: Intended Reboot: ResetFactory Last systime: 642 - Restart Reason: External System
79 : Info   : FS   : Mounting...
104 : Info   : FS   : Mount successful, used 75802 bytes of 957314
130 : Info   : CRC  : SecuritySettings CRC   ...OK
135 : Info   : WIFI  : Start network scan
2429 : Info   : INIT : Free RAM:30600
2431 : Info   : INIT : I2C
2431 : Info   : INIT : SPI not enabled
2525 : Info   : INFO : Plugins: 47 [Normal] (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(a58da79), LWIP: 2.1.2 PUYA support)
2530 : Info   : Webserver: start
2532 : Info   : Time set to 642.000 Time adjusted by 639468.00 msec. Wander: 177.63 msec/second
2534 : Info   : Current Time Zone: STD time start: 1970-10-25 03:00:00 offset: 0 min
2536 : Info   : Local time: 1970-01-01 00:10:42
2552 : Info   : WIFI  : Scan finished, found: 4
2560 : Error  : WIFI : No valid wifi settings
2560 : Info   : WIFI : Set WiFi to AP+STA
3553 : Info   : WIFI : AP Mode ssid will be ESP-Easy with address 192.168.4.1
3892 : Info   : WD   : Uptime 0 ConnectFailures 0 FreeMem 20880 WiFiStatus WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
13677 : Info   : AP Mode: Client connected: 08:11:96:00:00:00 Connected devices: 1
33893 : Info   : WD   : Uptime 1 ConnectFailures 0 FreeMem 19176 WiFiStatus WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
63830 : Info   : WIFI  : Scan result: Wifi DC:39:6F:00:00:00 Ch:1 (-78dBm) WPA2/PSK
63831 : Info   : WIFI : Credentials Changed, retry connection. SSID: Wifi
63832 : Info   : WIFI : Connecting Wifi DC:39:6F:00:00:00 Ch:1 (-78dBm) WPA2/PSK attempt #0
63838 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
63998 : Info   : WD   : Uptime 1 ConnectFailures 0 FreeMem 14888 WiFiStatus WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
66803 : Info   : WIFI : Connected! AP: Wifi (DC:39:6F:00:00:00) Ch: 1 Duration: 2966 ms
66804 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: Conn.
66873 : Info   : WIFI : DHCP IP: 192.168.178.49 (ESP-Easy) GW: 192.168.178.1 SN: 255.255.255.0   duration: 64 ms
66875 : Info   : SaveToFile: free stack: 3552
66954 : Info   : FILE : Saved config.dat
66955 : Info   : SaveToFile: free stack after: 3552
66955 : Info   : SaveToFile: free stack: 3552
66989 : Info   : FILE : Saved security.dat
66990 : Info   : SaveToFile: free stack after: 3552
66992 : Info   : SaveToFile: free stack: 3216
67002 : Info   : FILE : Saved security.dat
67002 : Info   : SaveToFile: free stack after: 3216
67005 : Info   : WIFI : Arduino wifi status: WL_CONNECTED ESPeasy internal wifi status: Conn.
67070 : Info   : firstLoopConnectionsEstablished
93876 : Info   : WD   : Uptime 2 ConnectFailures 0 FreeMem 17896 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
99554 : Info   : AP Mode: Client disconnected: 08:11:96:00:00:00 Connected devices: 0
99555 : Info   : WIFI : Set WiFi to STA
123874 : Info   : WD   : Uptime 2 ConnectFailures 0 FreeMem 20848 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
153877 : Info   : WD   : Uptime 3 ConnectFailures 0 FreeMem 20848 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
183875 : Info   : WD   : Uptime 3 ConnectFailures 0 FreeMem 20848 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
213877 : Info   : WD   : Uptime 4 ConnectFailures 0 FreeMem 20848 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
221930 : Info   : WIFI : Disconnected! Reason: '(202) Auth fail' Connected for 2 m 35 s
221931 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
222032 : Info   : WIFI : Set WiFi to AP
222140 : Info   : WIFI : AP Mode ssid will be ESP-Easy with address 192.168.4.1
222158 : Info   : WIFI : Set WiFi to AP+STA
222333 : Info   : WIFI  : Start network scan
222334 : Info   : WIFI : Arduino wifi status: WL_IDLE_STATUS ESPeasy internal wifi status: DISCONNECTED
224530 : Info   : WIFI  : Scan finished, found: 2
224532 : Info   : WIFI  : Scan result: Wifi DC:39:6F:00:00:00 Ch:1 (-70dBm) WPA2/PSK
224533 : Info   : WIFI  : Selected: Wifi DC:39:6F:00:00:00 Ch:1 (-70dBm) WPA2/PSK
224539 : Info   : WIFI : Connecting Wifi DC:39:6F:00:00:00 Ch:1 (-70dBm) WPA2/PSK attempt #0
224546 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: DISCONNECTED
226592 : Info   : WIFI : Connected! AP: Wifi (DC:39:6F:00:00:00) Ch: 1 Duration: 2047 ms
226593 : Info   : WIFI : Arduino wifi status: WL_DISCONNECTED ESPeasy internal wifi status: Conn.
226660 : Info   : WIFI : DHCP IP: 192.168.178.49 (ESP-Easy) GW: 192.168.178.1 SN: 255.255.255.0   duration: 64 ms
226662 : Info   : WIFI : Arduino wifi status: WL_CONNECTED ESPeasy internal wifi status: Conn.
243872 : Info   : WD   : Uptime 4 ConnectFailures 0 FreeMem 19008 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
273873 : Info   : WD   : Uptime 5 ConnectFailures 0 FreeMem 19008 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
282144 : Info   : WIFI : Set WiFi to STA
303873 : Info   : WD   : Uptime 5 ConnectFailures 0 FreeMem 15344 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
333875 : Info   : WD   : Uptime 6 ConnectFailures 0 FreeMem 15512 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
363874 : Info   : WD   : Uptime 6 ConnectFailures 0 FreeMem 15512 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
393875 : Info   : WD   : Uptime 7 ConnectFailures 0 FreeMem 15816 WiFiStatus WL_CONNECTED ESPeasy internal wifi status: Conn. IP Init
Ping (timeout 6s) output:

Code: Select all

Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Reply from 192.168.178.49: Bytes=32 Time=73ms TTL=255
Reply from 192.168.178.49: Bytes=32 Time=127ms TTL=255
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Reply from 192.168.178.49: Bytes=32 Time=107ms TTL=255
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#68 Post by TD-er » 10 Feb 2021, 14:41

What do you mean by "RSSI: -19 dBm" ?
That's not the RSSI of your access point so it seems as the log suggests -70 ... -79 dBm

How is this unit powered?
Can you try to set the max TX power to a lower value like 5 dBm?
On the photo's I notice it doesn't have a shield, so just to make sure the sending signal does not disturb operations of other parts of the chip.

How is it powered? Via USB?
Can you try another USB cable and make sure to use an USB port that's capable of delivering enough power.
Preferably an USB3 port, or a port direct on the computer.
If you use a hub, make sure to use one with external power supply.

User avatar
Andrew Mamohin
Normal user
Posts: 95
Joined: 12 Jun 2020, 08:30
Location: Belarus, Gomel
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#69 Post by Andrew Mamohin » 10 Feb 2021, 17:29

TD-er wrote: 10 Feb 2021, 12:14 I just made a new tes build based on the current 'mega' branch:
I tried to flash my ESP8266 with this firmware. Yes, error 200 does not appear! Huzzah! I hope you now understand the reason for error 200?
It seems to me that the WEB is slower. Maybe I just got used to ESP32 lately.
"Plugin Count:⋄ 20" seems too little for me!
Andy.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#70 Post by TD-er » 10 Feb 2021, 18:46

you tested the custom build? (20 plugins)

User avatar
Andrew Mamohin
Normal user
Posts: 95
Joined: 12 Jun 2020, 08:30
Location: Belarus, Gomel
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#71 Post by Andrew Mamohin » 11 Feb 2021, 06:07

TD-er wrote: 10 Feb 2021, 18:46 you tested the custom build? (20 plugins)
Yes. ESPEasy_ESP82xx_mega-20210114-63-g1b2c1b05.zip
Andy.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#72 Post by TD-er » 11 Feb 2021, 10:40

There should be more bin files in there, as it is the same kind of build as I make on the nightly builds.
So no need to feel limited to the "Custom" build.

User avatar
Andrew Mamohin
Normal user
Posts: 95
Joined: 12 Jun 2020, 08:30
Location: Belarus, Gomel
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#73 Post by Andrew Mamohin » 11 Feb 2021, 18:42

TD-er wrote: 11 Feb 2021, 10:40 So no need to feel limited to the "Custom" build.
Wow! I have flashed the firmware ESP_Easy_mega_20210210_dev_ESP8266_4M1M.
Now I have 88 plugins. Everything works perfectly!
Andy.

Valera_S
New user
Posts: 1
Joined: 11 Feb 2021, 17:37

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#74 Post by Valera_S » 12 Feb 2021, 03:29

Andrew Mamohin wrote: 11 Feb 2021, 18:42
TD-er wrote: 11 Feb 2021, 10:40 So no need to feel limited to the "Custom" build.
Wow! I have flashed the firmware ESP_Easy_mega_20210210_dev_ESP8266_4M1M.
Now I have 88 plugins. Everything works perfectly!
I try all avalible bin's in this built. But: Disconnected! Reason: '(200) Beacon timeout'

Ver: INIT : Booting version: mega-20190215 (ESP82xx Core 2_4_1, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 PUYA support) - work fine.

TD-er
Core team member
Posts: 8643
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: WIFI : Disconnected! Reason: '(200) Beacon timeout'

#75 Post by TD-er » 12 Feb 2021, 08:21

Can you have a look at these recently introduced settings?
https://espeasy.readthedocs.io/en/lates ... i-tx-power
- WiFi TX power
- WiFi Sensitivity Margin

In short, the WiFi TX power is a "maximum" TX power
Sensitivity margin will allow for a lower TX power when set to a higher value.

"Beacon timeout" is just a symptom which may have several causes.
Thus there is no magical "one fix for all".
See for example the discussion at the pull request: https://github.com/letscontrolit/ESPEasy/pull/3473
And this (long!!!) issue thread: https://github.com/letscontrolit/ESPEasy/issues/2931
Especially this reply: https://github.com/letscontrolit/ESPEas ... -770465635
This last reply is likely about your issue, where RX sensitivity is low.

Here a summary of the main issues that appear to cause these issues: https://github.com/letscontrolit/ESPEas ... -769028458

Post Reply

Who is online

Users browsing this forum: No registered users and 30 guests