1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-06 13:16:33 -04:00
sdrangel/devices
Robin Getz 333273b3cb pluto: Get LO range from device
When updating firmware, the devices which have AD9364s on them, get
reset to the default of a AD9363 (tuning range of 325 to 3800 MHz).
SDRAngel assumes a AD9364, and the GUI allows you to set LO settings
that the firmware doesn't support.

This ensures that does not happen, by going out to the hardware, and
querying the device to set the min/max limits on LO.

Signed-off-by: Robin Getz <robin.getz@analog.com>
2019-01-03 12:46:40 -05:00
..
bladerf1 Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
bladerf2 Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
hackrf Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
limesdr Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
perseus Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
plutosdr pluto: Get LO range from device 2019-01-03 12:46:40 -05:00
soapysdr Adaptation of cmake files to MSVC 2018-12-02 03:06:04 +01:00
xtrx XTRX input: refactoring to prepare MI operation 2018-12-31 01:43:24 +01:00
CMakeLists.txt XTRX input: imported code from xtrx-sdr fork 2018-12-29 01:20:48 +01:00
devices.pro Depyloyment scrip update, QT project updates for OSX environment 2019-01-01 15:30:20 +01:00
readme.md SoapySDR support: build infrastructure and input plugin enumeration 2018-10-29 16:39:25 +01:00

Devices common resources

This folder contains classes and methods that can be used by different plugins that work with a common physical device or via network. Thus this can be one of the following devices:

  • BladeRF1: one Rx and one Tx full duplex. Plugins are:

    • bladerf1input
    • bladerf1output
  • BladeRF2: 2 Rx and 2 Tx full duplex (BladeRF 2.0 micro). Plugins are:

    • bladerf2input
    • bladerf2output
  • HackRF: one Rx and one Tx half duplex. Plugins are:

    • hackrfinput
    • hackrfoutput
  • LimeSDR: 2 Rx and 2 Tx full duplex (Lime-USB). 1 Rx and 1 Tx full duplex (Lime-Mini). Plugins are

    • limesdrinput
    • limesdroutput
  • PlutoSDR: one Rx and one Tx full duplex. Plugins are

    • plutosdrinput
    • plutosdroutput
  • SoapySDR: Soapy SDR virtual device

    • soapysdrinput
    • soapysdroutput