Search found 1 match
- Sun Nov 10, 2024 9:55 am
- Forum: General Discussion
- Topic: How to parse the received CSI data?
- Replies: 3
- Views: 2393
Re: How to parse the received CSI data?
Hi there, I have found a way to get the Amplitude but not the phase. It's in the ESP-CSI repo https://github.com/espressif/esp-csi/blob/master/examples/get-started/tools/csi_data_read_parse.py I tried to get the phase from the angle of each pair of data. But I don't think it's accurate, since it osc...