bastibl / gr-ieee802-11

IEEE 802.11 a/g/p Transceiver
https://wime-project.net/
GNU General Public License v3.0
752 stars 293 forks source link

wifi_rx.grc limesdr can't find device #161

Closed calgaryy closed 5 years ago

calgaryy commented 5 years ago

Hi there, I'm trying to run this program on my LimeSDR to capture WiFi packets. However, when I run the program I get

RuntimeError:LookupError:KeyError:No devices found for -----> Empty Device Address

Do I have to manually enter my device information or should it be detected automatically?

Using

Ubuntu 18.04 GRC-3.7.11 LimeSDR-Mini

bastibl commented 5 years ago

The example flow graph use UHD sources/sinks, which work with SDRs from Ettus. You have to replace them with the corresponding source/sink blocks for your SDR.

calgaryy commented 5 years ago

Thank you, I have the block here.

The block asks for calibration bandwidths and analog filter bandwidths, do you know what these should be set at?

bastibl commented 5 years ago

Sorry, but I don't have a Lime SDR. That's a question for Lime.

calgaryy commented 5 years ago

Thanks very much. I'll close this issue 😊