Aravind Reddy V
Aravind Reddy V
Play a youtube video on your laptop, and set makecsiparams `-b 0x88 -m 68:ff:7b:b6:25:14`. That way, the data packets from router to laptop will be captured, and other communication will...
Sure. Some NIC and routers may put Ping packets as Control packets, which start with a number other than 0x88. Try removing 0x88 if you're not seeing any packets.
Happened to me too haha. You can use `sudo ifconfig wlan0 up` and `sudo iwlist wlan0 scan` to scan wifi networks. Then use `mcp -c channel/20 -C 1 -N 1`
https://github.com/seemoo-lab/nexmon_csi/blob/ba99ce12a6a42d7e4ec75e6f8ace8f610ed2eb60/src/regulations.c#L195-L219 I think that's because 6/20 is not listed here. Try adding it. `CH20MHZ_CHSPEC(7),` In order to modify firmware, you have to source the setup_env, remove the old folder, clone...
I don't know either. But you can use the other thing: `CH20MHZ_CHSPEC(6)`, above that line.
Don't know why. Instead of adding new channels to nexmon_csi, may be try changing your router to an already present channel. Maybe 7?
Restart the Pi and try again? It's the fastest and most reliable 'fix' for me.
There should be log files in the folders nearby that will tell you what the error is in a more detailed manner. You are also welcome to use my [precompiled...
Are you connecting to your router wirelessly? The wifi chip in router will be occupied in CSI collection and can't be used for anything else. So you have to use...