Search found 11 matches

by Vestus
25 Mar 2018, 23:11
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

The rewrite was more to keep it from performing the STA/AP fallback cycle. Thing is that the performance and responsiveness seems to be affected when both accesspoint and "station mode" are active. That sounds like an 'off-by-default' feature with a warning label, buried under the 'Advance...
by Vestus
25 Mar 2018, 20:18
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

Your async change conveniently gets me closer to starting on a different project. In short, I need the AP hotspot configurable to be on permanently, and pre-patch that looked like a total rewrite of wifi.ino. My goal is to detect if a configured mac attaches to the AP and trigger an event. This woul...
by Vestus
24 Mar 2018, 02:45
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

Looks positive - WIFI : DHCP IP: 192.168.2.236 (ESP-Easy-0) GW: 192.168.2.1 SN: 255.255.255.0 duration: 1571 ms EVENT: WiFi#Connected WD : Uptime 1 ConnectFailures 0 FreeMem 13856 WD : Uptime 1 ConnectFailures 0 FreeMem 13856 WD : Uptime 2 ConnectFailures 0 FreeMem 13856 edit: 20 minutes and no hicc...
by Vestus
23 Mar 2018, 14:53
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

I've only been working with this package for a week, so much of the cycle/infrastructure is foreign to me too. The original poster may have a different problem than I found, but it seemed too similar to warrant a new thread. One other possible factor is toolchain. I'm building with PIO rev 3.5.2. (I...
by Vestus
22 Mar 2018, 23:24
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

I hate to point this out again, but the Normal build works perfectly fine for me. It's just the Dev image out of the official tarball. Here's a new wrinkle.. I just rebuilt the 3-21 dev image locally and it's stable. Connected in 4000ms. I'll leave it up to make sure it's stable and reflash with the...
by Vestus
22 Mar 2018, 22:11
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

I left it up during the day.

The longest consecutive string of uptime messages I see in the log is about 10 minutes.
by Vestus
22 Mar 2018, 14:00
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

40m is impressive! At 10 feet, mine connects and disconnects randomly. : Connecting ddwrt-iot attempt #45 WIFI : Connecting ddwrt-iot attempt #46 WD : Uptime 826 ConnectFailures 0 FreeMem 12992 WIFI : Connecting ddwrt-iot attempt #47 WIFI : Connecting ddwrt-iot attempt #48 WIFI : WiFi connect attemp...
by Vestus
22 Mar 2018, 01:33
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

If the delay is 10 sec, and this is a dev-build-only issue for stock sonoff chips, something's up with the dev builds. Stock 'normal' builds will connect within 2000ms, so 20sec doesn't address whatever the root cause is. ( Float me an instrumented build and I'll post the console output. My AP is ab...
by Vestus
22 Mar 2018, 00:05
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

I have no idea if there's build options for dev, but the console gave me little. I'm very unfamiliar with the ESPE ecosystem, but the fact that DEV builds fail but 'Normal' builds don't indicate something is awry in either the Dev merge or plugins. I'm trying to strip, but unfortunately ATOM/PIO cra...
by Vestus
20 Mar 2018, 23:30
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

Confirmed no luck with 3-20 dev.
3-20 normal build connects quickly:

WIFI : WiFi connect attempt took: 2000 ms
EVENT: WiFi#ChangedAccesspoint
EVENT: WiFi#Connected
WIFI : Connected!

I'll try rebuilding the dev image and strip the plugins.
by Vestus
20 Mar 2018, 03:28
Forum: Experimental
Topic: Wifi Wizard Setup Loop
Replies: 38
Views: 49243

Re: Wifi Wizard Setup Loop

To add a data point, I'm having similar luck with the 3-19 dev builds on a sonoff basic.

ESP_Easy_mega-20180319_normal_ESP8266_1024.bin works without issue.
Upgrading from that to 3-19-mega-dev-1024 and wifi will never connect. 2.0 dev also won't connect.