mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-14 20:31:53 -05:00
Updated XTRX documentation and Debian changelog
This commit is contained in:
parent
89de799d52
commit
918e42e8c5
@ -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`.
|
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.
|
⚠ 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
12
debian/changelog
vendored
@ -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
|
sdrangel (4.4.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
* XTRX support
|
* XTRX support
|
||||||
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
⚠ 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.
|
||||||
|
|
||||||
|
⚠ 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.
|
||||||
|
|
||||||
⚠ Simultaneous Tx and Rx is not supported. Dual Tx is not working either.
|
⚠ Simultaneous Tx and Rx is not supported. Dual Tx is not working either.
|
||||||
|
|
||||||
⚠ You need a hardware interpolation of at least 4 (default)
|
⚠ You need a hardware interpolation of at least 4 (default)
|
||||||
|
@ -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.
|
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.
|
||||||
|
|
||||||
⚠ Sometimes XTRX does not start properly and the spectrum looks frozen. In such a case just stop and start the device again.
|
⚠ 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.
|
||||||
|
|
||||||
|
⚠ 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.
|
||||||
|
|
||||||
|
⚠ Simultaneous Rx and Tx is not supported. Dual Tx is not working either.
|
||||||
|
|
||||||
<h2>Build</h2>
|
<h2>Build</h2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user