Search found 6 matches
- Wed Feb 10, 2021 10:36 am
- Forum: General Discussion
- Topic: ESP32-S2: 802.11mc FTM support?
- Replies: 8
- Views: 13167
- Thu Feb 07, 2019 9:36 am
- Forum: General Discussion
- Topic: Channel State Information
- Replies: 1
- Views: 4563
Re: Channel State Information
Old post but it now of actuality. Yes you can using : https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/network/esp_wifi.html?highlight=esp_wifi_set_promiscuous_filter#_CPPv222esp_wifi_set_csi_rx_cb13wifi_csi_cb_tPv Details here : https://docs.espressif.com/projects/esp-idf/en/late...
- Thu Feb 07, 2019 9:33 am
- Forum: ESP32 Arduino
- Topic: how can i get pure OFDM graph
- Replies: 3
- Views: 6626
Re: how can i get pure OFDM graph
There are more details on the structure there : https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/wifi.html?highlight=channel%20state%20information#wi-fi-channel-state-information See example code there : https://github.com/espressif/esp-idf/issues/2012 Or there : https://github.com/j...
- Thu Feb 07, 2019 9:31 am
- Forum: General Discussion
- Topic: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
- Replies: 4
- Views: 6227
Re: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
Hi,
If you are interested I recently did it : https://github.com/jonathanmuller/ESP32 ... ation-CSI-
It logs 802.11n frames as well as CSI from the ESP32 to a linux running PC
If you are interested I recently did it : https://github.com/jonathanmuller/ESP32 ... ation-CSI-
It logs 802.11n frames as well as CSI from the ESP32 to a linux running PC
- Thu Feb 07, 2019 9:29 am
- Forum: General Discussion
- Topic: Does ESP32 Wi-Fi HW supports 2 Rx chain to get 2 Rx CSI datas?
- Replies: 2
- Views: 4291
Re: Does ESP32 Wi-Fi HW supports 2 Rx chain to get 2 Rx CSI datas?
I think he most probably tries/tried to replicate this work : https://dhalperi.github.io/linux-80211n-csitool/
(Mainly used for CSI fingerprint localization)
(Mainly used for CSI fingerprint localization)
- Thu Feb 07, 2019 9:27 am
- Forum: General Discussion
- Topic: ESP32 CSI question
- Replies: 1
- Views: 4198
Re: ESP32 CSI question
Hi, They recently provided more details on the structure there : https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/wifi.html?highlight=channel%20state%20information#wi-fi-channel-state-information If you wish to better understand the logic you can read this : https://www.oreilly.com/l...