Skip to content

Commit

Permalink
Merge pull request #1280 from gqrx-sdr/rtlsdr-blog-v4
Browse files Browse the repository at this point in the history
Add support for RTL-SDR Blog V4
  • Loading branch information
argilo authored Sep 20, 2023
2 parents 179183b + e3186f7 commit f2cd31e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,23 @@ jobs:
libairspyhf-dev \
libfreesrp-dev \
libhackrf-dev \
librtlsdr-dev \
libusb-1.0-0-dev \
libsoapysdr-dev \
soapysdr-module-remote \
libuhd-dev \
liborc-0.4-dev \
libhidapi-dev
cd /tmp
git clone https://gitea.osmocom.org/sdr/rtl-sdr.git
cd rtl-sdr
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DDETACH_KERNEL_DRIVER=ON ..
make -j4
make install
ldconfig
cd /tmp
git clone https://github.com/Nuand/bladeRF.git
cd bladeRF
Expand Down Expand Up @@ -87,7 +97,7 @@ jobs:
ldconfig
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
git clone https://github.com/gqrx-sdr/gr-osmosdr.git
cd gr-osmosdr
git checkout origin/gr3.8
mkdir build
Expand Down Expand Up @@ -123,7 +133,8 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install airspy airspyhf boost dylibbundler gnuradio hackrf libbladerf librtlsdr libserialport portaudio pybind11 uhd qt@6 || true
brew install --HEAD librtlsdr
brew install airspy airspyhf boost dylibbundler gnuradio hackrf libbladerf libserialport portaudio pybind11 uhd qt@6 || true
brew tap pothosware/homebrew-pothos
brew install soapyremote
Expand Down Expand Up @@ -176,7 +187,7 @@ jobs:
make install
cd /tmp
git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git
git clone https://github.com/gqrx-sdr/gr-osmosdr.git
cd gr-osmosdr
mkdir build
cd build
Expand Down
1 change: 1 addition & 0 deletions resources/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
NEW: Dropped frames are indicated by red background in FFT Settigns panel.
NEW: "Avg" waterfall mode, which displays average of FFT bins.
NEW: "Sync" waterfall mode, which mirrors averaged data from plot.
NEW: Support for RTL-SDR Blog V4 in AppImage and DMG releases.
IMPROVED: Peak detection algorithm.
IMPROVED: Peak detection uses peak hold data when available.
IMPROVED: Maximum FFT size increased to 4M.
Expand Down

0 comments on commit f2cd31e

Please sign in to comment.