Gqrx 2.5 released

Only a few weeks have passed since the gqrx 2.4 release, there has been enough development going on to justify a new release. This release includes a few new features as well as important bug-fixes.

Listening on 80 meters with Cloud-IQ and gqrx

New features

  • Read out signal time and frequency on the waterfall (disabled on OS X).
  • Save waterfall to graphics file.
  • Allow user settable waterfall time span (up to 24 hours).
  • Cmake option to build using gr-audio backend (Andrea Merello).

Bug fixes

  • FM stereo (revert to pre-2.4 behavior).
  • Mode selector not updated when selecting a WFM OIRT bookmark.
  • Show correct filter preset when filter LO/HI corresponds to one.
  • Prevent RDS panel from growing by making it scrollable.
  • Use correct audio backend on OS X (app bundle only).

Improvements

  • Button layouts (mostly on Mac OS X).

Details about the new waterfall features

As you may have noticed, new development for this released has been mostly on the waterfall. The adjustable time span allows us capture spectrum data over longer periods and the save functionality provides a convenient way to save the captured data to a graphics file.

The image below shows an example of such capture. It is a ~20 minute capture of the  transponder downlink from the FO-29 amateur radio satellite.

FO-29 orbit 95710 captured with Gqrx and Airspy

Another example for how this feature can be used is spectrum surveillance. The image below shows the 6–16 MHz HF spectrum over an 8 hour time period. It was captured using a HackRF device.

6 - 16 MHz spectrum captured with gqrx and HackRF

As written above, the time span can be up to 24 hours, however, this is only an arbitrary limit and we can increase it should the need arise.

Looking forward to seeing how people will use this feature.

Ubuntu Packages

Updated packages are already available in our new PPA. Instructions for new users are available on the Ubuntu Install page.

Mac OS X binaries

As always, there is an up to date Gqrx package in Macports shortly after the release. There is now also an app bundle available from GitHub or SourceForge. The bundle was built on Mac OS X El Capitan and contains all required third part libraries, as well as the command line utilities that come with the Airspy, RTL-SDR, Hackrf and Bladerf driver libraries. See the included README for details.

Installing from source

The source code can be downloaded from GitHub or SourceForge. Starting with this release, gqrx can also be compiled using cmake, see the README file for details. Building with qmake is still available and will not disappear any time soon, so feel free to use either method.

Have fun!

Gqrx 2.4 released

One year after the 2.3.2 release, Gqrx 2.4 is now available for download. This release includes both new features, important bug-fixes as well as improvements of existing functionality.

Gqrx 2.4 with Funcube Dongle Pro+

New features

  • Bookmarks.
  • FM RDS decoder using gr-rds.
  • Frequency tooltips on the FFT area (disabled on Mac).
  • Filter shape selector (soft, normal, sharp).
  • Slider to aid zooming on the frequency and dB axes.
  • RFSpace Cloud-IQ support (still work in progress).
  • OIRT stereo decoder (Daniil Cherednik).
  • Input decimator.

Bug fixes

  • Prevent crash due to device errors while starting the application.
  • Use hardware frequency in IQ file names.
  • FFT averaging (it can now be disabled).
  • “Could not resolve pattern10600” error messages in the terminal.
  • Antenna selection error with USRP B210 (Ethan Trewhitt).
  • LNB LO value not updated in I/O config dialog.
  • Initial gain of rtlsdr devices is no longer 0 dB.
  • DSP freeze when setting FM de-emphasis time constant to 0.
  • Use correct main category in desktop entry file.

Improvements

  • Support up to 1M point FFT.
  • Fractional PPM correction.
  • AGC performance.
  • FFT performance.
  • Right click on frequency digit to clear digits.
  • Robustness against malformed remote control commands.

Ubuntu Packages

Starting with this release, we have a new PPA that contains only Gqrx binaries and uses MyriadRF PPAs for GNU Radio and SDR driver packages. I realize this is inconvenient for existing PPA users; however, this offloads some of the packaging work from me and will ensure more up to date GNU Radio packages for Ubuntu users in the future.

Please make sure you have the previous PPA disabled and old, obsolete packages removed before using the new PPA as instructed on the Ubuntu Install page. Feel free to contact us if you need help with the PPA transition.

Mac OS X binaries

As always, there is an up to date Gqrx package in Macports. There is now also an app bundle available from GitHub or SourceForge. The bundle was built on Mac OS X El Capitan and contains all required third part libraries, as well as the command line utilities that come with the Airspy, RTL-SDR, Hackrf and Bladerf driver libraries. See the included README for details.

