console_test now showing data on graph #217
Unanswered
masterroth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the instructions on the Readme.md from console_test (https://github.com/espressif/esp-csi/blob/master/examples/esp-radar/console_test/README.md).
The first difficult is that on step 3.2 it asks to flash on device console_test but as showed on 2.1 it should be csi_recv or csi_recv_router. I tried both for test but when I run console_test/tools/esp_csi_toool.py on esp32 with csi_recv or csi_recv_router I see that files are created under log directory. The program created four files: csi_data.csv, device_info.csv, log_data.txt and radar_data.csv but the only file that receive data is log_data.txt.
Using csi_recv_router I can see the device connected on router admin interface and some data on log_data.txt but no graph is filled with information.
I tried to compile csi_recv_router on windows 11 and debian linux 12 and it does not change. I tried to run esp_csi_tool.py on both operation systems and can not get any data on graph.
Is there anything that I can do to try to understand what's wrong ?
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions