StevenMHernandez / ESP32-CSI-Tool

Extract Channel State Information from WiFi-enabled ESP32 Microcontroller. Active and Passive modes available. (https://stevenmhernandez.github.io/ESP32-CSI-Tool/)
https://stevenmhernandez.github.io/ESP32-CSI-Tool/
MIT License
262 stars 72 forks source link

issue in csi data collection #84

Open dheeraj7092 opened 1 year ago

dheeraj7092 commented 1 year ago

not able to run this command , cant get past this step WhatsApp Image 2023-04-20 at 14 43 08

StevenMHernandez commented 1 year ago

From the Readme:

Notice, this project requires version (v4.3) of ESP-IDF.

and

Important: It is important that you are able to successfully build and flash the example project from the esp-idf guide onto your own esp32. If you have issues building the example project on your hardware, do not create an issue in this github repo. We will not be able to assist with general ESP32 issues (those issues that are unrelated to this project).

However, looking at the screenshot, I do not see any errors. What is the issue that you need solved? The command you run will not print any information, it should be writing data to the .csv file

ge419 commented 1 year ago

I have a similar issue. I'm having trouble saving CSI data into csv files -- the csv files are being created but they're empty/broken when I run the command in the screenshot below. I was expecting to see at least something being saved into the csv file since when I ran idf.py monitor I did see CSI data being printed in the terminal (though it was very laggy). I've also tried idf.py monitor | findstr "CSI_DATA" > my-experiment-file.csv but it shows the same result.

스크린샷 2023-06-22 145829

WGQYY commented 1 year ago

我也遇到了这个问题

ag220502 commented 1 year ago

I am also having the same issues. I am not able to stop the CSI data into css file. But when I run idf.py flash monitor I can see the following output. Can you please help me out?

Screenshot 2023-07-16 at 1 29 57 AM Screenshot 2023-07-16 at 1 30 03 AM
mintellegence commented 1 year ago

Hello, I'm facing issue as @ag220502 has mentioned. After flashing it shows this green and white text, but no CSI Data...