sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube

Results 196 sdrangel issues
Sort by recently updated
recently updated
newest added

For the WASM port, we need to ensure that there is no blocking on the main thread, otherwise SDRangel will hang. This is described more in the Qt docs here...

enhancement

Hi, I use `RemoteTCPInput` as a source. When connected to my `RTL-SDR v4 (RTLSDRBlog, Blog V4, SN: 00000001)` I have a problem setting gain. After changing, the label `0.0dB` is...

enhancement

Hi , I've tested the interferometer with the Red Pitaya 122-16 bit Metis protocol and with the Pavel software running on the Red Pitaya, works perfect on the Mac M1...

I want to install sdrangel on Debian Bookworm but it isn't installable because it requires packages that aren't available on this version of Debian because they're outdated. Is there any...

WDSP is a powerful DSP library made for SDRs by Warren Pratt, NR0V. I have experienced it with the Radioberry and piHPSDR that uses it. It has a very good...

feature

As reported on the forum: https://sdrangel.org/forum/viewtopic.php?t=193 When SDRangel's main window is minimized then restored, Feature and Channel Windows get higher by about 20 pixels. Seems to be a problem on...

On MacOS SDRAngel crashes, when closing the Demod Analyzer. The Demod Analyzer must be running (play and ok buttons were pressed). ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process:...

SDRangel crashes when I open device as FuncubePro +. The console log shows two possible clues.. Clue #1 - when first opening the app there is a log line stating:...

Compiling fresh on Ubuntu 23.10, following the compilation instructions exactly. Using commit ade3eed. ```[ 14%] Automatic RCC for resources/webapi.qrc [ 14%] Automatic RCC for resources/data.qrc [ 14%] Building CXX object...

This PR fixes issue #2059 but breaks the device pulldown because when changing the current device it doesn't add the new one. AddressSanitizer: heap-use-after-free /home/sdrangel/sdrbase/audio/audiofifo.cpp:80 in AudioFifo::write(unsigned char const*, unsigned...