-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I distiguish the CSI data of the 4 antenna's on the ASUS RT AC86U? #226
Comments
https://github.com/seemoo-lab/nexmon_csi#analyzing-the-csi
Maybe you can use this? Also please check if all the 4 antennas are indeed 5 GHz. I suspect 2 of them are 2.4 GHz, and 2 are 5 GHz. Jet - @yujianyuanhaha, opened up the router, and has a better idea. Here is the thread: #199 |
Thanks for your response, with the provide matlab code it looks like there is just one vector provided. Do you know how I can get the splitted values (the vector from each antenna) with the matlab code? |
Packets from all the antennas are in one file, and are read into one vector. Also, you have to enable csi collection for all antennas using makecsiparams. I don't think the matlab script provides ways to distinguish the antennas though. Checkout csikit by @Gi-z. |
It is pretty easy, in matlab it is like
right after line 36 at csireader.m Best Jet |
How to setup at the TX and RX router for collected some CSI data on the router (4x4) on ASUS RT AC86U @yujianyuanhaha @zeroby0 Thanks |
@ozawali command like |
@yujianyuanhaha Thanks. I use your code, but the rxcore is always zeros. Or I want to know the frame structure is ok. |
Has anyone already managed to get the separate CSI-data vectors from each antenna? |
Same question here. @GerbenGheysens @ozawali @zeroby0 , I found it is difficult to distinguish which core 1 packet is coming with which core 0 packet corresponding to the same frame. Any Ideas? |
I want to do some AoA on 2.4GHz with the router and my iPhone. Is it correct to set the parameters as follows: -C 15 -N1 -m(MAC address) I already found out that the internal antenna is only for 5GHz so this will give all zero's and I've placed the antennas closer to each other (half wavelength). |
Was on holiday when this discussion was active, but I've just pushed an update (and a subsequent one) to CSIKit which collates CSI for the same frame from multiple spatial streams into one matrix. The implementation is a little work-in-progress in how it's relayed to the user since the real core/spatial stream functionality is not identical to that of the likes of Intel/Atheros CSI tools where dimensions refer to Rx/Tx antennas (As far as I'm aware! If you know better, I'd love to hear more!). For now, it does function in its current state. For more detail on the implementation, this source file is loosely based on the MATLAB csireader implementation provided by Seemoo. For reference for anyone implementing this themselves: the "sequence number" in the payload header will indicate the frame for which CSI was captured. Note that when multiple cores/spatial streams are active, this number will remain the same across a number of frames synchronous with your number of active cores * spatial streams. The core/spatial stream bitmask in bytes 12 and 13 will detail which core/spatial stream the frame was received on. Any feedback is appreciated, as I'd like to make sure we've all got this worked out. |
Hi Anyone knows how to change regulations file in asus patch, I am only able to listen to channel 36 at 5GHz? |
When I collected some CSI data on the router (4x4) I only got 1 vector in the matlab code. Is there a possibility to distinguish which data is coming from which antenna?
The text was updated successfully, but these errors were encountered: