https://github.com/mtrzc0/esp32-csi-spectroscope
This is based on ESP Wi-Fi CSI (Channel state information) used for material detection application
https://github.com/mtrzc0/esp32-csi-spectroscope
c cmake csi esp32 wifi
Last synced: 5 months ago
JSON representation
This is based on ESP Wi-Fi CSI (Channel state information) used for material detection application
- Host: GitHub
- URL: https://github.com/mtrzc0/esp32-csi-spectroscope
- Owner: mtrzc0
- License: mit
- Created: 2024-05-19T04:12:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-25T12:05:09.000Z (over 1 year ago)
- Last Synced: 2025-02-17T02:46:24.391Z (8 months ago)
- Topics: c, cmake, csi, esp32, wifi
- Language: C
- Homepage:
- Size: 25.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSI spectroscope project
This is embedded application for material detection via WIFI CSI.
Project is focused on analyzing data from both ESP32 microcontrollers working as receiver and sender.
The main goal of this code is to make two ESPs working as spectrocope.## Installation
1. Install all liblaries (follow ESP-IDF documentation)
2. Clone this repository and navigate to it:
3. You can choose between two app types *receiver* and *sender*, to configure project run, and navigate to *CSI config* menu:
```bash idf.py menuconfig```
4. To build and flash app run:
```bash idf.py build flash```