Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bladeRF does not work #34

Open
DuchIvan opened this issue Jan 30, 2024 · 0 comments
Open

bladeRF does not work #34

DuchIvan opened this issue Jan 30, 2024 · 0 comments

Comments

@DuchIvan
Copy link

DuchIvan commented Jan 30, 2024

Hi,
I am trying to run:
dvbs2-tx --source file --in-file ~/Videos/1min_timer_mpegts.ts --sink bladeRF --freq 1316.9e6 --sym-rate 1e6 --usrp-args "serial=9e4"
and my error is:

Traceback (most recent call last):
  File "/usr/local/bin/dvbs2-tx", line 1055, in <module>
    main()
  File "/usr/local/bin/dvbs2-tx", line 1027, in main
    tb = dvbs2_tx(options)
  File "/usr/local/bin/dvbs2-tx", line 178, in __init__
    sink_block = self.connect_sink()
  File "/usr/local/bin/dvbs2-tx", line 576, in connect_sink
    sink = self.setup_blade_rf_sink()
  File "/usr/local/bin/dvbs2-tx", line 461, in setup_blade_rf_sink
    import bladeRF
ModuleNotFoundError: No module named 'bladeRF'

I have bladeRF library compiled and installed from sources. And next commands works:

python3
import bladerf

Please help me understand what is "import bladeRF" and how can I get it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant