Skip to content

huyenngn/CSI-Visualization-on-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSI-Visualization Tool on ESP32

Real-time visualization of CSI on ESP32

Getting started

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.

Build and run the Active Station

  1. 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.

  1. Build the project by running:
idf.py build
  1. If the build didn't throw any errors, flash your ESP32 with:
idf.py -p (YOUR SERIAL PORT) flash

About

Real-time visualization of CSI on ESP32

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages