-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collecting CSI data #81
Comments
Please share the exact command(s) that you are using. Share the successful print command AND share the unsuccessful csv command. |
@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. |
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.
The text was updated successfully, but these errors were encountered: