1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-26 06:46:34 -04:00

Updated XTRX documentation and Debian changelog

This commit is contained in:
f4exb 2019-01-18 00:45:19 +01:00
parent 89de799d52
commit 918e42e8c5
4 changed files with 25 additions and 3 deletions

View File

@ -270,9 +270,9 @@ Experimental and Linux only. Compile from source.
Before starting SDRangel you have to add the library directory to the `LD_LIBRARY_PATH` variable for example with `export LD_LIBRARY_PATH=/opt/install/xtrx-images/lib:$LD_LIBRARY_PATH`.
⚠ Cold start with XTRX may not work (you will see error messages in the log) and you may need to stop and re-start SDRangel.
⚠ There are USB errors when first starting with XTRX after plugging it in. The only way to work around this is to restart SDRangel application.
⚠ It seems reception is not very stable particularly with sample rates lower than 5 MS/s. You may need to stop and restart the device (stop/start button) to recover.
⚠ Reception may stall sometimes particularly with sample rates lower than 5 MS/s and also after changes. You may need to stop and restart the device (stop/start button) to recover.
⚠ Right after (re)start you may need to move the main frequency dial back and forth if you notice that you are not on the right frequency.

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
sdrangel (4.4.1-1) unstable; urgency=medium
* AirspyHF: Implemented new settings that come along newer version of libairspyhf
* Fixed many glitches in the REST API device settings handling
* SoapySDR: on preset load match on serial or driver id for SoapySDR devices
* SerialDV: corrected cmake find module and improved SerialDV support error messages
* Make the settings location appear in the log and in the about panel of the GUI also
* Temptative XTRX fixes
* REST API examples: Added a randomize channel colors utility as a way to answer to issue #275
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Wed, 02 Jan 2019 21:14:18 +0100
sdrangel (4.4.0-1) unstable; urgency=medium
* XTRX support

View File

@ -8,6 +8,10 @@ This output sample sink plugin sends its samples to a [XTRX device](https://xtrx
XTRX is a 2x2 MIMO device so it has two transmitting channels that can run concurrently. To activate the second channel when the first is already active just open a new sink tab in the main window (Devices -> Add sink device) and select the same LimeSDR device.
&#9888; There are USB errors when first starting with XTRX after plugging it in. The only way to work around this is to restart SDRangel application.
&#9888; Right after (re)start you may need to move the main frequency dial back and forth if you notice that you are not on the right frequency.
&#9888; Simultaneous Tx and Rx is not supported. Dual Tx is not working either.
&#9888; You need a hardware interpolation of at least 4 (default)

View File

@ -8,7 +8,13 @@ This input sample source plugin gets its samples from a [XTRX device](https://xt
XTRX is a 2x2 MIMO device so it has two receiving channels that can run concurrently. To activate the second channel when the first is already active just open a new source tab in the main window (Devices -> Add source device) and select the same LimeSDR device. You may need to change frequency back and forth in case reception is not working properly.
&#9888; Sometimes XTRX does not start properly and the spectrum looks frozen. In such a case just stop and start the device again.
&#9888; There are USB errors when first starting with XTRX after plugging it in. The only way to work around this is to restart SDRangel application.
&#9888; Reception may stall sometimes particularly with sample rates lower than 5 MS/s and also after changes. You may need to stop and restart the device (stop/start button) to recover.
&#9888; Right after (re)start you may need to move the main frequency dial back and forth if you notice that you are not on the right frequency.
&#9888; Simultaneous Rx and Tx is not supported. Dual Tx is not working either.
<h2>Build</h2>