frspin

Results 15 issues of frspin

I am programming a "no gui" USB only receiver with my SDRPlay for reception of FT8 and WSPR The only requirement is change frequency when changing band or mode. For...

Getting source from GIT repo swradio don't compile on Ubuntu 20.04 - 64 bit with this error: /usr/lib/qt5/bin/moc -DGITHASH=\"9b775f9\" -DHAVE_SDRPLAY -DHAVE_RTLSDR -DHAVE_AM_DECODER -DHAVE_SSB_DECODER -DHAVE_CW_DECODER -DHAVE_AMTOR_DECODER -DHAVE_PSK_DECODER -DHAVE_RTTY_DECODER -DHAVE_MFSK_DECODER -DHAVE_FAX_DECODER -DHAVE_DRM_DECODER...

For better integration in alternative GUI programs there are some API and wiki improvements suggested: For messages: A more specific message when a new message is arrived instead of the...

feature request

Fresh wdsp and linhpsdr source from Github. Required libraries all from repository of Ubuntu 20.04 Compile and link for wdsp library is correct Compile of linhpsdr work without errors. Running...

Commit 0aae6a5 is the last with SoapySDR able to activate stream After this commit linhpsdr, on Ubuntu 18.04 - 64 bit, exit with error: soapy_protocol_init soapy_protocol: receive_thread: SoapySDRDevice_make soapy_protocol: setting...

I am giving try to linhpsdr with my SDRPlay using SoapySDR. After some mods to SoapySDRPlay module now I get a sample rate of 1536000, as required by linhpsdr and...

I am using rx_sdr with SDRPlay and csdr. For now I have very good results but I can't change hardware frequency without restart rx_sdr. I am not a C programmer....

Can we have an example for using rx_fm with usb /lsb demodulation? Simply using rx_fm -M usb -d "device=sdrplay" -f 7040000 | aplay .... result in a too wide band,...

Downloaded qt-1090 for use with SDRPlay. Modified CMakeList.txt adding -std=c++11 for getting it to compile Now I get this message at startup: main: Detected system language "it_IT" main: Set language...

API for connecting is localhost:8080/api/connect/?url=[mode]:///[call]?freq=[freq]&bw=[bandwidth] and this is what is used in Web Gui and what is working. But rmslist return an incorrect url: localhost:8080/api/rmslist?mode=[mode] return as url: [mode]:///[call]?bw=[bandwidth]&freq=[freq] with...