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.
How to send or dump Wi-Fi CSI packet data to my host PC with USB?
-
- Posts: 9
- Joined: Fri Sep 28, 2018 9:22 am
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
The USB you mention is in all probability a serial-to-usb converter on your devboard. as such, you can just send it over your serial port (printf?) in some format (suggest binary or base64-encoded) and write a program PC-side to grab it off the emulated serial port.
-
- Posts: 9
- Joined: Fri Sep 28, 2018 9:22 am
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 )
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: How to send or dump Wi-Fi CSI packet data to my host PC with USB?
No, sorry, I'll leave that up to you.
-
- Posts: 6
- Joined: Thu Feb 07, 2019 9:20 am
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
Who is online
Users browsing this forum: No registered users and 87 guests