Configuring bladeRF 2.0 micro xA4 using python

Discussions related to embedded firmware, driver, and user mode application software development
Post Reply
adray
Posts: 1
Joined: Wed Apr 10, 2024 9:39 am

Configuring bladeRF 2.0 micro xA4 using python

Post by adray »

Good day. I need to configure the bladeRF 2.0 micro xA4 to receive the 100 MHz band. I have installed the latest updates. Downloaded the FPGA firmware that supports 122.88MHz. But I don't understand how to use the bladerf library to transfer parameters bladerf=0,sample_format=8,feature=oversample to python. I think it is partly in the sync_config settings. But I don't understand how to enable oversample.
venky0108
Posts: 3
Joined: Tue Jan 09, 2024 5:20 am

Re: Configuring bladeRF 2.0 micro xA4 using python

Post by venky0108 »

Check python example txrx for how to pass parameters and instantiate device using python
Post Reply