You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] [UHD] linux; GNU C++ version 10.2.0; Boost_107100; UHD_3.15.0.0-4
Traceback (most recent call last):
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 267, in
main()
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 243, in main
tb = top_block_cls()
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 110, in init
self.uhd_usrp_source_0 = uhd.usrp_source(
File "/usr/lib/python3/dist-packages/gnuradio/uhd/init.py", line 125, in constructor_interceptor
return old_constructor(*args)
File "/usr/lib/python3/dist-packages/gnuradio/uhd/uhd_swig.py", line 2791, in make
return _uhd_swig.usrp_source_make(device_addr, stream_args, issue_stream_cmd_on_start)
RuntimeError: LookupError: KeyError: No devices found for ----->
Empty Device Address
Done (return code 1)
Please could someone help me!!!!?
The text was updated successfully, but these errors were encountered:
The USRP Source is only compatible with Ettus Research USRP devices. You'll need to swap out that source with a compatible one for your device. What dongle do you have?
Hi I'm new to gnuradio and to gr-adsb, I am using it for my Bachelor's thesis but I am strgling while running it:
Executing: /usr/bin/python3 -u /home/TFG/gr-adsb/examples/adsb_rx.py
[INFO] [UHD] linux; GNU C++ version 10.2.0; Boost_107100; UHD_3.15.0.0-4
Traceback (most recent call last):
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 267, in
main()
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 243, in main
tb = top_block_cls()
File "/home/TFG/gr-adsb/examples/adsb_rx.py", line 110, in init
self.uhd_usrp_source_0 = uhd.usrp_source(
File "/usr/lib/python3/dist-packages/gnuradio/uhd/init.py", line 125, in constructor_interceptor
return old_constructor(*args)
File "/usr/lib/python3/dist-packages/gnuradio/uhd/uhd_swig.py", line 2791, in make
return _uhd_swig.usrp_source_make(device_addr, stream_args, issue_stream_cmd_on_start)
RuntimeError: LookupError: KeyError: No devices found for ----->
Empty Device Address
Please could someone help me!!!!?
The text was updated successfully, but these errors were encountered: