feat(wifi): add channel analyzer and jam detect modules#2558
Open
r13xr13 wants to merge 1 commit into
Open
Conversation
…te tolerance Two new WiFi analysis modules: channel_analyzer (real-time per-channel utilization display) and jam_detect (deauth flood detection). Both tolerate ESP_ERR_WIFI_INIT_STATE for graceful recovery when WiFi is left in a partially configured state.
Ninja-jr
reviewed
Jun 26, 2026
Ninja-jr
left a comment
Contributor
There was a problem hiding this comment.
Was this tested in a real live device to see if it works as expected and doesn't get messy in small screens?
Author
trim.2AE4C060-FCA5-4D5E-89F7-08C6DF2077BE.MOV |
Contributor
|
All good then. |
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.
Summary
Two new WiFi analysis modules for real-time spectrum monitoring and deauth detection.
Changes
Channel Analyzer (
src/modules/wifi/channel_analyzer.cpp/.h)ESP_ERR_WIFI_INIT_STATEfor graceful recoveryJam Detect (
src/modules/wifi/jam_detect.cpp/.h)Testing