An open API service indexing awesome lists of open source software.

https://github.com/dizzpy/esp32-wifi-scanner

A simple WiFi network scanner using an ESP32 board. Detects available networks, shows SSID, signal strength (RSSI), and security type.
https://github.com/dizzpy/esp32-wifi-scanner

arduino esp32 esp32-arduino wifi-scanner

Last synced: 7 months ago
JSON representation

A simple WiFi network scanner using an ESP32 board. Detects available networks, shows SSID, signal strength (RSSI), and security type.

Awesome Lists containing this project

README

          

# ESP32 WiFi Scanner 🚀

This is an ESP32-based WiFi scanner that detects available networks and displays their SSID, signal strength (RSSI), and encryption type.

## 📌 Features
- Scans nearby WiFi networks every 10 seconds
- Displays SSID, RSSI, and security type
- Works with ESP32 boards

## 📖 Setup
1. Install **Arduino IDE** and the **ESP32 Board Manager**.
2. Upload the `wifi_scanner.ino` file to your ESP32.
3. Open the Serial Monitor at **115200 baud** to view detected networks.

## 🛠️ Hardware Requirements
- ESP32 development board
- USB cable for programming

## 📸 Screenshot
![WiFi Scanner Output](./screenshot.png)
_Sample output from the WiFi scanner showing detected networks_