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

Sir,I would like to know the meaning of each item in the CSV file, is there any relevant introduction? #83

Open xiangshang-kok opened 1 year ago

xiangshang-kok commented 1 year ago

image

StevenMHernandez commented 1 year ago

See: https://github.com/StevenMHernandez/ESP32-CSI-Tool/blob/master/python_utils/parse_csi.py

xiangshang-kok commented 1 year ago

What I mean by this is the meaning of these contents。I have found. image The link is https://github.com/espressif/esp-idf/blob/9d0ca60398481a44861542638cfdc1949bb6f312/components/esp_wifi/include/esp_wifi_types.h#L314

xiangshang-kok commented 1 year ago

Thank you! SIr

StevenMHernandez commented 1 year ago

Oh, I understand now. Typically you can ignore these items, they are for advanced use only. Unfortunately I do not have any additional documentation beyond the code that you found.

However, I believe if you use the information in the code-comments, you can learn much more on other websites. This code is from the espressif, so I did not create the attributes, but if there is specific ones that are confusing, I can try to help explain some.