How can I get CSI (channel state information) from my own ESP32 Chip?
Posted: Sun Mar 17, 2019 11:01 am
As I known, esp-idf has supported (CSI) channel state information.
I just follow the WiFi documentation wifi.rst in esp-idf directory to modify the given example "station" to get channel state information.
It works well, but it could not receive any CSI from my another chip, to which I upload another example "softAP".
In the example "softAP", I have tried hard to do something to make it better(maybe,i dont konw)
For example, select Wi-Fi CSI enble in menuconfig or add 'esp_wifi_set_csi(true)', even 'esp_wifi_set_promiscuous(true)'
However, these methods make on sense
Also, I search related questions in the Internet and read the ESP-IDF Programming Guide over and ever again, but can't find the solution.
I'm really a newbie on this field,and it's my first time to post question here.
HOPE SOMEONE CAN HELP ME! THANKS
I just follow the WiFi documentation wifi.rst in esp-idf directory to modify the given example "station" to get channel state information.
It works well, but it could not receive any CSI from my another chip, to which I upload another example "softAP".
In the example "softAP", I have tried hard to do something to make it better(maybe,i dont konw)
For example, select Wi-Fi CSI enble in menuconfig or add 'esp_wifi_set_csi(true)', even 'esp_wifi_set_promiscuous(true)'
However, these methods make on sense
Also, I search related questions in the Internet and read the ESP-IDF Programming Guide over and ever again, but can't find the solution.
I'm really a newbie on this field,and it's my first time to post question here.
HOPE SOMEONE CAN HELP ME! THANKS