Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WiFi Scan Issue #629

Merged
merged 3 commits into from
Sep 12, 2024
Merged

Fix WiFi Scan Issue #629

merged 3 commits into from
Sep 12, 2024

Conversation

brentru
Copy link
Member

@brentru brentru commented Sep 12, 2024

Attempts to patch WiFi Scan issue in Beta 89 by building WipperSnapper firmware off the latest espressif/arduino-esp32 master branch that includes a patch for the WiFi AP Scan issue and also includes updates for TinyUF2.

Resolves: #628

@brentru
Copy link
Member Author

brentru commented Sep 12, 2024

Testing

Board: Adafruit Feather ESP32-S3 Reverse TFT

Beta 89 Output

12:41:06.913 -> ERROR: No WiFi networks found!
12:41:06.913 -> ERROR [WDT RESET]: ERROR: Unable to find WiFi network, rebooting soon...
12:41:07.909 -> ERROR [WDT RESET]: ERROR: Unable to find WiFi network, rebooting soon...
12:41:08.907 -> ERROR [WDT RESET]: ERROR: Unable to find WiFi network, rebooting soon...
...
Disconnected from USB

Beta 90 Output

13:25:42.306 -> SSID (REDACTED) found! RSSI: -48
13:25:42.874 -> Connecting to WiFi (attempt #0)
13:25:48.487 -> Connected to WiFi!
13:25:48.487 -> Connecting to AIO MQTT (attempt #0)
13:25:48.487 -> WiFi Status: 20
13:25:49.864 -> Registering hardware with WipperSnapper...
13:25:49.864 -> Registering hardware with IO...

@brentru
Copy link
Member Author

brentru commented Sep 12, 2024

Testing

Board: Adafruit Feather ESP32-S2

Beta 89 Output

3:50:08.774 -> ERROR: Your requested WiFi network was not found!
13:50:08.774 -> WipperSnapper found these WiFi networks: 
13:50:08.774 -> REDACTED -63dB
13:50:08.774 -> ERROR [WDT RESET]: ERROR: Unable to find WiFi network, rebooting soon...

Beta 90 Output

...
14:28:13.960 -> Connected to WiFi!
14:28:13.960 -> Connecting to AIO MQTT (attempt #0)
14:28:13.960 -> WiFi Status: 20
14:28:16.399 -> Registering hardware with WipperSnapper...
14:28:16.399 -> Registering hardware with IO...

@brentru
Copy link
Member Author

brentru commented Sep 12, 2024

@tyeth For review when you're back

@brentru brentru merged commit 1ab027e into main Sep 12, 2024
33 checks passed
@brentru brentru deleted the patch-wifi-scan-issue branch September 12, 2024 18:29
@brentru brentru restored the patch-wifi-scan-issue branch September 12, 2024 18:44
@tyeth
Copy link
Contributor

tyeth commented Sep 18, 2024

LGTM

@tyeth tyeth deleted the patch-wifi-scan-issue branch October 21, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Beta 89 does not connect board to IO service and restarts board every minute
2 participants