esp-csi icon indicating copy to clipboard operation
esp-csi copied to clipboard

Cant get more than 5 data points (AEGHB-787)

Open JoaoSandrini opened this issue 1 year ago • 3 comments

So i tried the examples/get-started/csi_recv_router and i can only get 5 data points, then it stops. I tried setting the ping count to 0 so it pings infinite times, as specified, and it didnt work. I want to be able to continuously transmit through serial and run my own data analisys, but with only 5 data points its impossible.

JoaoSandrini avatar Aug 21 '24 17:08 JoaoSandrini

hi, #172 may help.

MacChu0315-Espressif avatar Aug 22 '24 07:08 MacChu0315-Espressif

I dont think its a problem with baud rate (and its configured correctly, all with a value of 921600), as im able to run the code, get some data points (image link below) and visualize it with examples/get-started/tools/csi_data_read_parse.py. The issue is that it stops getting more data after about 5 (sometimes less) points.

Although im setting ping count to 0 (see image), wich should send infinite packages to the router, it stops after the 4th.

Also, running examples/esp-radar/console_test (with proper baud config) and running the command lines from issue 172 dont get me anything, not even the 4 data points from before, checked logs aswell and it contains nothing.

Captura de tela 2024-08-22 101149

image

JoaoSandrini avatar Aug 22 '24 13:08 JoaoSandrini

We failed to reproduce. Can you switch a router or reduce the ping frequency?

MacChu0315-Espressif avatar Aug 29 '24 07:08 MacChu0315-Espressif