Sirajum Munir

Results 9 comments of Sirajum Munir

Thank you for the prompt response! It works now! But for a [different file](https://drive.google.com/file/d/1ABQqYZYJoVhDC7slYEg-0ia-lA2py_jV/view?usp=sharing) that is captured using the same Raspberry Pi 4B with Nexmon, when I try the following,...

Thank you for checking. This is a limitation of Wireshark only. I can open the file in [Cocoa Packet Analyzer](https://www.tastycocoabytes.com/). Also, I can open the file using original Matlab code...

Great! This works in the Terminal! Thanks a lot! Now, how do I do this in [csiserver](https://github.com/citysu/csiread/blob/master/examples/csiserver.py)? Is there a way to tell it to consider _(a) chip='43455c0', (b) bw=80,...

I see. Sure, that makes sense. Thank you!

Thank you for investigating this. This is very helpful. Does anyone know which antennas are connected to which Wi-Fi chipset? Is it the case that by following the antenna numbers...

Thank you for your response—it was very helpful! Do you think switching between monitor mode and Wi-Fi client mode for occasional packet transmission would cause instability or other issues? Additionally,...

Thank you for the prompt response. To follow up, 1. By looking at the values of my magic number (`0x1111`), rssi (192, not `0x11`), and fc (148, not `0x11`), I...

`csidata.rssi.astype(np.int8)` works like a charm! Will do. Thanks a lot!

This works! Thanks so much!