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

LibbladeRF support for setting MIMO mode #403

Closed
polygon opened this issue Jul 10, 2015 · 1 comment
Closed

LibbladeRF support for setting MIMO mode #403

polygon opened this issue Jul 10, 2015 · 1 comment
Labels
Issue: Enhancement Missing functionality, or a new feature request

Comments

@polygon
Copy link

polygon commented Jul 10, 2015

There is no libbladeRF command yet to set the MIMO mode. It is implemented in bladeRF-cli mimo.c as a series of bladerf_si5338_write calls. To avoid replicating this code in third party programs, there should be a bladerf_mimo_mode call or similar.

Furthermore, since the calls in mimo.c change different registers when switching to master and slave mode, switching a bladeRF from master to slave or the other way round is probably not having the desired effect. That case is likely not very relevant, though.

@jynik jynik added the Issue: Enhancement Missing functionality, or a new feature request label Jul 22, 2015
@jynik
Copy link
Contributor

jynik commented May 22, 2016

This has been added as of libbladeRF v1.7.0, under this section of the API.

bladeRF-cli v1.4.0 uses this in the set smb_mode and print smb_mode implementations.

@jynik jynik closed this as completed May 24, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: Enhancement Missing functionality, or a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants