Skip to content

Latest commit

 

History

History

ESP32

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ESP32 CSI toolkits

Adapted from official source

Compiler Environment

The esp-idf version of the current project is ESP-IDF Release v4.4.1

Flashing hardware

# csi_send
cd csi_send
idf.py set-target esp32
idf.py flash -b 921600 -p /dev/ttyUSB0 monitor

# csi_recv
cd csi_recv
idf.py set-target esp32
idf.py flash -b 921600 -p /dev/ttyUSB1