Real-time visualization of CSI on ESP32
Before starting, install Espressif IoT Development Framework (ESP-IDF) by following their step by step installation guide. Notice, this project requires version (v4.3) of ESP-IDF.
To use this tool you will need to build and run an Active Access Point on a separate ESP32, which you can find in the ESP32 CSI Toolkit.
- Clone this repository and navigate to the
CSI-Visualization-on-ESP32
repository:
git clone --recurse-submodules https://github.com/huyenngn/CSI-Visualization-on-ESP32.git
cd CSI-Visualization-on-ESP32
Make sure you're on the "release/v7" branch of the lvgl submodule and the "master" branch of the lvgl_esp32_drivers submodule.
- Build the project by running:
idf.py build
- If the build didn't throw any errors, flash your ESP32 with:
idf.py -p (YOUR SERIAL PORT) flash