Installing from source

The source code can be downloaded from GitHub or SourceForge. Starting with this release, gqrx can also be compiled using cmake, see the README file for details. Building with qmake is still available and will not disappear any time soon, so feel free to use either method.

Have fun!

Gqrx 2.3.0 released

Someone has pointed out to me that it’s been almost a year since gqrx 2.2.0 was released. There have been a few snapshot releases since 2.2.0 and some of them got even included in distributions. However, considering the large number of improvements and bug fixes since 2.2.0 I felt it was appropriate to tag a new release.

The changes since version 2.2.0 include:

  • Support for setting analog bandwidth.
  • Support for setting gain stages individually.
  • Remember visibility status of main toolbar.
  • Restore the geometry of the main window between sessions.
  • Restore the state and placement of the dock windows.
  • Nuand BladeRF support.
  • RF Space SDR-IQ, SDR-IP and Netsdr support.
  • Airspy support.
  • Peak detection on the FFT plot.
  • Max hold on the FFT plot.
  • Audio streaming over UDP socket.
  • Remote control through TCP socket.
  • Set squelch level from current signal/noise level.
  • Command line option to list existing configurations.
  • I/Q recording and playback.
  • Incorrect handling of decimal values in LNB LO frequency.
  • Correctly apply initial LNB LO frequency.
  • Audio output device selection on Mac OS X.
  • Properly store settings when using Save As function.
  • Crash when recording audio with no rec directory set.
  • Only allow audio playback while DSP is running.
  • Ensure DSP is stopped when we exit.
  • Freeze when switching modes after audio recording.
  • Toggling “ignore limits” changes frequency.
  • Include gqrx.dekstop file.
  • Rename scope.svg to gqrx.svg to avoid confusion.
  • Gqrx can fit on small screens (900×600 pixels).
  • Better color gradient for the waterfall.
  • FFT presentation at high rates and high sizes.
  • Make release news available through the Help menu.

Many of these changes are contributed by others as can be seen in the list of contributors.

The source code is available through Github or Sourceforge. Ubuntu packages for Trusty and Utopic are in the PPA. Mac version is expected to be available through Macports soon.

This is probably the last version I am going to release for a very long time, perhaps ever, as I neither have the time nor the interest to continue down this road. Hopefully we can find somebody else to take over further development and maintenance.

Ubuntu packages for armhf architectures

Just a quick note that we have got armhf builds enabled for our gqrx/snapshots repository. Armhf refers to ARM architecture with hardware floating point support.

For now I have rebuilt all packages for Ubuntu 12.04 as this seems to be most common Ubuntu used on ARM devices. Later I will also rebuild for Ubuntu 13.04 but there are limits on how much resources one can use when building for armhf and I have to watch out not to abuse this service.

I can imagine that gqrx may not be very useful on all arm devices; however, I hope that at least the driver libraries, the command line tools and maybe even gnuradio itself will be useful.

Feedback is welcome.

Gqrx 2.2.0 released

After nearly one year of development since the last official release, we are now finally ready with Gqrx 2.2. Amongst the new features and bug fixes, this release brings support for the HackRF Jawbreaker and the Funcube Dongle Pro+. See supported hardware for a complete list of devices that are known to work with Gqrx.

Gqrx on shortwaves with Funcube Dongle Pro+

I have made a video recording of my first tests using Gqrx and the Funcube Dongle Pro+.

One of the biggest challenges with Gqrx has always been installation difficulties caused by the endless list of dependencies. To address this issue we are now officially packaging Gqrx for Ubuntu Linux and for Mac OS X, both distributions including all the dependencies that are not commonly available for that platform. In the case of Ubuntu Linux this has resulted in a complete GNU Radio package with the full SDK, including awesome tools such as the gnuradio-companion.

The app bundle for Mac OS X does not contain the full GNU Radio SDK; however, it does include various command line utilities that come with the hardware driver packages (rtl_test, hackrf_info, uhd_find_devices, etc).

Note that Ubuntu packages are available through two different channels:

  1. gqrx/releases containing official releases such as 2.2.0
  2. gqrx/snapshots containing development snapshots made a few times per month

Although it is probably possible to subscribe to both channels there is probably no reason to do so. All packages in gqrx/releases are also made available through gqrx/snapshots.

A list of changes since the previous releases is available in the news.txt file.

Head on to download page and get gqrx 2.2 now!

See Github for a list of known bugs. Feel free to report any new ones that you may encounter.