The first version of my ESP32 Portable WiFi Analyzer is complete.
The device can:
Future improvements:
I added a button for browsing detected Wi-Fi networks.
The ESP32-S2 Mini built-in BOOT button is used as the navigation button.
I also added button debounce to prevent multiple inputs from a single press. I improved the project structure and documentation.
Changes:
The project is now easier for others to build.
Today I created the first working version of the Wi-Fi analyzer.
The ESP32-S2 Mini can now scan nearby networks and display them on the OLED screen.
I connected:
The biggest challenge was getting the OLED communication working correctly.
I started a new hardware project for Hack Club Stardance.
The goal is to create a small portable Wi-Fi analyzer using an ESP32-S2 Mini and an OLED display.
The device should be able to scan nearby Wi-Fi networks and display:
I chose this project because I am interested in electronics, ESP32 development and wireless communication.