Skip to content

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

Notifications You must be signed in to change notification settings

dizzpy/ESP32-WiFi-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 Sample output from the WiFi scanner showing detected networks

About

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

Topics

Resources

Stars

Watchers

Forks

Languages