Skip to content

Releases: f4exb/sdrangel

3D Spectrogram and new spectrum features

26 Jun 04:56
Compare
Choose a tag to compare

3D Spectrogram

A very nice contribution from Jon that can be seen in action in this video. This also goes with changes in the spectrum GUI controls where some have moved around and some icons changed. Check spectrum GUI documentation for details.

New spectrum features and fixes

There are also a few additional features and fixes related to spectrum:

  • To improve 3D quality, an option for multisampling anti-aliasing (MSAA) was added This also results in the histogram being anti-aliased: It can be enabled/disabled by the new Preferences > Graphics menu. Default is off - so it should look no different unless you switch it on. Note that the option only takes effect when the window is created, so you may need to restart SDRangel to see a difference.
  • A few updates to the old OpenGL code were made to better fit the OpenGL version in use. Details in the PR #1291
  • Spectrum solid fill or gradient fill under the spectrum line. PR #1299
  • Color maps originally for 3D apply also to 2D waterfall and spectrum gradient fill. PR #1299
  • Changes to the spectrum frequency zoom so that the frequency under the cursor remains the same after the zoom. PR #1300
  • Spectrum markers: Fix CSV export of show field. Currently limited to 0 or 1, when 0, 1, or 2 are valid value. Fixes a small problem in the dialog, where currently the marker name can be lost. PR #1301
  • Frequency scrolling from spectrum. PR #1305. Be aware that as it affects device center frequency the whole baseband is moved. This happens while...
    • Holding down the middle mouse button and moving the mouse left or right
    • Moving the mouse outside of the spectrum area when dragging a channel marker.
  • Spectrum markers additions. PR #1306
    • New "All" option to allow both Spectrum markers and Annotations to be displayed at the same time.
    • Adds an additional option of Text for the Annotation markers, so that the Annotation text is displayed in the header, without the full height bandwidth markers being drawn
    • Bandwidth lines are always drawn when annotations are visible
  • New "Go To..." combo box in the Spectrum GUI that is displayed only when spectrum annotations are made visible. This will allow to move the device center frequency to the frequency of the selected annotation. PR #1309

Other changes and fixes

  • USRP: fixed possible KeyError exception. Fixes #1284. PR #1288
  • Add support for Broadcast FM Demod audio in Demod Analyzer. PR #1292
  • Spectrum: Prevent null texture warning when only histogram is displayed. PR #1294
  • External libraries: removed unnecessary SerialDV dependency to fix MSVC builds
  • Value dial: Check for completed animation before using m_value. PR #1303
  • Added minimal default cmake preset
  • Added cmake enablers for all non sampling device plugins. Fixes #1308

Maintenance release

12 Jun 22:30
Compare
Choose a tag to compare

Maintenance release

  • Use libusb 1.0.26 on Windows
  • NFM mod: make pre-emphasis and CTCSS highpass filter optional
  • ADS-B: Add support for displaying airport weather (METARs) from CheckWX. PR #1280
  • ADS-B: Add mapboxgl support, as osm maps do not work in Qt 5.15.3. PR #1280
  • ADS-B: Support different map types for mapboxgl. PR #1280
  • Map: Default to mapboxgl for Qt 5.15.3, as osm doesn't work. PR #1280
  • Disable NAN and INF optimisations, as NANs are used in some code. PR #1281
  • VOR Localizer: Add support for DVORs. PR #1282
  • Add DVORs to ADS-B. PR #1282
  • USRP: Check if device supports automatic clock rate. Issue #1278
  • Radio Clock: fixed common channel settings menu trigger. Fixes #1286
  • Features: fixed common settings menu placement. Issue #1286

Windows install link: https://github.com/f4exb/sdrangel/suites/6900049957/artifacts/267769675

Funcube for Windows and Mac

01 Jun 19:34
Compare
Choose a tag to compare

Funcube for Windows and Mac

Added support in Windows and Mac for Funcube devices. PR #1261 and some additions

Other changes and fixes

  • DOA2 plugin: various fixes
  • XTRX MIMO GUI: fixed GUI window size
  • AMBR feature: fixed TTY devices search to limit conflicts
  • NoiseFigure plugin: Fix #1269 and #1268. PR #1269
  • USRP: Add support for non-discoverable devices and user arguments. PR #1271

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

MacOS .dmg has been added to this release.

Direction Of Arrival with 2 sources plugin

29 May 10:15
Compare
Choose a tag to compare

Direction Of Arrival with 2 sources plugin

New MI (Multiple Input) plugin to deal with 2 source DOA measurements. You will need a 2 input coherent Rx device like the BladeRF2, LimeSDR USB or Pluto+ and use the corresponding MIMO device plugin. Using some trick it is possible to disambiguate the two possible directions although there are only 2 antennas available. Check the documentation for details.

