Search found 3 matches

by Alexli
Sat Feb 18, 2017 9:41 pm
Forum: Code Corner
Topic: gr-osmosdr and the RSP2
Replies: 1
Views: 13270

Re: gr-osmosdr and the RSP2

I bugfix the code at the moment. There is much to do. Gain control works perfect with mir_sdr_SetGr(_dev->gRdB_in, 1, 0) but I can not set the lnaGrThreshold. Initialization: err = mir_sdr_StreamInit(&_dev->gRdB_out, _dev->fsHz / 1e6, _dev->rfHz / 1e6, _dev->bwType, _dev->ifType, LNAstate, &_dev->gR...
by Alexli
Sun Feb 12, 2017 9:21 pm
Forum: Code Corner
Topic: gr-osmosdr and the RSP2
Replies: 1
Views: 13270

gr-osmosdr and the RSP2

It's time to adapt the RSP2 to the gr-osmosdr driver. Doas any body know some attempts here? The starting point: https://github.com/krippendorf/gr-osmosdr-fork-sdrplay.git This works fine and I addet some features: - Selectable Antenna Ports: "A", "B", "HI-Z" - 4.7V bias ### Pease forgive me: I am n...
by Alexli
Fri Feb 03, 2017 6:41 pm
Forum: Code Corner
Topic: SDRplay support for GNURadio on Windows
Replies: 2
Views: 16751

Re: SDRplay support for GNURadio on Windows

I had the same issue with linux:
Non-Free drivers are not supported by default.
You need to recompile osmosdr with "gr-osmosdr/build$ cmake -DENABLE_NONFREE=TRUE"
However, RSP2 features are not supported at the moment.

Alex