Search found 9 matches

by david711205
Wed Apr 24, 2019 2:25 am
Forum: General Discussion
Topic: Which 802.11 frame type can ESP32 Wi-Fi get it's CSI (channel state information) ?
Replies: 0
Views: 2301

Which 802.11 frame type can ESP32 Wi-Fi get it's CSI (channel state information) ?

In ESP-IDF guide: https://docs.espressif.com/projects/esp ... nformation,
ESP32 Wi-Fi can get CSI (channel state information) data.
But which 802.11 frame type can ESP32 Wi-Fi get it's CSI (channel state information) ?
by david711205
Mon Mar 11, 2019 2:19 am
Forum: General Discussion
Topic: ESP32 CSI (channel state information) can be received from 802.11b beacon, control or data frame?
Replies: 0
Views: 2047

ESP32 CSI (channel state information) can be received from 802.11b beacon, control or data frame?

Could ESP32 CSI (channel state information) be received from 802.11(b) beacon, control or data frame?
by david711205
Tue Mar 05, 2019 8:51 am
Forum: General Discussion
Topic: ESP32 Wi-Fi driver Application programming
Replies: 0
Views: 1871

ESP32 Wi-Fi driver Application programming

Hi All,
Is it possible that I write an event while loop in app_main() so that it can change Wi-Fi mode between STA and AP mode due to event value after flash the build image to EPS32?
How to use EPS32 these Wi-Fi driver API to programming?
by david711205
Tue Nov 20, 2018 5:13 am
Forum: General Discussion
Topic: ESP32-WROOM-32U Wi-Fi Tx/Rx pin numbers
Replies: 3
Views: 5462

Re: ESP32-WROOM-32U Wi-Fi Tx/Rx pin numbers

If we use RF switch to implement multi-antenna selection, how do I do to connect ESP32-WROOM-32U to RF switch?
by david711205
Tue Nov 20, 2018 3:27 am
Forum: General Discussion
Topic: ESP32-WROOM-32U Wi-Fi Tx/Rx pin numbers
Replies: 3
Views: 5462

ESP32-WROOM-32U Wi-Fi Tx/Rx pin numbers

What are Wi-Fi Tx/Rx pin numbers for ESP32-WROOM-32U Wi-Fi Tx/Rx pin numbers?
I cannot see from data sheet.
by david711205
Thu Oct 11, 2018 1:05 am
Forum: General Discussion
Topic: Does ESP32 Wi-Fi HW supports 2 Rx chain to get 2 Rx CSI datas?
Replies: 2
Views: 3873

Does ESP32 Wi-Fi HW supports 2 Rx chain to get 2 Rx CSI datas?

Does ESP32 Wi-Fi HW supports 2 Rx chain to get 2 Rx CSI datas?
by david711205
Mon Oct 01, 2018 12:50 am
Forum: General Discussion
Topic: any API that we can send buffer data to my hosts machine with USB interface?
Replies: 1
Views: 2727

any API that we can send buffer data to my hosts machine with USB interface?

Does ESP-IDF has API that we can send buffer data to my hosts machine with USB interface?
For example, on ESP32 side, we would like to use its Wi-Fi connection to get an AP MAC address and use USB interface to send the binary data of the AP MAC address to my PC.
by david711205
Sat Sep 29, 2018 12:30 am
Forum: General Discussion
Topic: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
Replies: 4
Views: 5674

Re: How to send or dump Wi-Fi CSI packet data to my host PC with USB?

Could you give me an simple c code example on esp32 side and PC side(if we use fwrite() to send binary data to PC )
by david711205
Fri Sep 28, 2018 9:35 am
Forum: General Discussion
Topic: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
Replies: 4
Views: 5674

How to send or dump Wi-Fi CSI packet data to my host PC with USB?

Hi all:
I used console to enable Wi-Fi CSI function.
But I have no idea about how to send or dump Wi-Fi CSI packet data to my host PC with USB when CSI callback function returns CSI packet data everytime.