Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 665 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 665 Bytes

ESP32 Wi-Fi sniffer

This project aims at listening to Wi-Fi packets traffic.

Prerequisites

Run project

## Build
idf.py build

## Flash 
idf.py -p PORT flash

## Monitor
idf.py -p PORT monitor

You can also execute all above commands at once: idf.py build flash monitor

Miscs

## Clean build folder
idf.py fullclean

## Set target
idf.py set-target esp32s3

## Configure board features
idf.py menuconfig