Search found 5 matches

by maleadt
Wed Aug 22, 2018 6:14 pm
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15739

Re: WiFi with automatic light sleep

Yes, beacons are coming in at 100ms intervals, but upon closer inspection the ESP's loss of connectivity coincides with a ~4s gap without beacons. So this looks like a legitimate AP issue indeed. Nonetheless, it works without automatic sleep, and I can't seem to reconnect either. My event handler is...
by maleadt
Wed Aug 15, 2018 2:21 pm
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15739

Re: WiFi with automatic light sleep

1mbps beacons are pretty common, right? Anyway, I bumped them to 6mbps, but that didn't change anything: I (739) phy: phy_version: 3960, 5211945, Jul 18 2018, 10:40:07, 0, 0 I (739) wifi: mode : sta (b4:e6:2d:b1:aa:21) I (749) application: waiting for WiFi connection I (749) application: SYSTEM_EVEN...
by maleadt
Tue Jul 03, 2018 6:16 pm
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15739

Re: WiFi with automatic light sleep

What about the subsequent NO_AP_FOUND errors? I'm using Ubiquiti hardware, beacon interval is set to 100ms already. I'll try to verify in promiscuous mode.
by maleadt
Thu Jun 28, 2018 6:27 pm
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15739

Re: WiFi with automatic light sleep

Initial disconnect reason is 200, subsequent "disconnects" have reason 201. RSSI is around 75 (-66 dBm according to AP). I (534) wifi: Init dynamic tx buffer num: 32 I (534) wifi: Init data frame dynamic rx buffer num: 32 I (534) wifi: Init management frame dynamic rx buffer num: 32 I (534) wifi: In...
by maleadt
Wed Jun 27, 2018 7:16 pm
Forum: ESP-IDF
Topic: WiFi with automatic light sleep
Replies: 10
Views: 15739

WiFi with automatic light sleep

Hi all, I was trying out the wifi/powersave example from the ESP-IDF master branch, but am running into a problem where I get disconnected after a while (seconds to minutes) without being able to reconnect. Boot log ending with the disconnect events: ] rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLA...