content: "Auth Expired" — a day chasing the wrong ESP32 bug (draft)#91
Open
ncrmro wants to merge 1 commit into
Open
content: "Auth Expired" — a day chasing the wrong ESP32 bug (draft)#91ncrmro wants to merge 1 commit into
ncrmro wants to merge 1 commit into
Conversation
The Wi-Fi debacle bringing the first Earth-analogue pod online: reason= 'Auth Expired' was weak signal (-95 dBm), not auth. RSSI trail, the external antenna fix, and the nmcli bench-AP move. Draft (published: false). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A blog post documenting the Wi-Fi debugging debacle that brought the first Artera
Earth-analogue pod (XIAO ESP32-S3 Sense, ESPHome) online.
The story: the device refused to join Wi-Fi with
reason='Auth Expired'. Thaterror reads as "wrong password," so the debugging chased the password, the dotenv
secrets bridge,
power_save_mode/output_power/fast_connect, WPA3, a PMF-disablelambda, and finally the AT&T gateway itself — all wrong. Turning on debug logging
revealed the real cause in one line: the AP scanned at -95 dBm (noise floor).
It was signal, not auth. The RSSI trail (with the failure mode climbing
Auth Expired→4-Way Handshake Timeout→ connected as signal improved), theexternal antenna fix, and the
nmcli device wifi hotspotbench-AP move thatkilled the router theory are all in the post.
code/web/src/content/blog/esp32-auth-expired-weak-antenna.mdxpublished: false) — flip totrueto publish.artera-formal-verificationpost.bun run buildgreen).🤖 Generated with Claude Code