bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
270 stars 87 forks source link

'No supported devices found'. Hackrf One added to Transceiver_CSS_USRP.grc file. #61

Closed dominiktopyla closed 1 year ago

dominiktopyla commented 2 years ago

I'm using Gnu Radio 3.9 with gr-foo 3.9 and gr-ieee802-15-4 3.9 on Kali Linux. I added gr-osmosdr module to Gnu Radio. I modified Transceiver_CSS_USRP.grc file by replacing USRP with osmocom. After executing file I got an error:

Executing: transceiver_CSS_USRP.py

Error: failed to enable real-time scheduling. gr-osmosdr 0.2.0.0 (0.2.0) gnuradio v3.9.6.0-1-gac58f3ba built-in source types: file rtl_tcp rfspace redpitaya Traceback (most recent call last): File "/home/lava/gr-ieee802-15-4/examples/transceiver_CSS_USRP.py", line 395, in main() File "/home/lava/gr-ieee802-15-4/examples/transceiver_CSS_USRP.py", line 373, in main tb = top_block_cls() File "/home/lava/gr-ieee802-15-4/examples/transceiver_CSS_USRP.py", line 190, in init self.osmosdr_source_0 = osmosdr.source( RuntimeError: No supported devices found (check the connection and/or udev rules).

tansceiver_CSS_USRP

I want to capture ZigBee packets with Hackrf One. Does gr-ieee802-15-4 modules are compatible with Hackrf One or I make a mistake in graph?

bastibl commented 2 years ago
 built-in source types: file rtl_tcp rfspace redpitaya

It looks like you compiled gr-osmosdr without HackRF support.