Skip to content

Update WiFiScan example to show more useful data #7377

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

Closed
1 task done
Rotzbua opened this issue Oct 19, 2022 · 1 comment · Fixed by #7378
Closed
1 task done

Update WiFiScan example to show more useful data #7377

Rotzbua opened this issue Oct 19, 2022 · 1 comment · Fixed by #7378
Labels
Area: BT&Wifi BT & Wifi related issues Status: Solved Type: Example Issue is related to specific example.

Comments

@Rotzbua
Copy link
Contributor

Rotzbua commented Oct 19, 2022

Related area

Example

Hardware specification

All

Is your feature request related to a problem?

Simple examples are often used for quick debugging or function testing.

But currently the output of the WiFiScan example is not very useful:

Setup done
scan start
scan done
17 networks found
1: IoTNetwork (-62)*
2: WiFiSSID (-62)*
3: B3A7992 (-63)*

It does not show what the esp32 board recognizes, like encryption or channel.

Describe the solution you'd like

Add more useful data to the output.

E.g

Setup done
Scan start
Scan done
17 networks found
Nr | SSID            | RSSI | CH | Encryption
 1 | IoTNetwork      |  -62 |  1 | WPA2
 2 | WiFiSSID        |  -62 |  1 | WPA2-EAP
 3 | B3A7992         |  -63 |  6 | WPA+WPA2
 4 | WiFi            |  -63 |  6 | WPA3
 5 | IoTNetwork2     |  -64 | 11 | WPA2+WPA3

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@Rotzbua Rotzbua added the Type: Feature request Feature request for Arduino ESP32 label Oct 19, 2022
@VojtechBartoska VojtechBartoska added Type: Example Issue is related to specific example. Status: In Progress ⚠️ Issue is in progress Area: BT&Wifi BT & Wifi related issues and removed Type: Feature request Feature request for Arduino ESP32 labels Oct 21, 2022
@VojtechBartoska
Copy link
Contributor

Hello @Rotzbua,

thanks a lot for your contribution. We'll review your PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: BT&Wifi BT & Wifi related issues Status: Solved Type: Example Issue is related to specific example.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants