Search found 6 matches

by jonathanmuller
Thu Feb 07, 2019 9:36 am
Forum: General Discussion
Topic: Channel State Information
Replies: 1
Views: 4825

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 ...
by jonathanmuller
Thu Feb 07, 2019 9:33 am
Forum: ESP32 Arduino
Topic: how can i get pure OFDM graph
Replies: 3
Views: 7248

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 ...
by jonathanmuller
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: 6847

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
by jonathanmuller
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: 4627

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)
by jonathanmuller
Thu Feb 07, 2019 9:27 am
Forum: General Discussion
Topic: ESP32 CSI question
Replies: 1
Views: 4505

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 ...

Go to advanced search