Search found 2 matches

by nsacco
Wed Apr 12, 2023 3:57 pm
Forum: ESP-IDF
Topic: AGC information for CSI
Replies: 1
Views: 2210

Re: AGC information for CSI

Hi! Did you ever find an answer to your question? I am looking for the same information.
Moreover, are we sure that CSI amplitude data on ESP32 are distorted with the automatic gain control?

Thanks!
by nsacco
Mon Feb 20, 2023 6:42 pm
Forum: ESP-IDF
Topic: How to get packets type from CSI callback in promiscuous mode
Replies: 0
Views: 609

How to get packets type from CSI callback in promiscuous mode

Hi! I am using the a callback function trough esp_wifi_set_csi_rx_cb(). However, I was trying to understand which type of packet (data, management, control) generated the CSI record. It seems that such information can not be retrieved from a wifi_csi_info_t entry. Any suggestion?