Search found 4 matches
- Wed Mar 27, 2019 6:13 am
- Forum: ESP-IDF
- Topic: How can I get CSI (channel state information) from my own ESP32 Chip?
- Replies: 4
- Views: 10202
Re: How can I get CSI (channel state information) from my own ESP32 Chip?
Any one can give a example using the function esp_wifi_80211_tx to broadcast a kind of frames in one esp32 chip ? I know there is a example https://github.com/Jeija/esp32-80211-tx on it. But after trying, it seemed just broadcasting beacon frames didn't work. OR, anybody can tell me what kinds of fr...
- Wed Mar 20, 2019 12:27 pm
- Forum: ESP-IDF
- Topic: Confused about the sub-carrier index in Wi-Fi Channel State Information section of api-guides
- Replies: 0
- Views: 3252
Confused about the sub-carrier index in Wi-Fi Channel State Information section of api-guides
The following url can derect to the Wi-Fi Channel State Information section of api-guides. https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/wifi.html#wi-fi-channel-state-information Recently, I'm doing something about CSI in ESP32 and come up against difficulties. I can't understand ...
- Mon Mar 18, 2019 8:17 am
- Forum: ESP-IDF
- Topic: How can I get CSI (channel state information) from my own ESP32 Chip?
- Replies: 4
- Views: 10202
Re: How can I get CSI (channel state information) from my own ESP32 Chip?
The CSI is extracted from received packet. First,thank you for your reply! I think that's exactly the key of my question. Now, I think i'd better receive CSI in the softAP, and use another chip as station to connect to this AP. In this way, I can send UDP data from my station to my softAP, which ma...
- Sun Mar 17, 2019 11:01 am
- Forum: ESP-IDF
- Topic: How can I get CSI (channel state information) from my own ESP32 Chip?
- Replies: 4
- Views: 10202
How can I get CSI (channel state information) from my own ESP32 Chip?
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 anothe...