Other changes and fixes

  • Upgraded codec2 to v1.0.3. Fixes #1256
  • FreeDV mod: improved output power
  • FreeDV plugins: fixed spanLog2 GUI connection
  • Fixed Interferometer and BeamSteeringCW absolute center frequency display
  • Fixed Interferometer and BeamSteeringCW MIMO channel plugins
  • Fixed Mac build. PR #1257

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

MacOS .dmg has been added to this release.

AMBE feature: fixed build on Windows and MacOS

26 May 03:20
Compare
Choose a tag to compare

AMBE feature

Fixed many errors preventing build on Windows and MacOS. While support for AMBE serial devices may be problematic on these platforms the feature also allows to work with AMBE servers over the network and thus may be of some interest.

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

Hardware AMBE controller feature

25 May 16:45
Compare
Choose a tag to compare

Hardware AMBE controller feature

This new feature replaces the support for hardware AMBE (using a DV dongle or AMBE server) that was implemented into the main application. This makes the dependency to SerialDV library generally optional which will be required only to support this feature. Another advantage is related to the fact that each feature instance hosts an "AMBE engine" and therefore you can split your available DV dongles into different groups thus for example keeping one dedicated to a specific channel for which you can give priority. The DSD demodulator plugin has been updated accordingly with additional controls to select an AMBE feature and activate or not connection to the feature to decode MBE frames.

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

Note: for this release no Windows artifact is available.

LimeRFE controller feature

22 May 22:33
Compare
Choose a tag to compare

LimeRFE controller feature

New feature plugin replacing the support of LimeRFE board in the main application. Not only this makes more sense but has distinctive advantages related to feature plugins:

  • The GUI is placed permanently on a workspace instead of a unique dialog
  • You may support several boards simultaneously
  • The settings are saved in configurations including the default configuration so that you can retrieve these settings across program recycling

Documentation is here

Other changes

  • Fixed auto stack workspaces status save/restore
  • Fix typing errors in readme's. PR #1253

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

SSB demod and Main Window enhancements

19 May 16:09
Compare
Choose a tag to compare

SSB demod

  • Added control of FFT filter window and a bank of filters with the possibility to switch between 10 filters. Implements #1224

Main Window

  • If there is no default configuration or this default configuration is empty (contains no workspaces) it will create an empty workspace. Part of #1250
  • Save and restore auto-stack option in workspaces in configurations (including default). Part of #1250
  • Warn if OpenGL is < 2.1, rather than 3.0, as it runs fine with 2.1. PR #1249

Other changes and fixes

  • Ability to build a package for MacOS. PR #1249
  • Fixed ButtonSwitch background color with stylesheets
  • Added 3 term Blackman and 7 term Blackman-Harris FFT windows

New top level UI

17 May 20:28
Compare
Choose a tag to compare

New top level UI

The major change concerns the top level UI which is now built around workspaces where the user can arrange the different component windows freely. This is radically parting from the rather rigid design imposed by the default Qt application main window with a central window that used to support the main spectrum and docking areas on the sides. Now the essential of the screen space is what is called a MDI area standing for Multiple Document Interface which allows a lot more flexibility. As component windows become more autonomous they can also receive controls that match their own functionality. For example you will create a device from a workspace then add channels from the device. I think it will take some time to switch from the previous paradigm for long time users but I expect the interface to be more intuitive and will benefit to old timers and new comers alike.

I've been playing with this new interface for more than a month during development and I really like it I think it is much more sleek and elegant and I hope the community will like it also. Flexibility in the arrangement of components will allow you to compose the workspaces it the way it best fits your needs making a radio that is software defined rather than software defined by radio which I think used to be the case.

Don't be daunted from the empty page at the start a new "quick start" explains how to construct your first radio: https://github.com/f4exb/sdrangel/wiki/Quick-start

A nice contribution from Jon provides a "stacked" and "auto stack" windows placement in the workspace resembling the v6 one if you feel arbitrary placing is too much liberty for you 😄 If you have a single feature like the map in the workspace "stacking" will make the map feature take all the space for you and that's pretty cool too!

Fixes since last beta

  • Fixed audio FIFO write overflows in modulators using audio input. Also fixes #1236 in SSB modulator

Binary artifacts

For more details on artifacts and their contents please read the quick start in the Wiki.
Note that Ubuntu .deb package is for 20.04. Please note that since v6.2.0 SSE 4.2 is required. It has been intended to be like that for a long time but was not effective until this release.

A .dmg for MacOS can be found here

Fixed missing bits in API

16 May 18:55
Compare
Choose a tag to compare

Mainly for the UI version. Fixes #1247