Skip to content

indoor-analytics/esp_wifi_ap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Wi-Wi Sniffer

This project aims at creating Wi-Fi's access points (AP) using ESP32.

Prerequisites

Run project

## Build
idf.py build -DSSID_VALUE=1

## Flash 
idf.py -p PORT flash

## Monitor
idf.py -p PORT monitor

You can also execute all above commands at once: idf.py build -DSSID_VALUE=1 flash monitor.
The AP's ssid will be ESP32_AP<SSID_VALUE>.

Miscs

## Clean build folder
idf.py fullclean

## Set target
idf.py set-target esp32s3

## Configure board features
idf.py menuconfig

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors