PlutoSDR Source: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<!-- PlutoSDR_Source.mediawiki -->
<!-- PlutoSDR_Source.mediawiki -->
The PlutoSDR (a.k.a. ADALM-PLUTO) is a low-cost SDR made by Analog Devices, based on a [https://en.wikipedia.org/wiki/Product_binning binned] version of the AD9364 RFIC (same RFIC as in the USRP B200) which AD labels AD9363. It can operate from 70 MHz to 6 GHz using simple "hack" described at [https://wiki.analog.com/university/tools/pluto/users/customizing the bottom of this page], and has a max sample rate of 56 MHz, but because it only has USB 2.0, the 56 MHz can only be received in short bursts.  The max sample rate when continuously receiving is more like 4 or 5 MHz.  It has a  Xilinx Zynq Z-7010 FPGA + ARM CPU on board, the ARM CPU runs a lightweight version of linux.  It's set up to run as an IP device; the USB port on it appears as a USB to ethernet bridge.  It also shows up a mass storage device which lets you easily change the config (e.g. IP address) or load new firmware.
The PlutoSDR (a.k.a. ADALM-PLUTO) is a low-cost SDR made by Analog Devices, based on a [https://en.wikipedia.org/wiki/Product_binning binned] version of the AD9364 RFIC (same RFIC as in the USRP B200) which AD labels AD9363. It can operate from 70 MHz to 6 GHz using simple "hack" described at [https://wiki.analog.com/university/tools/pluto/users/customizing the bottom of this page], and has a max sample rate of 56 MHz, but because it only has USB 2.0, the 56 MHz can only be received in short bursts.  The max sample rate when continuously receiving is more like 4 or 5 MHz.  It has a  Xilinx Zynq Z-7010 FPGA + ARM CPU on board, the ARM CPU runs a lightweight version of linux.  It's set up to run as an IP device; the USB port on it appears as a USB to ethernet bridge.  It also shows up a mass storage device which lets you easily change the config (e.g. IP address) or load new firmware.
For more info on getting the PlutoSDR installed and running, see this page https://wiki.analog.com/resources/tools-software/linux-software/gnuradio.


== Parameters ==
== Parameters ==

Revision as of 15:05, 22 May 2020

The PlutoSDR (a.k.a. ADALM-PLUTO) is a low-cost SDR made by Analog Devices, based on a binned version of the AD9364 RFIC (same RFIC as in the USRP B200) which AD labels AD9363. It can operate from 70 MHz to 6 GHz using simple "hack" described at the bottom of this page, and has a max sample rate of 56 MHz, but because it only has USB 2.0, the 56 MHz can only be received in short bursts. The max sample rate when continuously receiving is more like 4 or 5 MHz. It has a Xilinx Zynq Z-7010 FPGA + ARM CPU on board, the ARM CPU runs a lightweight version of linux. It's set up to run as an IP device; the USB port on it appears as a USB to ethernet bridge. It also shows up a mass storage device which lets you easily change the config (e.g. IP address) or load new firmware.

For more info on getting the PlutoSDR installed and running, see this page https://wiki.analog.com/resources/tools-software/linux-software/gnuradio.

Parameters

LO Frequency
Selects the RX local oscillator frequency.
IIO context URI
IP address of the unit, e.g. "ip:192.168.2.1" (without the quotes)
Sample Rate
sample rate - samples per second
RF Bandwidth
Configures RX analog filters: RX TIA LPF and RX BB LPF.
Buffer size
Size of the internal buffer in samples. The IIO blocks will only input/output one buffer of samples at a time.
Quadrature
True/False
RF DC Correction
True/False
BB DC Correction
True/False
Gain Mode (Rx1)
Selects one of the available modes: manual, slow_attack, hybrid and fast_attack.
Manual Gain (Rx1)(dB)
gain value
Filter
Allows a FIR filter configuration to be loaded from a file.
Filter Auto
When enabled loads a default filter and thereby enables lower sampling / baseband rates.

Example Flowgraph

This flowgraph shows a broadcast FM receiver.

Pluto FM fg.png

Source Files

The actual source and sink blocks are created by an 'Industrial I/O' module. See https://wiki.analog.com/resources/tools-software/linux-software/gnuradio for details.