Some predictions for the insertion of the fork of gr-osmosdr for SDRPlay support in the official version?
Regards
Franco Spinelli
IW2DHW
Search found 59 matches
- Fri Feb 23, 2018 7:59 pm
- Forum: Code Corner
- Topic: gr-osmosdr
- Replies: 1
- Views: 15545
- Fri Feb 17, 2017 8:11 am
- Forum: SDRplay related
- Topic: Suggestions and ideas for new utilities
- Replies: 3
- Views: 17760
Re: Suggestions and ideas for new utilities
A program without any GUI, running on Windows, Mac and Linux, getting I/Q from SDRPlay (or from stdin), processing samples and putting audio on stdout. This program can be controlled by a TCP connection and used without any GUI or with an external GUI using same TCP protocol, also on network. At sta...
- Mon Jan 02, 2017 10:39 am
- Forum: Code Corner
- Topic: SoapySDDRPlay not working
- Replies: 16
- Views: 88774
Re: SoapySDDRPlay not working
Yes, blacklist of modules is different in different Linux systems. So the only mode is collect in installer the Linux system type and do blacklist for this type. Or almost put a big warning to the end of installer, requiring blacklist check by hand. If old API was working without blacklist one or mo...
- Sat Dec 31, 2016 11:00 am
- Forum: Code Corner
- Topic: SoapySDDRPlay not working
- Replies: 16
- Views: 88774
Re: SoapySDDRPlay not working
So, in Linux API install, SDRPlay need to include API, Udev rules and blacklist of unwanted modules.
Otherwise correct usage of new API don't work
Regards
Franco Spinelli
IW2DHW
Otherwise correct usage of new API don't work
Regards
Franco Spinelli
IW2DHW
- Sat Dec 31, 2016 10:04 am
- Forum: Code Corner
- Topic: SoapySDDRPlay not working
- Replies: 16
- Views: 88774
Re: SoapySDDRPlay not working
SoapySDRPlay is a new version released by SDRPlay team and included in Github SoapySDRPlay approx 3 days ago. SoapySDR is from Github I have done some test and solved the problem. As first test I have modified Registration.cpp forcing rspDevs[0].devAvail to "1". I have only 1 RSP1 and this worked. A...
- Fri Dec 30, 2016 5:32 pm
- Forum: Code Corner
- Topic: SoapySDDRPlay not working
- Replies: 16
- Views: 88774
Re: SoapySDDRPlay not working
Latest API is intalled and working with gr-osmosdr/gqrx and also with Luaradio No problem with V0.6 SoapySDR API. If I am not wrong, compiling SoapySDR and CubicSDR from github give me latest development code. And error is from SoapySDRUtil (also CubicSDR don't show any device) I am wrong? Regards F...
- Thu Dec 29, 2016 8:21 pm
- Forum: Code Corner
- Topic: SoapySDDRPlay not working
- Replies: 16
- Views: 88774
SoapySDDRPlay not working
I have downloaded new version of SoapySDRPlay from official github, compiled and now my RSP1 is not found. This is output of SoapySDRUtil --info ###################################################### ## Soapy SDR -- the SDR abstraction library ###################################################### L...
- Sat Dec 10, 2016 12:40 pm
- Forum: General
- Topic: New API documentation
- Replies: 1
- Views: 12783
New API documentation
At point 5.1 and 5.2 of new API documentation there is a link to 2 documents:
Default_Gain_Tables.pdf and RSPI_Gain_Tables.pdf
Where is this 2 documents?
Regards
Franco Spinelli
IW2DHW
Default_Gain_Tables.pdf and RSPI_Gain_Tables.pdf
Where is this 2 documents?
Regards
Franco Spinelli
IW2DHW
- Sat Dec 03, 2016 6:27 pm
- Forum: Code Corner
- Topic: Problem in ReadPacket()
- Replies: 0
- Views: 15470
Problem in ReadPacket()
In CubicSDR and in gr-osmosdr I get some random holes in packet receiving, producing some seconds of silence in audio play. Using gr-osmosdr with Gnuradio I get this message: [CRITICAL] ds_mir_sdr_ReadPacket() error: 1 (a SoapySDRPlay message) No problem using gr-osmosdr with device sdrplay directly...
- Thu Sep 22, 2016 1:38 pm
- Forum: General
- Topic: API Drivers
- Replies: 9
- Views: 30542
Re: API Drivers
0 and 1 will work in the same way as they did before - 1 just gives you the new AGC mode by default. If enum has been used, it will need to be updated. The problem is not in value (0,1,2,3) but in type of parameter. In sdrplay_source_c.cc of gr-osmosdr-fork-sdrplay the definition of function is boo...