How to import bladerf in python code

Discussions related to embedded firmware, driver, and user mode application software development
Post Reply
wkim
Posts: 3
Joined: Thu Jul 05, 2018 8:42 am

How to import bladerf in python code

Post by wkim »

Hello,

I would like to connect bladerf_sink_c.cc to my python code.
https://github.com/osmocom/gr-osmosdr/b ... _sink_c.cc

However, i don't know how to import the cc file in the python code.
I wrote "import osmosdr". But it doesn't work.

Does anyone know what modules I should import in order to use the bladerf_sink_c file?

Thank you.
User avatar
rtucker
Posts: 77
Joined: Sun Jan 25, 2015 10:38 am

Re: How to import bladerf in python code

Post by rtucker »

Greetings...

For a practical example, take a look at:

https://github.com/Nuand/bladeRF/blob/m ... deRF_rx.py

You will need to have a working GNU Radio installation to use gr-osmosdr. Many Linux distributions provide it through their package manager, or you can install it using GNU Radio's PyBOMBS system (https://github.com/gnuradio/pybombs). If you're using PyBOMBS, note that you may need to use "pybombs run" to ensure the environment is set up correctly when running your script.
Rey Tucker (she/her)
Systems Engineer, Nuand LLC
Rochester, NY, USA

#WontBeErased
Post Reply