Skip to content

Files

Latest commit

 

History

History

drone_sniffer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 11, 2021
Feb 11, 2021
Jul 4, 2019
Feb 11, 2021

Wifi drone beacon sniffer

Firmware for an ESP32. Listen to beacon wifi frames to detect drones that broadcast their position according to the french regulation.

How to use

Clone the esp-idf repository on your PC, and set the IDF_PATH environnement variable.

Then as usual :

mkdir build && cd build

cmake ..

make

Connect the ESP32 to your PC

make flash