Replies: 2 comments 4 replies
-
|
Facing the same issue, were you able to figure out the solution? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
When using the console_test project, Device 1 should burn the csi_send project, and Device 2 should burn the console_test project. Figure 2.1 only indicates the transmitter and receiver, not the project names. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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