StevenMHernandez/ESP32-CSI-Tool

Collecting CSI data

Gowtham-Gorajana opened this issue · 9 comments

I can see that using idf.py monitor i can successfully print the entire CSI data in the command window but while collecting it in the csv file i could not collect the entire data instead only a csv file is being added in the folder and no data is being present .can you please help me with this.

Please share the exact command(s) that you are using.

Share the successful print command AND share the unsuccessful csv command.

image
this is what i am getting after opening the csv

Screenshot 2023-03-22 162318

these are the commands i am using

@StevenMHernandez sir please verify this and can you suggest me any errors i am struck with this

Try removing the 'grep' part.

i am using it in windows and the particular command to collect the csi data in csv file is what causing me trouble. can u help me with that

Check the README for the windows version of the command. Based on your previous message, you used the Linux version.

Sir, I would like to know the meaning of each item in the CSV file, is there any relevant introduction?

@xiangshang-kok This code shows how to transform the raw data from CSI into amplitude/phase (https://github.com/StevenMHernandez/ESP32-CSI-Tool/blob/master/python_utils/parse_csi.py). I hope it helps.